From ed9565a1ea594edac824b869c7bffff1e40a3a5e Mon Sep 17 00:00:00 2001 From: stephybun Date: Fri, 17 Nov 2023 15:53:08 +0100 Subject: [PATCH] Update for #23888 #23918 #23781 #23797 #23864 #23904 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a9cec46a00..35243727e40e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,23 @@ ENHANCEMENTS: * `dashboard`: updating to API Version `2023-09-01` [GH-23929] +* `azurerm_hdinsight_hadoop_cluster` - `script_actions` is no longer Force New [GH-23888] +* `azurerm_hdinsight_hbase_cluster` - `script_actions` is no longer Force New [GH-23888] +* `azurerm_hdinsight_interactive_query_cluster` - `script_actions` is no longer Force New [GH-23888] +* `azurerm_hdinsight_kafka_cluster` - `script_actions` is no longer Force New [GH-23888] +* `azurerm_hdinsight_spark_cluster` - `script_actions` is no longer Force New [GH-23888] +* `azurerm_log_analytics_workspace` - add support for the `identity` property [GH-23864] * `azurerm_linux_function_app` - add support for dotnet 8 [GH-23638] * `azurerm_linux_function_app_slot` - add support for dotnet 8 [GH-23638] * `azurerm_windows_function_app` - add support for dotnet 8 [GH-23638] * `azurerm_windows_function_app_slot` - add support for dotnet 8 [GH-23638] +* `azurerm_private_dns_cname_record` - `ttl` can now be set to 0 [GH-23918] +* `azurerm_shared_image` - add support for `trusted_launch_supported` [GH-23781] +* `azurerm_spring_cloud_customized_accelerator` - add support for the `accelerator_type` and `path` properties [GH-23797] + +BUGS: + +* `azurerm_disk_encryption_set` - resource will recreate if `identity` changes from `SystemAssigned` to `UserAssigned` [GH-23904] ## 3.81.0 (November 16, 2023)