From 94bbd836a9c931dfc6cd3285f51e8beb9e305058 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Wed, 10 May 2023 15:35:02 -0700 Subject: [PATCH] Update CHANGELOG.md for #21735 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95652fa83a01..22c1e92057e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: * `azurerm_api_management_api` - fixing a bug where an empty `contact` bug would cause a crash [GH-21740] * `azurerm_eventhub_namespace` - add locks and remove unneeded WaitForState functions [GH-21656] * `azurerm_machine_learning_workspace` - parse `key_vault_id` insensitively [GH-21684] +* `azurerm_monitor_action_group` - further expand ExactlyOneOf logic for `event_hub_receiver` attributes [GH-21735] * `azurerm_monitor_metric_alert` - fix regression by using `SingleResourceMultiMetricCriteria` for new metric alerts [GH-21658] * `azurerm_service_fabric_managed_cluster` - fixing a bug where `certificates` within the `vm_secrets` block wouldn't be set into the state [GH-21680] * `azurerm_storage_share` - correct resource ID segment from `fileshares` to `shares` [GH-21645]