From 9a3374e034efbea0c40853cd9b82444c8d02c16c Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 8 Jun 2020 10:15:40 +0200 Subject: [PATCH] updating to include #7095 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad22b88493d..f1e8c584eab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ENHANCEMENTS: BUG FIXES: +* `azurerm_application_gateway` - support for specifying the ID of a Key Vault Secret without a version [GH-7095] * `azurerm_eventgrid_event_subscription` - fixing a crash when `subject_filter` was omitted [GH-7222] * `azurerm_funtion_app` - fix app_settings when using linux consumption plan [GH-7230] * `azurerm_management_group` - using the Subscription ID rather than Subscription Resource ID when detaching Subscriptions from Management Groups during deletion [GH-7216]