Skip to content

Commit 0326b35

Browse files
authored
Merge pull request #108143 from vinhms/patch-2
Update the "location" parameter for restore CLI command
2 parents 53eaae5 + 7bc7d1a commit 0326b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/how-to-setup-customer-managed-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Use the Azure CLI to restore a continuous account that is already configured usi
554554
--resource-group $resourceGroupName \
555555
--account-name $sourceAccountName \
556556
--target-database-account-name $targetAccountName \
557-
--locations regionName=$location \
557+
--location $location \
558558
--restore-timestamp $timestamp \
559559
--assign-identity $identityId \
560560
--default-identity "UserAssignedIdentity=$identityId" \

0 commit comments

Comments
 (0)