Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Jan 24, 2024
1 parent d809123 commit 8808954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/cosmos/cosmosdb_account_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 8808954

Please sign in to comment.