-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[OperationalInsights] Workspaces eTag is invalid name, should be renamed -> etag #23618
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botMonitoraz monitoraz monitorService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.needs-team-attentionThis issue needs attention from Azure service team or SDK teamThis issue needs attention from Azure service team or SDK team
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botMonitoraz monitoraz monitorService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.needs-team-attentionThis issue needs attention from Azure service team or SDK teamThis issue needs attention from Azure service team or SDK team
Type
Fields
Give feedbackNo fields configured for issues without a type.
Related command
az monitor log-analytics workspace show --resource-group MyResourceGroup --workspace-name MyWorkspace
Describe the bug
Workspaces eTag is an invalid name, should be renamed -> etag
To Reproduce
Perform get workspace:
az monitor log-analytics workspace show --resource-group MyResourceGroup --workspace-name MyWorkspace
the response shouldn't contain "eTag" property, but only "etag"
Expected behavior
CLI should return only "etag" and cancel out "eTag" property.
Environment summary
Additional context