From 9324fd14227f8eb5bfd9ab37ece489edcbe5c782 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 23 Nov 2023 10:53:10 +0100 Subject: [PATCH] updating to include #23993 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e5b1f7664d5..9376fa8c9532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ ENHANCEMENTS: BUG FIXES: * `azurerm_disk_encryption_set` - resource will recreate if `identity` changes from `SystemAssigned` to `UserAssigned` [GH-23904] +* `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]