From cff78c195137f7fb52e1930ef508806b22881751 Mon Sep 17 00:00:00 2001 From: stephybun Date: Wed, 13 Dec 2023 14:50:51 +0100 Subject: [PATCH] Update for #24169 #24078 #24077 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fab6e9b0a0e4..2bf40c60cfb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,13 @@ ENHANCEMENTS: * dependencies: update `security/automation` to use `hashicorp/go-azure-sdk` [GH-24156] * Data Source: `azurerm_monitor_workspace` - add support for the `default_data_collection_endpoint_id` and `default_data_collection_rule_id` properties [GH-24153] * Data Source: `azurerm_shared_image_gallery` - add support for property `image_names` [GH-24176] +* `azurerm_dns_txt_record` - allow up to 4096 characters for the property `record.value` [GH-24169] * `azurerm_linux_web_app` - make `client_secret_setting_name` optional and conflicts with `client_secret_certificate_thumbprint` [GH-21834] * `azurerm_linux_web_app_slot` - make `client_secret_setting_name` optional and conflicts with `client_secret_certificate_thumbprint` [GH-21834] * `azurerm_log_analytics_workspace` - add support for the `immediate_data_purge_on_30_days_enabled` property [GH-24015] +* `azurerm_machine_learning_datastore_blobstorage` - this resource skips validation when being created [GH-24078] +* `azurerm_machine_learning_datastore_datalake_gen2` - this resource skips validation when being created [GH-24078] +* `azurerm_machine_learning_datastore_fileshare` - this resource skips validation when being created [GH-24078] * `azurerm_monitor_workspace` - add support for the `default_data_collection_endpoint_id` and `default_data_collection_rule_id` properties [GH-24153] * `azurerm_redis_cache` - add support for the `storage_account_subscription_id` property [GH-24101] * `azurerm_storage_blob` - add support for the `source_content` type `Page` [GH-24177] @@ -25,6 +29,8 @@ BUG FIXES: * `azurerm_bot_service_azure_bot` - fix bug where `public_network_access_enabled` was being set as the value for `LuisKey` [GH-24164] * `azurerm_linux_web_app_slot` - error when `service_plan_id` is identical to the parent `service_plan_id` [GH-23403] * `azurerm_management_group_template_deployment` - fixing a bug where `template_spec_version_id` couldn't be updated [GH-24072] +* `azurerm_pim_active_role_assignment` - fix an importing issue by filtering available role assignments based on the provided `scope` [GH-24077] +* `azurerm_pim_eligible_role_assignment` - fix an importing issue by filtering available role assignments based on the provided `scope` [GH-24077] * `azurerm_resource_group_template_deployment` - fixing a bug where `template_spec_version_id` couldn't be updated [GH-24072] * `azurerm_storage_share_file` - prevent panic when the file specified by `source` is empty [GH-24179] * `azurerm_subscription_template_deployment` - fixing a bug where `template_spec_version_id` couldn't be updated [GH-24072]