Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Dec 15, 2023
1 parent d92ec89 commit 5c1e5aa
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ ENHANCEMENTS:
* `kusto`: removing the remnants of the old Resource ID Parsers now this uses `hashicorp/go-azure-sdk` [GH-24238]
* Data Source: `azurerm_cognitive_account` - export the `identity` block [GH-24214]
* 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]
* Data Source: `azurerm_shared_image_gallery` - add support for the `image_names` property [GH-24176]
* `azurerm_dns_txt_record` - allow up to `4096` characters for the property `record.value` [GH-24169]
* `azurerm_container_app` - support for the `workload_profile_name` property [GH-24219]
* `azurerm_container_app` - suppot for the `init_container` block [GH-23955]
* `azurerm_hpc_cache_blob_nfs_target` - support for the `verification_timer_in_seconds` and `write_back_timer_in_seconds` properties [GH-24207]
* `azurerm_hpc_cache_nfs_target` - support for the `verification_timer_in_seconds` and `write_back_timer_in_seconds` properties [GH-24208]
* `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_linux_web_app` - make `client_secret_setting_name` optional and conflict with `client_secret_certificate_thumbprint` [GH-21834]
* `azurerm_linux_web_app_slot` - make `client_secret_setting_name` optional and conflict with `client_secret_certificate_thumbprint` [GH-21834]
* `azurerm_linux_web_app` - fix a bug in `app_settings` where settings could be lost [GH-24221]
* `azurerm_linux_web_app_slot` - fix a bug in `app_settings` where settings could be lost [GH-24221]
* `azurerm_log_analytics_workspace` - add support for the `immediate_data_purge_on_30_days_enabled` property [GH-24015]
* `azurerm_mssql_server` - support for other identity types for the key vault key [GH-24236]
* `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]
* `azurerm_web_application_firewall_policy` - add new values to the `rule_group_name` validation [GH-24194]
* `azurerm_windows_web_app` - make `client_secret_setting_name` optional and conflicts with `client_secret_certificate_thumbprint` [GH-21834]
* `azurerm_windows_web_app_slot` - make `client_secret_setting_name` optional and conflicts with `client_secret_certificate_thumbprint` [GH-21834]
* `azurerm_machine_learning_datastore_blobstorage` - resource now skips validation when being created [GH-24078]
* `azurerm_machine_learning_datastore_datalake_gen2` - resource now skips validation when being created [GH-24078]
* `azurerm_machine_learning_datastore_fileshare` - resource now skips validation when being created [GH-24078]
* `azurerm_monitor_workspace` - support for the `default_data_collection_endpoint_id` and `default_data_collection_rule_id` properties [GH-24153]
* `azurerm_redis_cache` - support for the `storage_account_subscription_id` property [GH-24101]
* `azurerm_storage_blob` - support for the `source_content` type `Page` [GH-24177]
* `azurerm_web_application_firewall_policy` - support new values to the `rule_group_name` property [GH-24194]
* `azurerm_windows_web_app` - make the `client_secret_setting_name` property optional and conflicts with the `client_secret_certificate_thumbprint` property [GH-21834]
* `azurerm_windows_web_app_slot` - make the `client_secret_setting_name` property optional and conflicts with the `client_secret_certificate_thumbprint` property [GH-21834]
* `azurerm_windows_web_app` - fix a bug in `app_settings` where settings could be lost [GH-24221]
* `azurerm_windows_web_app_slot` - fix a bug in `app_settings` where settings could be lost [GH-24221]
* `azurerm_cognitive_account` - add `ContentSafety` to the `kind` property validation [GH-24205]
Expand Down

0 comments on commit 5c1e5aa

Please sign in to comment.