Skip to content

Commit

Permalink
Update for #24169 #24078 #24077
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun committed Dec 13, 2023
1 parent 493328f commit cff78c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit cff78c1

Please sign in to comment.