From f3429d9df1c54c8ed966be48ae0e9a45fd893cbb Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 13 May 2020 14:24:08 -0700 Subject: [PATCH] update CHANGELOG.md to include #6105 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d540f24eca..9196f04597ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ IMPROVEMENTS: * All Data Sources: adding validation for the `resource_group_name` field to not be empty where it's Required [GH-6864] * Data Source: `azurerm_virtual_machine` - export `identity` attribute [GH-6826] +* `azurerm_application_gateway` - support for WAF policies [GH-6105] * `azurerm_app_service_environment` - support specifying explicit resource group [GH-6821] * `azurerm_log_analytics_workspace` - add support for `rentention_in_days` for Free Tier [GH-6844] * `azurerm_mssql_server` - add support for `azuread_administrator` [GH-6822]