From e8943ed3c74c8a5ef56a8e6215668c73bde3cea9 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 29 Aug 2019 15:58:44 +0100 Subject: [PATCH] updating to include #4175 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cadaaa13ecbb..3591d3df8f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ IMPROVEMENTS: * dependencies: updating `github.com/hashicorp/go-azure-helpers` to `v0.7.0` [GH-4166] * dependencies: updating `github.com/terraform-providers/terraform-provider-azuread` to `v0.6.0` [GH-4166] * Data Source: `azurerm_storage_account_sas` - adding an `ISO8601` validator to the `start` and `end` dates [GH-4064] +* `azurerm_api_management` - support for multiple `additional_location` blocks [GH-4175] * `azurerm_cosmosdb_sql_container` - the property `unique_key.paths` is now marked as ForceNew [GH-4163] * `azurerm_kubernetes_cluster` - support for configuring the `kube_dashboard` within the `addon_profile` block [GH-4139] * `azurerm_mariadb_server` - support for version `10.3` [GH-4170]