Skip to content

Commit 43f7d24

Browse files
authored
Merge pull request #113538 from plzm/cosmosdb-powershell-0.1.4-sql
Cosmos DB | Update Powershell sample pages | SQL API
2 parents a9e5986 + d6af357 commit 43f7d24

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 4 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-sql
77
ms.topic: sample
8-
ms.date: 03/17/2020
8+
ms.date: 05/01/2020
99
ms.author: mjbrown
1010
---
1111

@@ -38,8 +38,9 @@ This script uses the following commands. Each command in the table links to comm
3838
|**Azure Cosmos DB**| |
3939
| [New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount) | Creates a new Cosmos DB Account. |
4040
| [Set-AzCosmosDBSqlDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbsqldatabase) | Creates a new or updates an existing Cosmos DB SQL Database. |
41-
| [New-AzCosmosDBSqlUniqueKey](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbsqluniquekey) | Creates a new Cosmos DB SQL UniqueKey object. |
42-
| [New-AzCosmosDBSqlUniqueKeyPolicy](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbsqluniquekeypolicy) | Creates a new Cosmos DB SQL UniqueKeyPolicy object. |
41+
| [New-AzCosmosDBSqlUniqueKey](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbsqluniquekey) | Creates a new Cosmos DB SQL PSSqlUniqueKey object used as a parameter for New-AzCosmosDBSqlUniqueKeyPolicy. |
42+
| [New-AzCosmosDBSqlUniqueKeyPolicy](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbsqluniquekeypolicy) | Creates a new Cosmos DB SQL PSSqlUniqueKeyPolicy object used as a parameter for Set-AzCosmosDBSqlContainer. |
43+
| [New-AzCosmosDBSqlCompositePath](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbsqlcompositepath) | Creates a new Cosmos DB SQL PSCompositePath object used as a parameter for New-AzCosmosDBSqlIndexingPolicy. |
4344
| [New-AzCosmosDBSqlIncludedPathIndex](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbsqlincludedpathindex) | Creates a new object of type PSIndexes used as a parameter for Set-AzCosmosDBSqlIncludedPath. |
4445
| [New-AzCosmosDBSqlIncludedPath](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbsqlincludedpath) | Creates a new object of type PSIncludedPath used as a parameter for New-AzCosmosDBSqlIndexingPolicy. |
4546
| [New-AzCosmosDBSqlIndexingPolicy](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbsqlindexingpolicy) | Creates a new object of type PSSqlIndexingPolicy used as a parameter for Set-AzCosmosDBSqlContainer. |

articles/cosmos-db/scripts/powershell/sql/ps-sql-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-sql
77
ms.topic: sample
8-
ms.date: 03/17/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-AzCosmosDBSqlDatabase](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbsqldatabase) | Creates a new or updates an existing Cosmos DB SQL Database. |
38-
| [Get-AzCosmosDBSqlContainer](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbsqlcontainer) | Gets a Cosmos DB SQL Container. |
39-
| [Set-AzCosmosDBSqlContainer](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbsqlcontainer) | Creates a new or updates an existing Cosmos DB SQL Container. |
37+
| [Get-AzCosmosDBSqlContainerThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbsqlcontainerthroughput) | Gets the throughput value of the SQL Container. |
38+
| [Update-AzCosmosDBSqlContainerThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbsqlcontainer) | Updates the throughput value of the SQL Container. |
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)