Skip to content

Commit 455b785

Browse files
authored
Update provision-account-continuous-backup.md
Fixed the API version to 2022-02-15-preview for ARM
1 parent 1cf72a8 commit 455b785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to provision an account with continuous backup and point
44
author: kanshiG
55
ms.service: cosmos-db
66
ms.topic: how-to
7-
ms.date: 08/24/2022
7+
ms.date: 02/28/2023
88
ms.author: govindk
99
ms.reviewer: mjbrown
1010
ms.custom: devx-track-azurepowershell, devx-track-azurecli, ignite-2022
@@ -216,7 +216,7 @@ You can use Azure Resource Manager templates to deploy an Azure Cosmos DB accoun
216216
{
217217
"name": "ademo-pitr1",
218218
"type": "Microsoft.DocumentDB/databaseAccounts",
219-
"apiVersion": "2016-03-31",
219+
"apiVersion": "2022-02-15-preview",
220220
"location": "West US",
221221
"properties": {
222222
"locations": [

0 commit comments

Comments
 (0)