From 9bcd462459f961019fc75e8393f6825269ed8f04 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Tue, 19 Jan 2021 11:50:42 +0100 Subject: [PATCH] updating to include #10210 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b1fc5e73de..5e5afb529bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ IMPROVEMENTS: * 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_api_management` - support additional TLS ciphers within the `security` block [GH-9276] +* `azurerm_container_group` - support for updating `tags` [GH-10210] * `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]