From 4a162aac6bbef6802410b0e6f6f2ffaf0ca08a98 Mon Sep 17 00:00:00 2001 From: catriona-m <86247157+catriona-m@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:25:20 +0000 Subject: [PATCH] Update CHANGELOG.md #28055 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c8ddc82c9f..c928491b245a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ BUG FIXES: * `application_insights_api_key` - fix condition that nil checks the list of available API keys to prevent an indefinate loop when keys created outside of Terraform are present [GH-28037] +ENHANCEMENTS: + +* `azurerm_eventhub` - deprecate `namespace_name` and `resource_group_name` in favour of `namespace_id` [GH-28055] + ## 4.11.0 (November 22, 2024) NOTES: