diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a23ef0b49bc..2ad645947c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ ENHANCEMENTS: BUG FIXES: * `azurerm_application_gateway` - support for specifying the ID of a Key Vault Secret without a version [GH-7095] +* `azurerm_eventhub_namespace_authorization_rule` - handling the Resource ID changing on Azure's side from `authorizationRules` to `AuthorizationRules` [GH-7248] * `azurerm_eventgrid_event_subscription` - fixing a crash when `subject_filter` was omitted [GH-7222] * `azurerm_funtion_app` - fix app_settings when using linux consumption plan [GH-7230] * `azurerm_management_group` - using the Subscription ID rather than Subscription Resource ID when detaching Subscriptions from Management Groups during deletion [GH-7216]