diff --git a/CHANGELOG.md b/CHANGELOG.md index 7514d9522b09..1a3e663e71af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ENHANCEMENTS: BUG FIXES: * Data Source: `azurerm_express_route_circuit_peering` - fix issue where data source attempts to parse an empty string instead of generating the resource ID [GH-26441] +* `azurerm_monitor_scheduled_query_rules_alert_v2` - correctly handle the `identity` block if not specified [GH-26364] * `azurerm_security_center_automation` - prevent resource recreation when `tags` are updated [GH-26292] * `azurerm_synapse_workspace` - fix issue where `azure_devops_repo` or `github_repo` configuration could not be removed [GH-26421] * `azurerm_virtual_network_dns_servers` - split create and update function to fix lifecycle - ignore [GH-26427]