From d4f10822745c486ed79dad53b7b27e7f7cf47481 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 19 Sep 2024 21:56:46 -0700 Subject: [PATCH] Update CHANGELOG.md #26345 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb49b4dacaf..e513029c5433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ENHANCEMENTS: * `azurerm_orchestrated_virtual_machine_scale_set` - the `zones` property can now be updated without creating a new resource [GH-27288] * `azurerm_role_management_policy` - support for resource scope [GH-27205] * `azurerm_spring_cloud_gateway` - changing the `environment_variables` and `sensitive_environment_variables` properties no longer creates a new resource [GH-27404] +* `azurerm_static_web_app` - support for the `public_network_access_enabled` property [GH-26345] * `azurerm_storage_blob` - changing the `source` property no longer creates a new resource [GH-27394] * `azurerm_storage_object_replication` - changing the `rules.x. source_container_name` and `rules.x. destination_container_name` properties no longer creates a new resource [GH-27394] * `azurerm_windows_virtual_machine_scale_set` - the `zones` property can now be updated without creating a new resource [GH-27288]