diff --git a/CHANGELOG.md b/CHANGELOG.md index 2805c5c87cd5..8a0463a1fe04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,20 @@ -## 1.32.1 (Unreleased) +## 1.32.1 (July 31, 2019) BUG FIXES: -* `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_network_ddos_protection_plan` - correctly decodes the resource ID on read/delete [GH-3975] -* `aurerm_dev_test_virtual_network` - generate subnet IDs in the correct format [GH-3717] -* `azurerm_iot_dps` fixed deletion issue when using a service principal [GH-3973] -* `azurerm_kubernetes_cluster` - the `load_balancer_sku` property is now case insensitive [GH-3958] -* `azurerm_postgresql_server` - add missing support for version `11.0` [GH-3970] -* `azurerm_storage_*` - prevent multiple panics when a storage account/resource group cannot be found [GH-3986] -* `azurerm_storage_account` - fix `enable_advanced_threat_protection` create/read for unsupported regions [GH-3947] -* `azurerm_storage_table` - now migrates older versions of the resource id to the new format [GH-3932] -* `azurerm_virtual_machine_scale_set` - the `ssh_keys` property of the `os_profile_linux_config` block now recognizes updates [GH-3837] -* `azurerm_virtual_machine_scale_set` - changes made to the `network_profile` property should now be correctly reflected during updates [GH-3821] +* `azurerm_application_gateway` fix an index out of range crash ([#3966](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3966)) +* `azurerm_api_management_backend` - ensuring a nil `certificates` object is sent to the API instead of an empty one ([#3931](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3931)) +* `azurerm_api_managment_product` - additional validation for `approval_required` ([#3945](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3945)) +* `azurerm_network_ddos_protection_plan` - correctly decodes the resource ID on read/delete ([#3975](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3975)) +* `aurerm_dev_test_virtual_network` - generate subnet IDs in the correct format ([#3717](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3717)) +* `azurerm_iot_dps` fixed deletion issue when using a service principal ([#3973](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3973)) +* `azurerm_kubernetes_cluster` - the `load_balancer_sku` property is now case insensitive ([#3958](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3958)) +* `azurerm_postgresql_server` - add missing support for version `11.0` ([#3970](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3970)) +* `azurerm_storage_*` - prevent multiple panics when a storage account/resource group cannot be found ([#3986](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3986)) +* `azurerm_storage_account` - fix `enable_advanced_threat_protection` create/read for unsupported regions ([#3947](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3947)) +* `azurerm_storage_table` - now migrates older versions of the resource id to the new format ([#3932](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3932)) +* `azurerm_virtual_machine_scale_set` - the `ssh_keys` property of the `os_profile_linux_config` block now recognizes updates ([#3837](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3837)) +* `azurerm_virtual_machine_scale_set` - changes made to the `network_profile` property should now be correctly reflected during updates ([#3821](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3821)) ## 1.32.0 (July 24, 2019)