From a8d5265e1684745413cbd722ca9a70089ed53eca Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 13 May 2020 14:32:13 -0700 Subject: [PATCH] update CHANGELOG.md to include #6724 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9196f04597ea..d141636bb8d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ IMPROVEMENTS: * All Data Sources: adding validation for the `resource_group_name` field to not be empty where it's Required [GH-6864] * Data Source: `azurerm_virtual_machine` - export `identity` attribute [GH-6826] +* `azurerm_api_management` - support for configuring the Developer Portal [GH-6724] * `azurerm_application_gateway` - support for WAF policies [GH-6105] * `azurerm_app_service_environment` - support specifying explicit resource group [GH-6821] * `azurerm_log_analytics_workspace` - add support for `rentention_in_days` for Free Tier [GH-6844]