From 88961d32d98b76f1e9c9bc8caad33cc6446f2042 Mon Sep 17 00:00:00 2001 From: kt Date: Fri, 8 Nov 2019 08:54:12 -0800 Subject: [PATCH] Update CHANGELOG.md to include #4592 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 518e25234178..d581eddcc322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ IMPROVEMENTS: * dependencies: updating `github.com/hashicorp/go-azure-helpers` to `v0.10.0` [GH-4775] * sql: updating to API version `2017-03-01-preview` [GH-4242] * `azurerm_app_service_slot` - support for `auto_swap_slot_name` [GH-4752] +* `azurerm_api_management_api` - the `version` and `version_set_id` properties can now be set [GH-4592] * `azurerm_automation_credential` - deprecate `account_name` in favour of `automation_account_name` [GH-4777] * `azurerm_kubernetes_cluster` - support for `enable_node_public_ip` in `agent_pool_profile` [GH-4613] * `azurerm_servicebus_subscription` - support for the `forward_dead_lettered_messages_to` property [GH-4789]