Skip to content

Commit 8e7958f

Browse files
authored
Merge pull request #115211 from plzm/cosmosdb-0.1.5-mongodb
Cosmos DB | Powershell | Az.CosmosDB 20200518 | MongoDB
2 parents b72da25 + 6dd0166 commit 8e7958f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/cosmos-db/powershell-samples-mongodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Get the Azure PowerShell samples to perform various common tasks in
44
author: markjbrown
55
ms.service: cosmos-db
66
ms.topic: sample
7-
ms.date: 12/02/2019
7+
ms.date: 05/13/2020
88
ms.author: mjbrown
99
---
1010

@@ -16,7 +16,7 @@ The following table includes links to sample Azure PowerShell scripts for Azure
1616
> Currently you can only create 3.2 version (that is, accounts using the endpoint in the format `*.documents.azure.com`) of Azure Cosmos DB's API for MongoDB accounts by using PowerShell, CLI, and Resource Manager templates. To create 3.6 version of accounts, use Azure portal instead.
1717
1818
> [!NOTE]
19-
> The samples use [Az.CosmosDB](https://docs.microsoft.com/powershell/module/az.cosmosdb) management cmdlets. Please note that the `Az.CosmosDB` cmdlets are still in preview and may change before release. Please check for updates to `Az.CosmosDB` regularly.
19+
> The samples use [Az.CosmosDB](https://docs.microsoft.com/powershell/module/az.cosmosdb) management cmdlets. Please check for updates to `Az.CosmosDB` regularly.
2020
2121
| | |
2222
|---|---|

articles/cosmos-db/scripts/powershell/mongodb/ps-mongodb-create.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: markjbrown
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-mongo
77
ms.topic: sample
8-
ms.date: 05/01/2020
8+
ms.date: 05/13/2020
99
ms.author: mjbrown
1010
---
1111

@@ -34,10 +34,10 @@ This script uses the following commands. Each command in the table links to comm
3434
| Command | Notes |
3535
|---|---|
3636
|**Azure Cosmos DB**| |
37-
| [New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount) | Creates a new Cosmos DB Account. |
38-
| [Set-AzCosmosDBMongoDBDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbmongodbdatabase) | Creates a new or updates an existing MongoDB API Database. |
39-
| [New-AzCosmosDBMongoDBIndex](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbmongodbindex) | Creates a new MongoDB API Index. |
40-
| [Set-AzCosmosDBMongoDBCollection](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbmongodbcollection) | Creates a new or updates an existing MongoDB API Collection. |
37+
| [New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount) | Creates a Cosmos DB Account. |
38+
| [New-AzCosmosDBMongoDBDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbmongodbdatabase) | Creates a MongoDB API Database. |
39+
| [New-AzCosmosDBMongoDBIndex](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbmongodbindex) | Creates a MongoDB API Index. |
40+
| [New-AzCosmosDBMongoDBCollection](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbmongodbcollection) | Creates a MongoDB API Collection. |
4141
|**Azure Resource Groups**| |
4242
| [Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup) | Deletes a resource group including all nested resources. |
4343
|||

0 commit comments

Comments
 (0)