You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/scripts/powershell/table/ps-table-create.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: markjbrown
5
5
ms.service: cosmos-db
6
6
ms.subservice: cosmosdb-table
7
7
ms.topic: sample
8
-
ms.date: 03/18/2020
8
+
ms.date: 05/01/2020
9
9
ms.author: mjbrown
10
10
---
11
11
@@ -33,10 +33,9 @@ This script uses the following commands. Each command in the table links to comm
33
33
34
34
| Command | Notes |
35
35
|---|---|
36
-
|**Azure Resources**||
37
-
|[New-AzResource](https://docs.microsoft.com/powershell/module/az.resources/new-azresource)| Creates a resource. |
38
36
|**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. |
40
39
|**Azure Resource Groups**||
41
40
|[Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup)| Deletes a resource group including all nested resources. |
Copy file name to clipboardExpand all lines: articles/cosmos-db/scripts/powershell/table/ps-table-list-get.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: markjbrown
5
5
ms.service: cosmos-db
6
6
ms.subservice: cosmosdb-table
7
7
ms.topic: sample
8
-
ms.date: 03/18/2020
8
+
ms.date: 05/01/2020
9
9
ms.author: mjbrown
10
10
---
11
11
@@ -35,7 +35,7 @@ This script uses the following commands. Each command in the table links to comm
35
35
|---|---|
36
36
|**Azure Cosmos DB**||
37
37
|[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. |
39
39
|**Azure Resource Groups**||
40
40
|[Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup)| Deletes a resource group including all nested resources. |
Copy file name to clipboardExpand all lines: articles/cosmos-db/scripts/powershell/table/ps-table-ru-update.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: markjbrown
5
5
ms.service: cosmos-db
6
6
ms.subservice: cosmosdb-table
7
7
ms.topic: sample
8
-
ms.date: 03/18/2020
8
+
ms.date: 05/01/2020
9
9
ms.author: mjbrown
10
10
---
11
11
@@ -34,7 +34,8 @@ This script uses the following commands. Each command in the table links to comm
34
34
| Command | Notes |
35
35
|---|---|
36
36
|**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. |
38
39
|**Azure Resource Groups**||
39
40
|[Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup)| Deletes a resource group including all nested resources. |
0 commit comments