From 88089546a7e3bba4597d353641b9adf023abb5f0 Mon Sep 17 00:00:00 2001 From: neil-yechenwei Date: Wed, 24 Jan 2024 15:53:02 +0800 Subject: [PATCH] update code --- internal/services/cosmos/cosmosdb_account_resource.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/services/cosmos/cosmosdb_account_resource.go b/internal/services/cosmos/cosmosdb_account_resource.go index 7480e8c570361..2f4c1476953b2 100644 --- a/internal/services/cosmos/cosmosdb_account_resource.go +++ b/internal/services/cosmos/cosmosdb_account_resource.go @@ -1063,6 +1063,7 @@ func resourceCosmosDbAccountUpdate(d *pluginsdk.ResourceData, meta interface{}) DisableLocalAuth: disableLocalAuthentication, BackupPolicy: backup, EnablePartitionMerge: pointer.To(d.Get("partition_merge_enabled").(bool)), + MinimalTlsVersion: props.MinimalTlsVersion, }, Tags: t, }