Open tacerra opened 1 year ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzmonLogA. Please see https://aka.ms/biceptypesinfo for troubleshooting help.
Author: | tacerra |
---|---|
Assignees: | - |
Labels: | `inaccuracy`, `Needs: Triage :mag:`, `Service Attention`, `Operational Insights` |
Milestone: | - |
The following example shows where it should go according to the template reference ((https://learn.microsoft.com/en-us/azure/templates/microsoft.operationalinsights/workspaces/savedsearches?pivots=deployment-language-bicep#resource-format) vs. where it actually works.
`resource
VSCode Warning message: The property "eTag" is not allowed on objects of type "SavedSearchProperties". Permissible properties include "functionAlias", "functionParameters", "tags". If this is an inaccuracy in the documentation, please report it to the Bicep Team.`
Moving it to the right place, according to the template reference, remediates the error message but the resource will fail to deploy.
Resource Type
Microsoft.OperationalInsights/workspaces/savedSearches
Api Version
2020-08-01
Issue Type
Missing property(s)
Other Notes
The property etag is missing but necessary in order to redeploy existing saved searches. This is mentioned in https://github.com/MicrosoftDocs/azure-docs/issues/49275
Bicep Repro
No response
Confirm