From 0b28928cd1104c3f145e1d339ec0e78710a43680 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Thu, 22 Jul 2021 16:19:58 +0100 Subject: [PATCH] Changelog for #12609 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ec6f4c899e..844ca9a13fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ ENHANCEMENTS: * `azurerm_data_factory_integration_runtime_azure_ssis` - support for the `key_vault_password`, and `key_vault_license` blocks [GH-12659] * `azurerm_bot_channels_registration` - support for the `cmk_key_vault_url`, `description`, `icon_url`, and `isolated_network_enabled` [GH-12560] * `azurerm_data_factory_integration_runtime_azure` - support for the `virtual_network_enabled` property [GH-12619] +* `azurerm_eventgrid_event_subscription` - support for the `advanced_filtering_on_arrays_enabled` property [GH-12609] +* `azurerm_eventgrid_system_topic_event_subscription` - support for the `advanced_filtering_on_arrays_enabled` property [GH-12609] * `azurerm_kubernetes_cluster` - support for downgrading `sku_tier` from `Paid` to `Free` without recreating the Cluster [GH-12651] * `azurerm_postgresql_flexible_server` - support for the `high_availability` block [GH-12587]