From 258875b09e03739c080dcc44e0cd050d4dc03839 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 18 Jan 2021 11:34:47 +0100 Subject: [PATCH] updating to include #8737 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8ef86d1b1b..88fc59b8a913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,10 @@ IMPROVEMENTS: * dependencies: updating `appplatform` to API version `2020-07-01` [GH-10175] * dependencies: updating `containerservice` to API version `2020-12-01` [GH-10171] * dependencies: updating `msi` to API version `2018-11-30` [GH-10174] +* Data Source: `azurerm_kubernetes_cluster` - support for the field `user_assigned_identity_id` within the `identity` block [GH-8737] +* `azurerm_kubernetes_cluster` - the field `type` within the `identity` block can now be set to `UserAssigned` [GH-8737] * `azurerm_kubernetes_cluster` - support for the field `new_pod_scale_up_delay` within the `auto_scaler_profile` block [GH-9291] +* `azurerm_kubernetes_cluster` - support for the field `user_assigned_identity_id` within the `identity` block [GH-8737] BUG FIXES: