From 1c6b5b81b10d7bf53ad545dd87db79629934cbb3 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 17 Apr 2019 12:11:57 +0200 Subject: [PATCH] Updating to include #3269 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b08cdfe9447..7ee335f00d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ FEATURES: IMPROVEMENTS: + * dependencies: updating `github.com/Azure/azure-sdk-for-go` to v26.7.0 [GH-3126] * dependencies: updating `github.com/Azure/go-autorest` to v11.7.0 [GH-3126] * dependencies: updating `github.com/hashicorp/terraform` to `44702fa6c163` [GH-3181] @@ -55,6 +56,7 @@ IMPROVEMENTS: BUG FIXES: +* dependencies: downgrading the Security API to `2017-08-01-preview` to work around a breaking API change [GH-3269] * `azurerm_app_service` - removing Computed from the `use_32_bit_worker_process` property in the `site_config` block [GH-3219] * `azurerm_app_service_slot` - removing Computed from the `use_32_bit_worker_process` property in the `site_config` block [GH-3219] * `azurerm_batch_account` - temporarily treating the Resource Group Name as case insensitive to work around an API bug [GH-3260]