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/sql/ps-sql-create.md
+4-3Lines changed: 4 additions & 3 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-sql
7
7
ms.topic: sample
8
-
ms.date: 03/17/2020
8
+
ms.date: 05/01/2020
9
9
ms.author: mjbrown
10
10
---
11
11
@@ -38,8 +38,9 @@ This script uses the following commands. Each command in the table links to comm
38
38
|**Azure Cosmos DB**||
39
39
|[New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount)| Creates a new Cosmos DB Account. |
40
40
|[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. |
43
44
|[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. |
44
45
|[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. |
45
46
|[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. |
Copy file name to clipboardExpand all lines: articles/cosmos-db/scripts/powershell/sql/ps-sql-ru-update.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-sql
7
7
ms.topic: sample
8
-
ms.date: 03/17/2020
8
+
ms.date: 05/01/2020
9
9
ms.author: mjbrown
10
10
---
11
11
@@ -34,9 +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-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. |
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. |
0 commit comments