Skip to content

Commit 9ca2798

Browse files
author
Patrick El-Azem
committed
Cosmos DB | Powershell | Az.CosmosDB 20200518 | Table
1 parent 2454ce2 commit 9ca2798

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/cosmos-db/powershell-samples-table.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 Table 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/table/ps-table-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-table
77
ms.topic: sample
8-
ms.date: 05/01/2020
8+
ms.date: 05/13/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-
| [New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount) | Creates a new Cosmos DB Account. |
38-
| [Set-AzCosmosDBTable](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbtable) | Creates or updates a Table API Table. |
37+
| [New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount) | Creates a Cosmos DB Account. |
38+
| [New-AzCosmosDBTable](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbtable) | Creates a Table API Table. |
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)