From 48adbb197bee8689eb480aa1ff31247f07c118bb Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 23 Nov 2023 16:03:07 +0100 Subject: [PATCH] updating to include #24009 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b3b755640d..c09148d78bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ BUG FIXES: * `azurerm_dev_test_linux_virtual_machine` - `storage_type` is now ForceNew to match the updated API behaviour [GH-23973] * `azurerm_dev_test_windows_virtual_machine` - `storage_type` is now ForceNew to match the updated API behaviour [GH-23973] * `azurerm_disk_encryption_set` - resource will recreate if `identity` changes from `SystemAssigned` to `UserAssigned` [GH-23904] +* `azurerm_eventhub_cluster`: `sku_name` is no longer ForceNew [GH-24009] * `azurerm_firewall` - recasing the value for `firewall_policy_id` to workaround the API returning the incorrect casing [GH-23993] * `azurerm_security_center_subscription_pricing` - fix a bug preventing removal of `extensions` and downgrading `tier` to `Free` [GH-23821] * `azurerm_windows_web_app` - fix an issue of incorrect application stack settings during update [GH-23372]