Skip to content

Commit 225fe76

Browse files
authored
Update restore-account-continuous-backup.md
Fixed ARM API version to 2022-02-15-preview
1 parent 1cf72a8 commit 225fe76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/restore-account-continuous-backup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ Use the following ARM template to restore an account for the Azure Cosmos DB API
806806
{
807807
"name": "vinhpitrarmrestore-kal3",
808808
"type": "Microsoft.DocumentDB/databaseAccounts",
809-
"apiVersion": "2016-03-31",
809+
"apiVersion": "2022-02-15-preview",
810810
"location": "West US",
811811
"properties": {
812812
"locations": [
@@ -837,7 +837,7 @@ Use the following ARM template to restore an account for the Azure Cosmos DB API
837837
{
838838
"name": "ademo-pitr1",
839839
"type": "Microsoft.DocumentDB/databaseAccounts",
840-
"apiVersion": "2016-03-31",
840+
"apiVersion": "2022-02-15-preview",
841841
"location": "West US",
842842
"properties": {
843843
"locations": [
@@ -877,7 +877,7 @@ Use the following ARM template to restore an account for the Azure Cosmos DB API
877877
{
878878
"name": "ademo-pitr1",
879879
"type": "Microsoft.DocumentDB/databaseAccounts",
880-
"apiVersion": "2016-03-31",
880+
"apiVersion": "2022-02-15-preview",
881881
"location": "West US",
882882
"properties": {
883883
"locations": [

0 commit comments

Comments
 (0)