Skip to content

Commit 7e5284f

Browse files
committed
api-update mongo
1 parent ca54770 commit 7e5284f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/manage-mongodb-with-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ This template will create an Azure Cosmos account for MongoDB API (3.2 or 3.6) w
242242
{
243243
"type": "Microsoft.DocumentDb/databaseAccounts/mongodbDatabases/collections",
244244
"name": "[concat(variables('accountName'), '/', parameters('databaseName'), '/', parameters('collection2Name'))]",
245-
"apiVersion": "2020-03-01",
245+
"apiVersion": "2020-04-01",
246246
"dependsOn": [ "[resourceId('Microsoft.DocumentDB/databaseAccounts/mongodbDatabases', variables('accountName'), parameters('databaseName'))]" ],
247247
"properties":
248248
{

0 commit comments

Comments
 (0)