From 18a714768dc5b2f9c9f4d1fdcde2a01fdfc04b04 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 15 Feb 2024 08:10:18 -0800 Subject: [PATCH] Update CHANGELOG.md #24857 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 097a06b958d3..5ee5e765aaaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ ENHANCEMENTS: * `azurerm_container_app_environment`: support for `infrastructure_resource_group_name` [GH-24361] * `azurerm_cosmosdb_account` - add default values for the `consistency_policy` code block [GH-24830] * `azurerm_dashboard_grafana` - support for the `smtp` block [GH-24717] +* `azurerm_key_vault_certificates` - support for the `tags` property [GH-24857] +* `azurerm_key_vault_secrets` - support for the `tags` property [GH-24857] * `azurerm_orchestrated_virtual_machine_scale_set` - support for the `additional_unattend_content` block [GH-24292] BUG FIXES: