From 30a4870a0c452ccb11fc2b7a7bd4feea0ecf6bb2 Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 20 Feb 2024 13:52:57 -0800 Subject: [PATCH] Update CHANGELOG.md #24768 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 606385fd4b6bc..f0039cb810fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,10 @@ ENHANCEMENTS: * provider: support or the feature flag `virtual_machine_scale_set.reimage_on_manual_upgrade` [GH-22975] * `sqlvirtualmachines`: updating to use the transport layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` [GH-24912] * `azurerm_cosmosdb_account` - support for the `backup.tier` property [GH-24595] +* `azurerm_linux_virtual_machine` - the `virtual_machine_scale_set_id` proeprty can now be changed without creating a new resource [GH-24768] * `azurerm_redis_cache` - support for the `preferred_data_persistence_auth_method` property [GH-24370] * `azurerm_servicebus_namespace` - support for the `premium_messaging_partitions` property [GH-24676] +* `azurerm_windows_virtual_machine` - the `virtual_machine_scale_set_id` proeprty can now be changed without creating a new resource [GH-24768] BUG FIXES: