Skip to content

Commit a9e5986

Browse files
authored
Merge pull request #113536 from plzm/cosmosdb-powershell-0.1.4-table
Cosmos DB | Update Powershell sample pages | Table API
2 parents 22115d3 + 4278b3f commit a9e5986

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/cosmos-db/scripts/powershell/table/ps-table-create.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-table
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,9 @@ 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-
| [Set-AzCosmosDBTable](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbtable) | Creates or updates a Cosmos DB Table API Table. |
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. |
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
|||

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

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

@@ -35,7 +35,7 @@ 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-AzCosmosDBTable](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbtable) | Lists Cosmos DB Table API Tables in an Account, or gets a specified Cosmos DB Table API Table in an Account. |
38+
| [Get-AzCosmosDBTable](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbtable) | Lists Table API Tables in an Account, or gets a specified Table API Table in an Account. |
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/table/ps-table-ru-update.md

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

@@ -34,7 +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-AzCosmosDBTable](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbtable) | Creates or updates a Cosmos DB Table API Table. |
37+
| [Get-AzCosmosDBTableThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbtablethroughput) | Gets the throughput value of the Table API Table. |
38+
| [Update-AzCosmosDBMongoDBCollectionThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/update-azcosmosdbsqldatabasethroughput) | Updates the throughput value of the Table API Table. |
3839
|**Azure Resource Groups**| |
3940
| [Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup) | Deletes a resource group including all nested resources. |
4041
|||

0 commit comments

Comments
 (0)