From 9b6d628b0fb74f37e000ac1c397977ba0ed353fd Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 25 May 2020 15:31:56 -0700 Subject: [PATCH] update CHANGELOG.md to include #6527 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 914959d5badbb..2ae28190eddb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ FEATURES: IMPROVEMENTS: * Data Source: `azurerm_kubernetes_cluster` - exposing the `oms_agent_identity` block within the `addon_profile` block [GH-7056] +* Data Source: `azurerm_kubernetes_cluster` - exposing the `identity` and `kubelet_identity` properties [GH-6527] * `azurerm_batch_pool` - support the `container_image_names` property [GH-6689] * `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]