Skip to content

Commit

Permalink
Update CHANGELOG.md to include #3947
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Jul 29, 2019
1 parent 3678b5f commit 9a6ed44
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

BUG FIXES:

* `azurerm_api_management_backend` - a nil `certificates` object is sent to the api instead of an empty one [GH-3931]
* `azurerm_api_managment_product` - Additional validation for `approval_required` [GH-3945]
* `azurerm_storage_table` - Migrate id to new format [GH-3932]
* `azurerm_application_gateway` Fix crash around index out of range [GH-3966]
* `azurerm_kubernetes_cluster` - suppress case difference on `load_balancer_sku` [GH-3958]
* `azurerm_application_gateway` fix an index out of range crash [GH-3966]
* `azurerm_api_management_backend` - ensuring a nil `certificates` object is sent to the API instead of an empty one [GH-3931]
* `azurerm_api_managment_product` - additional validation for `approval_required` [GH-3945]
* `azurerm_kubernetes_cluster` - the `load_balancer_sku` property is now case insensitive [GH-3958]
* `azurerm_storage_table` - now migrates older versions of the resource id to the new format [GH-3932]
* `azurerm_storage_account` - fix `enable_advanced_threat_protection` create/read for unsupported regions [GH-3947]

## 1.32.0 (July 24, 2019)

Expand Down

0 comments on commit 9a6ed44

Please sign in to comment.