-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
Library name
Azure.ResourceManager.Monitor
Please describe the feature.
I am updating my infrastructure management scripts to include alerts. And i'd like to use service managed Identity and role assignements. To do so i need ScheduledQueryRule SDK to support Identity (like there is for other component like StorageAccount, ...).
But it as it relies on API version 2022-06-15, it does not manage this aspect of this component.
While API version 2023-12-01 (latest stable) and 2025-01-01-preview (latest) does support it.
You seems to even have some degree of support to version 2023-12-01 as i can see here
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/monitor/resource-manager/Microsoft.Insights/stable/2023-12-01
Thus could you update this SDK to add Identity support?