diff --git a/CHANGELOG.md b/CHANGELOG.md index f601f3b79d25..6e6320a8dcc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,13 @@ ENHANCEMENTS: * `containerapps`: updating to use the transport layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` [GH-24862] * `containerservices`: updating to use the transport layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` [GH-24872] * `azurerm_container_app_environment`: support for `infrastructure_resource_group_name` [GH-24361] +* `azurerm_cosmosdb_account` - add default values for the `consistency_policy` code block [GH-24830] * `azurerm_dashboard_grafana` - support for the `smtp` block [GH-24717] BUG FIXES: * `azurerm_container_app_environment`: avoid unwanted changes when updating and using `log_analytics_workspace_id` [GH-24303] +* `azurerm_cosmosdb_account` - fixed regression in the `backup` code block [GH-24830] * `azurerm_data_factory` - allow the `git_url` property to be blank/empty [GH-24879] * `azurerm_linux_web_app_slot` - the `worker_count` property now works correctly in the `site_config` block [GH-24515] * `azurerm_linux_web_app` - support `off` for the `file_system_level` property [GH-24877] @@ -27,7 +29,6 @@ BUG FIXES: * `azurerm_windows_web_app` - support `off` for the `file_system_level` property [GH-24877] * `azurerm_windows_web_app_slot` - support `off` for the `file_system_level` property [GH-24877] - ## 3.91.0 (February 08, 2024) FEATURES: