From 6c249ed7f2570c5e3f58f8874c2ab1ea92349ec4 Mon Sep 17 00:00:00 2001 From: stephybun Date: Thu, 21 Nov 2024 18:50:16 +0100 Subject: [PATCH] Update for #25412 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d517d22bd5..26b8e0b4f630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ BUG: * `azurerm_application_gateway` - `rewrite_rule_set` can be supplied when using `Basic` sku [GH-28011] * `azurerm_container_registry_token_password` - correctly mark as gone if container registry token doesn't exist [GH-27232] * `azurerm_kusto_cluster` - `allowed_fqdn` and `allowed_ip_ranges` can now be set to empty lists [GH-27529] +* `azurerm_linux_function_app_slot` - create content settings when using a consumpton plan [GH-25412] * `azurerm_virtual_network_gatway` - updating `ip_configuration` now recreates the resource [GH-27828] FEATURES: