From 1a074c68c61d5911d515b9dcd49e45750e1d95f8 Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 25 May 2020 13:33:17 -0700 Subject: [PATCH] update CHANGELOG.md to include #7071 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aef0c840fa85..914959d5badb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ IMPROVEMENTS: * `azurerm_kubernetes_cluster` - exposing the `oms_agent_identity` block within the `addon_profile` block [GH-7056] BUG FIXES: - +* `azurerm_api_management_api_version_set` - handling changes to the Azure Resource ID [GH-7071] * `azurerm_key_vault_certificate` - fixing a bug when using externally-signed certificates (using the `Unknown` issuer) where polling would continue indefinitely [GH-6979] * `azurerm_linux_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061] * `azurerm_linux_virtual_machine` - allow setting `virtual_machine_scale_set_id` in non-zonal deployment [GH-7057]