From f024e27c21acef7e70a3b853a7bc073be7107289 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 19 Sep 2024 22:06:25 -0700 Subject: [PATCH] Update CHANGELOG.md #26370 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 722ffb1537b6..248bb76dabd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ ENHANCEMENTS: * `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_shared_image` - support for the `disk_controller_type_nvme_enabled` property [GH-26370] * `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]