From 2dc15215fbe00cad8d6427bbb9b8c984dd47d051 Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 18 Dec 2019 13:29:25 -0800 Subject: [PATCH] Update CHANGELOG.md to include #5161 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffacf002d0f1..24545bd8698b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ IMPROVEMENTS: * `azurerm_image` - support for configuring `hyper_v_generation` [GH-4453] * `azurerm_key_vault`: the `network_acls` property is now computed [GH-5207] * `azurerm_kubernetes_cluster` - support for the `managed_cluster_identity` property [GH-5168] +* `azurerm_kubernetes_cluster` - support for private link [GH-5161] * `azurerm_private_link_service` - support for the `enable_proxy_protocol` property [GH-5178] * `azurerm_search_service` - exposing the `query_keys` [GH-5029] * `azurerm_storage_account` - exposing the `blob_properties` block [GH-3807]