"azurerm_monitor_scheduled_query_rules_alert_v2" - "skip_query_validation" Not Working as Expected #28293
Labels
service/monitor
upstream/microsoft/blocking-api-issue
This label is applicable when there is a bug on the Azure API that is blocking.
v/4.x
waiting-response
Is there an existing issue for this?
Community Note
Terraform Version
1.10.2
AzureRM Provider Version
4.14.0
Affected Resource(s)/Data Source(s)
azurerm_monitor_scheduled_query_rules_alert_v2
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Setting
skip_query_validation
totrue
should deploy the alert rule regardless of if the query returns any results or errors.Actual Behaviour
This subscription does not have the
Perf
table yet. Upon apply the configuration withskip_query_validation = true
, it errors withFailed to resolve table or column expression named 'Perf'.
Steps to Reproduce
Perf
tableterraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: