From dd87584d1c8e7baaca9e949c6f23626742042b8c Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Thu, 12 Jan 2023 14:17:37 -0800 Subject: [PATCH] Update changelog for #19956 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a279b80a4f..11d488462431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,6 +93,7 @@ BUG FIXES: * `azurerm_app_configuration_feature` - handle updates correctly where the label ID is omitted [GH-19900] * `azurerm_cdn_frontdoor_rule` - handle empty string value for `query_string` [GH-19927] +* `azurerm_cosmosdb_account` - `default_identity_type` is now computed to allow for restores [GH-19956] * `azurerm_policy_set_definition` - fix update of for empty group names in `policy_definition_reference.policy_group_names` [GH-19890] * `azurerm_storage_account` - `403` is now a valid status code for when permissions to list keys is missing [GH-19645] * `azurerm_storage_data_lake_gen2_path` - `ace` generated by default are no longer stored in state to prevent perpetual state diffs [GH-18494]