Skip to content

Commit

Permalink
updating to include #4248
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Sep 5, 2019
1 parent c17947a commit 6769e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ IMPROVEMENTS:
* dependencies: updating `github.com/terraform-providers/terraform-provider-azuread` to `v0.6.0` [GH-4166]
* storage: caching the Resource Group Name / Account Key [GH-4205]
* storage: switching to use SharedKey for authentication with Blobs/Containers rather than SharedKeyLite [GH-4235]
* Data Source: `azurerm_storage_account` - gracefully degrading when there's a ReadOnly lock/the user doesn't have permissions to list the Keys for the storage account [GH-4248]
* 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_application_gateway` - allowing `capacity` to be set to 32 [GH-4189]
Expand All @@ -31,6 +32,7 @@ IMPROVEMENTS:
* `azurerm_mariadb_server` - support for version `10.3` [GH-4170]
* `azurerm_postgresql_server` - support for `auto_grow` [GH-4220]
* `azurerm_resource_group` - the `name` field can now be up to 90 characters [GH-4233]
* `azurerm_storage_account` - gracefully degrading when there's a ReadOnly lock/the user doesn't have permissions to list the Keys for the storage account [GH-4248]
* `azurerm_storage_blob` - switching over to use the new Storage SDK [GH-4179]
* `azurerm_storage_share_directory` - support for upper-case characters in the `name` field [GH-4178]
* `azurerm_storage_table` - using the correct storage account name when checking for the presence of an existing storage table [GH-4234]
Expand Down

0 comments on commit 6769e6c

Please sign in to comment.