From 05178cb22022b6a616fbdae56cb9a4f175aa33a4 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 22 Aug 2019 09:25:11 +0200 Subject: [PATCH] updating to include #4122 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d82e8288130..59771984d652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ FEATURES: IMPROVEMENTS: * all resources: increasing the maximum number of tags from `15` to `50` [GH-4071] +* dependencies: upgrading `github.com/tombuildsstuff/giovanni` to `v0.3.2` [GH-4122] * dependencies: upgrading the `authorization` SDK to `2018-09-01` [GH-4063] * dependencies: upgrading `github.com/hashicorp/terraform` to `0.12.6` [GH-4041] * internal: removing a duplicate Date/Time from the debug logs [GH-4024] @@ -52,7 +53,10 @@ BUG FIXES: * `azurerm_role_definition` - enture `role_definition_id` is correctly set if left empty during creation [GH-3913] * `azurerm_storage_account` - making `default_action` within the `network_rules` block required [GH-4037] * `azurerm_storage_account` - making the `network_rules` block computed [GH-4037] +* `azurerm_storage_queue` - switching to using SharedKey for authentication [GH-4122] * `azurerm_storage_share` - allow up to 100TB for the `quota` property [GH-4054] +* `azurerm_storage_share_directory` - handling the share being eventually consistent [GH-4122] +* `azurerm_storage_share_directory` - allowing nested directories [GH-4122] ## 1.32.1 (July 31, 2019)