Skip to content

Commit e9bd393

Browse files
author
Patrick El-Azem
committed
Cosmos DB | az.cosmosdb 0.1.4 | Update sample pages to reflect changes in Az.CosmosDB 0.1.4 | Cassandra
1 parent ca21322 commit e9bd393

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ 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**| |
37+
| [New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount) | Creates a new Cosmos DB Account. |
3938
| [Set-AzCosmosDBCassandraKeyspace](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbcassandrakeyspace) | Creates or updates a Cosmos DB Cassandra API Keyspace. |
4039
| [New-AzCosmosDBCassandraClusterKey](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandraclusterkey) | Creates a new CosmosDB Cassandra Cluster Key. |
4140
| [New-AzCosmosDBCassandraColumn](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandracolumn) | Creates a new CosmosDB Cassandra Column. |

articles/cosmos-db/scripts/powershell/cassandra/ps-cassandra-ru-get.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +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-
| [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. |
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/cassandra/ps-cassandra-ru-update.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: markjbrown
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-cassandra
77
ms.topic: sample
8-
ms.date: 03/18/2020
8+
ms.date: 05/01/2020
99
ms.author: mjbrown
1010
---
1111

@@ -34,11 +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-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. |
4239
|**Azure Resource Groups**| |
4340
| [Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup) | Deletes a resource group including all nested resources. |
4441
|||

0 commit comments

Comments
 (0)