From d9ba54abbdce8dd9aaa7b5d0d6da99bad3694d57 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 12 Oct 2017 18:50:53 +0100 Subject: [PATCH] Updating to include #421 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1668dcac9e7b..c2302abc4967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ IMPROVEMENTS: * `azurerm_storage_account` - support for File Encryption [GH-363] * `azurerm_storage_account` - support for Custom Domain [GH-363] * `azurerm_storage_account` - splitting the storage account Tier and Replication out into separate fields [GH-363] +- `azurerm_storage_account` - returning a user friendly error when trying to provision a Blob Storage Account with ZRS redundancy [GH-421] * `azurerm_subnet` - making it possible to remove Network Security Groups / Route Tables [GH-411] * `azurerm_virtual_machine` - fixing a bug where `additional_unattend_config.content` was being updated unintentionally [GH-377] * `azurerm_virtual_machine_scale_set` - fixing a bug where `additional_unattend_config.content` was being updated unintentionally [GH-377]