From 2ee36fdb5074f428e94f6407462384d2a6e1798d Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Wed, 10 Jul 2024 12:08:15 -0700 Subject: [PATCH] Update CHANGELOG.md for #26583 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe46a52bdc01..9951e6838c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: * Data Source: `azurerm_communication_service` - `primary_connection_string`, `primary_key`, `secondary_connection_string` and `secondary_key` are marked as Sensitive [GH-26560] * `azurerm_app_configuration_feature` - fix issue when updating the resource without an existing `targeting_filter` [GH-26506] +* `azurerm_backup_protected_vm` - split create and update function to fix lifecycle - ignore [GH-26583] * `azurerm_communication_service` - `primary_connection_string`, `primary_key`, `secondary_connection_string` and `secondary_key` are marked as Sensitive [GH-26560] * `azurerm_mysql_flexible_server_configuration` - add locks to prevent conflicts when deleting the resource [GH-26289] * `azurerm_nginx_deployment` - correctly mark `frontend_public.ip_address`, `frontend_private.ip_address`, `frontend_private.allocation_method` and `frontend_private.subnet_id` as ForceNew [GH-26298]