From 53a746e5830a2f12d51a5d0391be4f9f746c5f2e Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 19 May 2020 20:16:55 -0700 Subject: [PATCH] update CHANGELOG.md to include #6967 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1bb58d217e8..4bdcddde1463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ FEATURES: IMPROVEMENTS: * `azurerm_api_management_api_version_set` - updating the validation for the `name` field [GH-6947] +* `azurerm_app_service` - the `ip_restriction` block now supports the `action` property [GH-6967] * `azurerm_databricks_workspace` - exposing `workspace_id` and `workspace_url` [GH-6973] * `azurerm_storage_account` - allowing the value `PATCH` for `allowed_methods` within the `cors_rule` block within the `blob_properties` block [GH-6964]