From 946acb95425bdc66e365d70cdbd83547e5c07c47 Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 10 Feb 2021 22:58:44 -0800 Subject: [PATCH] CHANGELOG.md for #10536 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294db1e6fced..ae5473d455ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ BUG FIXES: * `azurerm_app_service` - the `ip_restriction.x.ip_address` propertynow accepts anything other than an empty string [GH-10440] * `azurerm_cosmosdb_account` - validate the `key_vault_key_id` property is versionless [GH-10420] * `azurerm_cosmosdb_account` - will no longer panic if the response is nil [GH-10525] +* `azurerm_eventhub_namespace` - correctly downgrade to the `Basic` sku [GH-10536] * `azurerm_key_vault_key` - export the `versionless_id` attribute [GH-10420] * `azurerm_linux_virtual_machine_scale_set` - fixing a bug when `protected_settings` within the `extension` block was an empty string [GH-10528] * `azurerm_linux_virtual_machine_scale_set` - fixing a bug when `settings` within the `extension` block was an empty string [GH-10528]