From ca721155936c57d2a6d26ae482ef9ce684252c0a Mon Sep 17 00:00:00 2001 From: Steve <11830746+jackofallops@users.noreply.github.com> Date: Tue, 2 Jun 2020 07:42:38 +0100 Subject: [PATCH] Updated for #7157 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 265cca23f81f..c328d35748ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ IMPROVEMENTS: 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_eventhub_authorization_rule` - Fix intermittent 404 errors [GH-7122] * `azuerm_function_app` - correctly set `Kind` when `os_type` is `linux` [GH-7140]