Skip to content

Commit 04b813c

Browse files
authored
Merge pull request #113539 from plzm/cosmosdb-powershell-0.1.4-mongodb
Cosmos DB | Update Powershell sample pages | MongoDB API
2 parents a5fb6cf + 9586e61 commit 04b813c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 3 additions & 3 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: 03/18/2020
8+
ms.date: 05/01/2020
99
ms.author: mjbrown
1010
---
1111

@@ -35,9 +35,9 @@ This script uses the following commands. Each command in the table links to comm
3535
|---|---|
3636
|**Azure Cosmos DB**| |
3737
| [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 Cosmos DB MongoDB API Database. |
38+
| [Set-AzCosmosDBMongoDBDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbmongodbdatabase) | Creates a new or updates an existing MongoDB API Database. |
3939
| [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 Cosmos DB SQL Collection. |
40+
| [Set-AzCosmosDBMongoDBCollection](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbmongodbcollection) | Creates a new or updates an existing 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
|||

articles/cosmos-db/scripts/powershell/mongodb/ps-mongodb-list-get.md

Lines changed: 3 additions & 3 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: 03/18/2020
8+
ms.date: 05/01/2020
99
ms.author: mjbrown
1010
---
1111

@@ -35,8 +35,8 @@ This script uses the following commands. Each command in the table links to comm
3535
|---|---|
3636
|**Azure Cosmos DB**| |
3737
| [Get-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbaccount) | Lists Cosmos DB Accounts, or gets a specified Cosmos DB Account. |
38-
| [Get-AzCosmosDBMongoDBDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbmongodbdatabase) | Lists Cosmos DB MongoDB API Databases in an Account, or gets a specified Cosmos DB MogoDB API Database in an Account. |
39-
| [Get-AzCosmosDBMongoDBCollection](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbmongodbcollection) | Lists Cosmos DB MongoDB API Collections, or gets a specified Cosmos DB MongoDB API Collection in a Database |
38+
| [Get-AzCosmosDBMongoDBDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbmongodbdatabase) | Lists MongoDB API Databases in an Account, or gets a specified MongoDB API Database in an Account. |
39+
| [Get-AzCosmosDBMongoDBCollection](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbmongodbcollection) | Lists MongoDB API Collections, or gets a specified MongoDB API Collection in a Database. |
4040
|**Azure Resource Groups**| |
4141
| [Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup) | Deletes a resource group including all nested resources. |
4242
|||

articles/cosmos-db/scripts/powershell/mongodb/ps-mongodb-ru-update.md

Lines changed: 3 additions & 3 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: 03/18/2020
8+
ms.date: 05/01/2020
99
ms.author: mjbrown
1010
---
1111

@@ -34,8 +34,8 @@ This script uses the following commands. Each command in the table links to comm
3434
| Command | Notes |
3535
|---|---|
3636
|**Azure Cosmos DB**| |
37-
| [Set-AzCosmosDBMongoDBDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbmongodbdatabase) | Creates a new or updates an existing Cosmos DB MongoDB API Database. |
38-
| [Set-AzCosmosDBMongoDBCollection](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbmongodbcollection) | Creates a new or updates an existing Cosmos DB SQL Collection. |
37+
| [Get-AzCosmosDBMongoDBCollectionThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbmongodbcollectionthroughput) | Gets the throughput value of the MongoDB API Collection. |
38+
| [Update-AzCosmosDBMongoDBCollectionThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/update-azcosmosdbmongodbcollectionthroughput) | Updates the throughput value of the MongoDB API Collection. |
3939
|**Azure Resource Groups**| |
4040
| [Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup) | Deletes a resource group including all nested resources. |
4141
|||

0 commit comments

Comments
 (0)