From b21bda7c4b36a05f1c23860f6b36851b8cfe998c Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 24 Feb 2020 06:51:18 +0100 Subject: [PATCH] updating to include #5850 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b8610d8578..5322abd0ec6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -156,6 +156,7 @@ BREAKING CHANGES: * `azurerm_relay_namespace` - removing the `sku` block in favour of the `sku_name` field [GH-5719] * `azurerm_scheduler_job` - This resource has been removed since it was deprecated [GH-5712] * `azurerm_scheduler_job_collection` - This resource has been removed since it was deprecated [GH-5712] +* `azurerm_storage_account` - updating the default value for `account_kind` from `Storage` to `StorageV2` [GH-5850] * `azurerm_storage_account` - removing the deprecated `account_type` field [GH-5710] * `azurerm_storage_account` - removing the deprecated `enable_advanced_threat_protection` field [GH-5710] * `azurerm_storage_account` - updating the default value for `enable_https_traffic_only` from `false` to `true` [GH-5808]