From 52c7b94d4bbbf5b7917a88c08bc537cfccb532a3 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Thu, 12 May 2022 08:17:38 -0700 Subject: [PATCH] Update changelog for #16690 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6e540b1a14..46a3762fae49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ENHANCEMENTS: * `azurerm_kubernetes_cluster_node_pool` - the property `node_labels` can now be updated [GH-16360] * `azurerm_kubernetes_cluster` - the property `default_node_pool.node_labels` can now be updated [GH-16360] * `azurerm_kubernetes_cluster` - allow value `none` for `network_profile.network_plugin` [GH-16250] +* `azurerm_kusto_script` - lock kusto cluster so multiple scripts can be applied [GH-16690] * `azurerm_storage_share` - add `access_tier` attribute [GH-16462] * `azurerm_snapshot` - support for the `trusted_launch_enabled` propertyu [GH-16679] * `azurerm_stream_analytics_function_javascript_uda` - support for the `input.configuration_parameter` property [GH-16575]