Skip to content

Commit dda6e03

Browse files
authored
{AzureLogAnalytics} fixes Azure/azure-rest-api-specs#21506 Include Saved search to add the tag limit of 15
fixes Azure/azure-rest-api-specs#21506 When we are trying to create Saved Searches via terraform we get bad request. It turned out that we are using 16 tags for this resource. I managed to run REST Api calls via curl and it was also failing with Bad request [The element 'Tags' has invalid child element 'Tag'.] If I use 15 tags or less the request is success and the resource is created. I have found this max 15 tags limitation in the Tagging docs, but it does not mention Saved Searches. API: https://learn.microsoft.com/en-us/rest/api/loganalytics/saved-searches/create-or-update?tabs=HTTP api-version: 2020-08-01
1 parent 290d2b8 commit dda6e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-resource-manager/management/tag-resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ The following limitations apply to tags:
868868
> * Azure Automation
869869
> * Azure Content Delivery Network (CDN)
870870
> * Azure DNS (Zone and A records)
871+
> * Azure Log Analytics Saved Search
871872
872873
## Next steps
873874

0 commit comments

Comments
 (0)