From 4d5b72dd256b60097015a3da9232847afaf6e212 Mon Sep 17 00:00:00 2001 From: WS <20408400+WodansSon@users.noreply.github.com> Date: Fri, 24 Jan 2020 17:49:47 -0800 Subject: [PATCH] Updating to include #5358 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf03c50568bc..32c74af3f8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ BUG FIXES: * `azurerm_app_service` - fixing a crash when `logs` was nil [GH-5414] * `azurerm_container_group` - fixing a crash when `IPAddress.Ports` was nil in the response from the Azure API [GH-5415] +* `azurerm_frontdoor` - fixing issue where the `forwarding_configuration` cache could not be disabled [GH-5358] * `azurerm_postgresql_server` - correctly validate the `name` property [GH-5443] * `azurerm_postgresql_database` - correctly validate the `server_name` property [GH-5443] * `azurerm_postgresql_firewall` - correctly validate the `server_name` property [GH-5443]