From bcbafeb959dfb768baac47a12b17e035da8f7dc4 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 3 Apr 2019 10:33:22 +0200 Subject: [PATCH] updating to include #3151 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b62834865e..dfd79b233ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ IMPROVEMENTS: * Data Source: `azurerm_app_service` - exporting the `cors` headers [GH-2870] * Data Source: `azurerm_storage_account` - exposing the Hierarchical Namespace state [GH-3032] +* `azurerm_api_management` - support for `sign_in`, `sign_up` and `policy` blocks [GH-3151] * `azurerm_app_service` - support for migrating between App Service Plans [GH-3048] * `azurerm_app_service` - support for additional types for the `scm_type` field in the `site_config` block [GH-3019] * `azurerm_app_service` - support for specifying `cors` headers [GH-2870]