From 23404c22ef365d3058cfd116548b1339a33eb6e5 Mon Sep 17 00:00:00 2001 From: kt Date: Sun, 24 May 2020 15:10:23 -0700 Subject: [PATCH] update CHANGELOG.md to include #6860 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cb8437e02f2..df9f303c78112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 2.12.0 (Unreleased) +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] + BUG FIXES: * `azurern_linux_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061]