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/powershell-samples-cassandra.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
@@ -4,7 +4,7 @@ description: Get the Azure PowerShell samples to perform various common tasks i
4
4
author: markjbrown
5
5
ms.service: cosmos-db
6
6
ms.topic: sample
7
-
ms.date: 12/02/2019
7
+
ms.date: 05/13/2020
8
8
ms.author: mjbrown
9
9
---
10
10
@@ -13,7 +13,7 @@ ms.author: mjbrown
13
13
The following table includes links to sample Azure PowerShell scripts for Azure Cosmos DB for Cassandra API.
14
14
15
15
> [!NOTE]
16
-
> The samples use [Az.CosmosDB](https://docs.microsoft.com/powershell/module/az.cosmosdb) management cmdlets. Please note that the `Az.CosmosDB` cmdlets are still in preview and may change before release. Please check for updates to `Az.CosmosDB` regularly.
16
+
> The samples use [Az.CosmosDB](https://docs.microsoft.com/powershell/module/az.cosmosdb) management cmdlets. Please check for updates to `Az.CosmosDB` regularly.
Copy file name to clipboardExpand all lines: articles/cosmos-db/scripts/powershell/cassandra/ps-cassandra-create.md
+7-7Lines changed: 7 additions & 7 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/13/2020
9
9
ms.author: mjbrown
10
10
---
11
11
@@ -34,12 +34,12 @@ 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
-
|[New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount)| Creates a new Cosmos DB Account. |
38
-
|[Set-AzCosmosDBCassandraKeyspace](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbcassandrakeyspace)| Creates or updates a Cosmos DB Cassandra API Keyspace. |
39
-
|[New-AzCosmosDBCassandraClusterKey](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandraclusterkey)| Creates a new CosmosDB Cassandra Cluster Key. |
40
-
|[New-AzCosmosDBCassandraColumn](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandracolumn)| Creates a new CosmosDB Cassandra Column. |
41
-
|[New-AzCosmosDBCassandraSchema](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandraschema)| Creates a new CosmosDB Cassandra Schema. |
42
-
|[Set-AzCosmosDBCassandraTable](https://docs.microsoft.com/powershell/module/az.cosmosdb/set-azcosmosdbcassandratable)| Creates or updates a Cosmos DB Cassandra API Table. |
37
+
|[New-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbaccount)| Creates a Cosmos DB Account. |
38
+
|[New-AzCosmosDBCassandraKeyspace](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandrakeyspace)| Creates a Cosmos DB Cassandra API Keyspace. |
39
+
|[New-AzCosmosDBCassandraClusterKey](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandraclusterkey)| Creates a Cosmos DB Cassandra API Cluster Key. |
40
+
|[New-AzCosmosDBCassandraColumn](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandracolumn)| Creates a Cosmos DB Cassandra API Column. |
41
+
|[New-AzCosmosDBCassandraSchema](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandraschema)| Creates a Cosmos DB Cassandra API Schema. |
42
+
|[New-AzCosmosDBCassandraTable](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdbcassandratable)| Creates a Cosmos DB Cassandra API Table. |
43
43
|**Azure Resource Groups**||
44
44
|[Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup)| Deletes a resource group including all nested resources. |
0 commit comments