Skip to content

Commit

Permalink
Update CHANGELOG.md for #24221
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops authored Dec 13, 2023
1 parent 53cf5b4 commit 81caab6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ ENHANCEMENTS:
* `azurerm_container_app` - add `workload_profile_name` property [GH-24219]
* `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` - 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_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]
Expand All @@ -25,6 +27,8 @@ ENHANCEMENTS:
* `azurerm_storage_blob` - add support for the `source_content` type `Page` [GH-24177]
* `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_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]

BUG FIXES:
Expand Down

0 comments on commit 81caab6

Please sign in to comment.