From 842e13becfbff485e8d02a650bc1827754a17b3f Mon Sep 17 00:00:00 2001 From: Wodans Son <20408400+WodansSon@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:01:23 -0600 Subject: [PATCH] updated to include #22609 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8ea0ef571a..2aaa60dba67c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ BUG FIXES: * `azurerm_app_service_public_certificate` - Poll for certificate during Read to get around eventual consistency [GH-22587] * `azurerm_application_gateway` - send `min_protocol_version` and correct `policy_type` when using `CustomV2` [GH-22535] * `azurerm_cognitive_deployment` - remove upper limit on validation for the `capacity` property in the `scale` block [GH-22502] +* `azurerm_cosmosdb_account` - fixed regression to `default_identity_type` being switched to `FirstPartyIdentity` on update [GH-22609] * `azurerm_kubernetes_cluster` - `windows_profile.admin_password` will become Required in 4.0 [GH-22554] * `azurerm_maintenance_configuration` - set `package_names_mask_to_exclude` and `package_names_mask_to_exclude` properly in expand and flatten function [GH-22555] * `azurerm_redis_cache` - only set `rdb_backup_enabled` when using a premium SKU [GH-22309]