[OperationalInsights] Workspaces eTag is invalid name, should be renamed -> etag
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62
**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**
Contributor guide
Assessment
This issue has not been assessed yet.