Skip to content

Commit bff0634

Browse files
Merge pull request #115212 from plzm/cosmosdb-0.1.5-gremlin
Cosmos DB | Powershell | Az.CosmosDB 20200518 | Gremlin
2 parents d15a23d + 974d2cb commit bff0634

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/cosmos-db/powershell-samples-gremlin.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 i
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

@@ -13,7 +13,7 @@ ms.author: mjbrown
1313
The following table includes links to sample Azure PowerShell scripts for Azure Cosmos DB for Gremlin API.
1414

1515
> [!NOTE]
16-
> 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.
16+
> The samples use [Az.CosmosDB](https://docs.microsoft.com/powershell/module/az.cosmosdb) management cmdlets. Please check for updates to `Az.CosmosDB` regularly.
1717
1818
| | |
1919
|---|---|

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

Lines changed: 4 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: 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-AzCosmosDBGremlinDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbgremlindatabase) | Creates or updates a Gremlin API Database. |
37+
| [New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount) | Creates a Cosmos DB Account. |
38+
| [New-AzCosmosDBGremlinDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbgremlindatabase) | Creates a Gremlin API Database. |
3939
| [New-AzCosmosDBGremlinConflictResolutionPolicy](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbgremlinconflictresolutionpolicy) | Creates a Gremlin API Write Conflict Resolution Policy. |
40-
| [Set-AzCosmosDBGremlinGraph](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbgremlingraph) | Creates or updates a Gremlin API Graph. |
40+
| [New-AzCosmosDBGremlinGraph](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbgremlingraph) | Creates a Gremlin API Graph. |
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)