From 4846f641f0a8377f25a20efdb62df4255a7aea46 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Tue, 26 May 2020 13:51:53 -0700 Subject: [PATCH] Update changelog for #6858 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a1d0a5bc33d1..7cf64931df898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ IMPROVEMENTS: * `azurerm_eventgrid_event_subscription` - support for the `expiration_time_utc`, `service_bus_topic_endpoint`, and `service_bus_queue_endpoint`, property [GH-6860] * `azurerm_eventgrid_event_subscription` - the `eventhub_endpoint` was deprecated in favour of the `eventhub_endpoint_id` property [GH-6860] * `azurerm_eventgrid_event_subscription` - the `hybrid_connection_endpoint` was deprecated in favour of the `hybrid_connection_endpoint_id` property [GH-6860] +* `azurerm_eventgrid_topic` - support for `input_schema`, `input_mapping_fields`, and `input_mapping_default_values` [GH-6858] * `azurerm_kubernetes_cluster` - exposing the `oms_agent_identity` block within the `addon_profile` block [GH-7056] * `azurerm_logic_app_action_http` - support for the `run_after` property [GH-7079]