From 8f6ec5c14c17d3729c0150e883a95bd825ad9cb4 Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 24 Jun 2024 14:40:36 -0700 Subject: [PATCH] Update CHANGELOG.md #26364 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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]