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/cassandra/ps-cassandra-create.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,8 @@ 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**||
37
+
|[New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount)| Creates a new Cosmos DB Account. |
39
38
|[Set-AzCosmosDBCassandraKeyspace](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbcassandrakeyspace)| Creates or updates a Cosmos DB Cassandra API Keyspace. |
40
39
|[New-AzCosmosDBCassandraClusterKey](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandraclusterkey)| Creates a new CosmosDB Cassandra Cluster Key. |
41
40
|[New-AzCosmosDBCassandraColumn](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandracolumn)| Creates a new CosmosDB Cassandra Column. |
Copy file name to clipboardExpand all lines: articles/cosmos-db/scripts/powershell/cassandra/ps-cassandra-ru-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
@@ -34,8 +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
-
|[Get-AzCosmosDBCassandraKeyspaceThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbcassandrakeyspacethroughput)| Gets the throughput value of the specified Cassandra API Keyspace. |
38
-
|[Get-AzCosmosDBCassandraTableThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbcassandratablethroughput)| Gets the throughput value of the specified Cassandra API Table. |
37
+
|[Get-AzCosmosDBCassandraKeyspaceThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbcassandrakeyspacethroughput)| Gets the throughput value of the Cassandra API Keyspace. |
38
+
|[Get-AzCosmosDBCassandraTableThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbcassandratablethroughput)| Gets the throughput value of the Cassandra API Table. |
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/cassandra/ps-cassandra-ru-update.md
+3-6Lines changed: 3 additions & 6 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-cassandra
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,11 +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-AzCosmosDBCassandraKeyspace](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbcassandrakeyspace)| Creates or updates a Cosmos DB Cassandra API Keyspace. |
38
-
|[New-AzCosmosDBCassandraClusterKey](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandraclusterkey)| Creates a new CosmosDB Cassandra Cluster Key. |
39
-
|[New-AzCosmosDBCassandraColumn](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandracolumn)| Creates a new CosmosDB Cassandra Column. |
40
-
|[New-AzCosmosDBCassandraSchema](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandraschema)| Creates a new CosmosDB Cassandra Schema. |
41
-
|[Set-AzCosmosDBCassandraTable](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbcassandratable)| Creates or updates a Cosmos DB Cassandra API Table. |
37
+
|[Get-AzCosmosDBCassandraTableThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbcassandratablethroughput)| Gets the throughput value of the Cassandra API Table. |
38
+
|[Update-AzCosmosDBCassandraTableThroughput](https://docs.microsoft.com/powershell/module/az.cosmosdb/update-azcosmosdbcassandratablethroughput)| Updates the throughput value of the Cassandra API Table. |
42
39
|**Azure Resource Groups**||
43
40
|[Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup)| Deletes a resource group including all nested resources. |
0 commit comments