From 07c264442b63a8c939fa01b81efc046acf26ce6e Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 20 Feb 2024 09:56:42 -0800 Subject: [PATCH] Update CHANGELOG.md #24755 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abbdfc6af796..9e27e1cff9dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ BUG FIXES: * `azurerm_cognitive_deployment` - the `version_upgrade_option` property can not be updated without creating a new resource [GH-24922] * `azurerm_data_protection_backup_vault` - support or the `soft_delete` and `retention_duration_in_days` properties [GH-24775] * `azurerm_kusto_cluster` - `optimized_auto_scale` is now updated after `sku` has been updated [GH-24906] +* `azurerm_key_vault_certificate` - will now only update the `lifetime_action` of the certificate block unless otherwise required [GH-24755] * `azurerm_linux_virtual_machine_scale_set` - correctly include `public_ip_prefix_id` during updates [GH-24939] * `azurerm_orchestrated_virtual_machine_scale_set` - the `disk_size_gb` and `lun` parameters of `data_disks` are optional now [GH-24944] * `azurerm_storage_account` - change order of API calls to be GET-then-PUT ratehr then PATCHES [GH-23935]