Skip to content

Commit 0b14e43

Browse files
authored
Merge pull request #113540 from plzm/cosmosdb-powershell-0.1.4-gremlin
Cosmos DB | Update Powershell sample pages | Gremlin API
2 parents 84282ab + 1c001b8 commit 0b14e43

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

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

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

@@ -33,10 +33,8 @@ This script uses the following commands. Each command in the table links to comm
3333

3434
| Command | Notes |
3535
|---|---|
36-
|**Azure Resources**| |
37-
| [New-AzResource](https://docs.microsoft.com/powershell/module/az.resources/new-azresource) | Creates a resource. |
3836
|**Azure Cosmos DB**| |
39-
| [Get-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbaccount) | Lists Cosmos DB Accounts, or gets a specified Cosmos DB Account. |
37+
| [New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount) | Creates a new Cosmos DB Account. |
4038
| [Set-AzCosmosDBGremlinDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbgremlindatabase) | Creates or updates a Gremlin API Database. |
4139
| [New-AzCosmosDBGremlinConflictResolutionPolicy](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbgremlinconflictresolutionpolicy) | Creates a Gremlin API Write Conflict Resolution Policy. |
4240
| [Set-AzCosmosDBGremlinGraph](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbgremlingraph) | Creates or updates a Gremlin API Graph. |

articles/cosmos-db/scripts/powershell/gremlin/ps-gremlin-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-graph
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-AzCosmosDBGremlinDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbgremlindatabase) | Lists Cosmos DB Gremlin API Databases in an Account, or gets a specified Cosmos DB Gremlin API Database in an Account. |
39-
| [Get-AzCosmosDBGremlinGraph](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbgremlingraph) | Lists Cosmos DB Gremlin API Graphs in a Database, or gets a specified Cosmos DB Gremlin API Table in a Database. |
38+
| [Get-AzCosmosDBGremlinDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbgremlindatabase) | Lists Gremlin API Databases in an Account, or gets a specified Gremlin API Database in an Account. |
39+
| [Get-AzCosmosDBGremlinGraph](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbgremlingraph) | Lists Gremlin API Graphs in a Database, or gets a specified Gremlin API Table 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/gremlin/ps-gremlin-ru-get.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
| [Get-AzCosmosDBGremlinDatabaseThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbgremlindatabasethroughput) | Gets the throughput value of the specified Gremlin API Database. |
38-
| [Get-AzCosmosDBGremlinGraphThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbgremlingraphthroughput) | Gets the throughput value of the specified Gremlin API Graph. |
37+
| [Get-AzCosmosDBGremlinDatabaseThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbgremlindatabasethroughput) | Gets the throughput value of the Gremlin API Database. |
38+
| [Get-AzCosmosDBGremlinGraphThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbgremlingraphthroughput) | Gets the throughput value of the Gremlin API Graph. |
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
|||

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

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

@@ -34,9 +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-AzCosmosDBGremlinDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbgremlindatabase) | Creates or updates a Gremlin API Database. |
38-
| [Get-AzCosmosDBGremlinGraph](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbgremlingraph) | Gets a Gremlin API Graph. |
39-
| [Set-AzCosmosDBGremlinGraph](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbgremlingraph) | Creates or updates a Gremlin API Graph. |
37+
| [Get-AzCosmosDBGremlinGraphThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbgremlingraphthroughput) | Gets the throughput value of the Gremlin API Graph. |
38+
| [Update-AzCosmosDBGremlinGraphThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/update-azcosmosdbgremlingraphthroughput) | Updates the throughput value of the Gremlin API Graph. |
4039
|**Azure Resource Groups**| |
4140
| [Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup) | Deletes a resource group including all nested resources. |
4241
|||

0 commit comments

Comments
 (0)