Terraform resource 'azurerm_monitor_scheduled_query_rules_alert_v2' not working with Azure Resource Graph Queries
I trying to execute the below resource block using the azurerm provider of the terraform for creating an Alert Rule for monitoring the behavior of Azure Update Manager: resource "azurerm_monitor_scheduled_query_rules_alert_v2" "patch_assessment_failure" { name = "Patch-Assessment-Failure" description = "Alert when the…