From 9a6ed44cc108dfe82b6b35205e1b1a96b4f9cfe0 Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 29 Jul 2019 16:25:21 -0700 Subject: [PATCH] Update CHANGELOG.md to include #3947 --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f32a6b873d..a971c32cd991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)