From f58ac427ae95fc36b55ef55edda9b85a404eb72d Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Tue, 2 Jun 2020 15:54:28 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a914bffad5c7..cd5ae033e90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ BUG FIXES: * `azurerm_app_service` - default priority now set on ip restricitons when not explicitly specified [GH-7059] * `azurerm_app_service` - App Services check correct scope for name availability in ASE [GH-7157] +* `azurerm_cdn_endpoint` - `origin_host_header` can now be set to empty [GH-7164] * `azurerm_eventhub_authorization_rule` - Fix intermittent 404 errors [GH-7122] * `azuerm_function_app` - correctly set `Kind` when `os_type` is `linux` [GH-7140] * `azurerm_virtual_network_gatway` - `vpn_client_protocols` is now also computed to prevent permanent diffs [GH-7168]