Skip to content

Commit 7bc7d1a

Browse files
authored
Update the "location" parameter for restore CLI command
Update the "location" parameter for restore CLI command. This is the parameter for restore location, so it has different format than the "locations" parameter when creating the account.
1 parent dadeaa0 commit 7bc7d1a

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)