From 60e991ae4199b9afd4085c3e016b5d894ba78115 Mon Sep 17 00:00:00 2001 From: WS <20408400+WodansSon@users.noreply.github.com> Date: Thu, 22 Jul 2021 16:58:36 -0700 Subject: [PATCH] Updating to include #12687 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba051e05fe9..7a4ad96ff641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ENHANCEMENTS: * `azurerm_eventgrid_system_topic_event_subscription` - support for the `advanced_filtering_on_arrays_enabled` property [GH-12609] * `azurerm_eventhub_namespace` - support for Azure Event Hubs Namespace Premium tier [GH-12695] * `azurerm_kubernetes_cluster` - support for downgrading `sku_tier` from `Paid` to `Free` without recreating the Cluster [GH-12651] +* `azurerm_kusto_eventgrid_data_connection` - Add supported `data_format` APACHEAVRO, ORC, PARQUET, TSVE and W3CLOGFILE to validation function. [GH-12687] * `azurerm_postgresql_flexible_server` - support for the `high_availability` block [GH-12587] BUG FIXES: