Skip to content

Commit 8ba0ef5

Browse files
Corrected platyps docs build errors (#27980)
Co-authored-by: Vincent Dai <[email protected]>
1 parent 681c87a commit 8ba0ef5

23 files changed

+224
-195
lines changed

src/CognitiveServices/CognitiveServices/help/Az.CognitiveServices.md

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Locale: en-US
99
# Az.CognitiveServices Module
1010
## Description
1111
This topic displays help topics for the Azure Cognitive Services cmdlets.
12-
13-
## Az.CognitiveServices Cmdlets
1412
### [Add-AzCognitiveServicesAccountNetworkRule](Add-AzCognitiveServicesAccountNetworkRule.md)
1513
Add IpRules or VirtualNetworkRules to the NetworkRule property of a Cognitive Services account
1614

@@ -20,9 +18,15 @@ Gets an account.
2018
### [Get-AzCognitiveServicesAccountCommitmentPlan](Get-AzCognitiveServicesAccountCommitmentPlan.md)
2119
Get CommitmentPlan of a Cognitive Services account
2220

21+
### [Get-AzCognitiveServicesAccountDefenderForAISetting](Get-AzCognitiveServicesAccountDefenderForAISetting.md)
22+
Get Defender For AI Setting of a Cognitive Services account
23+
2324
### [Get-AzCognitiveServicesAccountDeployment](Get-AzCognitiveServicesAccountDeployment.md)
2425
Get Deployment of a Cognitive Services account
2526

27+
### [Get-AzCognitiveServicesAccountDeploymentSku](Get-AzCognitiveServicesAccountDeploymentSku.md)
28+
Get Deployment Sku of a Cognitive Services account
29+
2630
### [Get-AzCognitiveServicesAccountKey](Get-AzCognitiveServicesAccountKey.md)
2731
Gets the API keys for an account.
2832

@@ -32,6 +36,15 @@ Get Models available for a Cognitive Services account
3236
### [Get-AzCognitiveServicesAccountNetworkRuleSet](Get-AzCognitiveServicesAccountNetworkRuleSet.md)
3337
Get the NetworkRule property of a Cognitive Services account
3438

39+
### [Get-AzCognitiveServicesAccountRaiBlocklist](Get-AzCognitiveServicesAccountRaiBlocklist.md)
40+
Get Cognitive Services Account Rai Block List.
41+
42+
### [Get-AzCognitiveServicesAccountRaiBlocklistItem](Get-AzCognitiveServicesAccountRaiBlocklistItem.md)
43+
Get Cognitive Services Account Rai Block List Item.
44+
45+
### [Get-AzCognitiveServicesAccountRaiPolicy](Get-AzCognitiveServicesAccountRaiPolicy.md)
46+
Get Cognitive Services Account Rai Policy.
47+
3548
### [Get-AzCognitiveServicesAccountSku](Get-AzCognitiveServicesAccountSku.md)
3649
Gets the available SKUs for an account.
3750

@@ -50,6 +63,18 @@ Get Cognitive Services Commitment Plan Association
5063
### [Get-AzCognitiveServicesCommitmentTier](Get-AzCognitiveServicesCommitmentTier.md)
5164
Get CommitmentTier of Cognitive Services
5265

66+
### [Get-AzCognitiveServicesModel](Get-AzCognitiveServicesModel.md)
67+
Get Models of Cognitive Services
68+
69+
### [Get-AzCognitiveServicesModelCapacity](Get-AzCognitiveServicesModelCapacity.md)
70+
Get Cognitive Services Model Capacity
71+
72+
### [Get-AzCognitiveServicesRaiContentFilter](Get-AzCognitiveServicesRaiContentFilter.md)
73+
Get Cognitive Services RAI Content Filter
74+
75+
### [Get-AzCognitiveServicesUsage](Get-AzCognitiveServicesUsage.md)
76+
Get Usage of Cognitive Services
77+
5378
### [New-AzCognitiveServicesAccount](New-AzCognitiveServicesAccount.md)
5479
Creates a Cognitive Services account.
5580

@@ -59,12 +84,24 @@ Generate a new instance of Cognitive Services Account ApiProperties
5984
### [New-AzCognitiveServicesAccountCommitmentPlan](New-AzCognitiveServicesAccountCommitmentPlan.md)
6085
Create a CommitmentPlan for a Cognitive Services account
6186

87+
### [New-AzCognitiveServicesAccountDefenderForAISetting](New-AzCognitiveServicesAccountDefenderForAISetting.md)
88+
Create Defender For AI Setting of a Cognitive Services account
89+
6290
### [New-AzCognitiveServicesAccountDeployment](New-AzCognitiveServicesAccountDeployment.md)
6391
Create a Deployment for a Cognitive Services account
6492

6593
### [New-AzCognitiveServicesAccountKey](New-AzCognitiveServicesAccountKey.md)
6694
Regenerates an account key.
6795

96+
### [New-AzCognitiveServicesAccountRaiBlocklist](New-AzCognitiveServicesAccountRaiBlocklist.md)
97+
Create Cognitive Services Account Rai Block List.
98+
99+
### [New-AzCognitiveServicesAccountRaiBlocklistItem](New-AzCognitiveServicesAccountRaiBlocklistItem.md)
100+
Create or update Cognitive Services Account Rai Block List Item.
101+
102+
### [New-AzCognitiveServicesAccountRaiPolicy](New-AzCognitiveServicesAccountRaiPolicy.md)
103+
Create or update Cognitive Services Account Rai Policy.
104+
68105
### [New-AzCognitiveServicesCommitmentPlan](New-AzCognitiveServicesCommitmentPlan.md)
69106
Create a Cognitive Services Commitment Plan
70107

@@ -86,6 +123,15 @@ Delete a Deployment from a Cognitive Services account
86123
### [Remove-AzCognitiveServicesAccountNetworkRule](Remove-AzCognitiveServicesAccountNetworkRule.md)
87124
Remove IpRules or VirtualNetworkRules from the NetWorkRule property of a Cognitive Services account
88125

126+
### [Remove-AzCognitiveServicesAccountRaiBlocklist](Remove-AzCognitiveServicesAccountRaiBlocklist.md)
127+
Remove Cognitive Services Account Rai Block List.
128+
129+
### [Remove-AzCognitiveServicesAccountRaiBlocklistItem](Remove-AzCognitiveServicesAccountRaiBlocklistItem.md)
130+
Remove Cognitive Services Account Rai Block List.
131+
132+
### [Remove-AzCognitiveServicesAccountRaiPolicy](Remove-AzCognitiveServicesAccountRaiPolicy.md)
133+
Remove Cognitive Services Account Rai Policy.
134+
89135
### [Remove-AzCognitiveServicesCommitmentPlan](Remove-AzCognitiveServicesCommitmentPlan.md)
90136
Remove a Cognitive Services Commitment Plan
91137

src/Compute/Compute/help/Az.Compute.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Locale: en-US
99
# Az.Compute Module
1010
## Description
1111
This topic displays the help topics for the Azure Compute Cmdlets.
12-
13-
## Az.Compute Cmdlets
1412
### [Add-AzImageDataDisk](Add-AzImageDataDisk.md)
1513
Adds a data disk to an image object.
1614

@@ -59,6 +57,9 @@ Adding Run Command to VMSS instances
5957
### [Add-AzVmssSecret](Add-AzVmssSecret.md)
6058
Adds a secret to a VMSS.
6159

60+
### [Add-AzVmssSkuProfileVMSize](Add-AzVmssSkuProfileVMSize.md)
61+
Add a VM size into VMSS Sku Profile for VMSS Instance Mix.
62+
6263
### [Add-AzVmssSshPublicKey](Add-AzVmssSshPublicKey.md)
6364
Adds SSH public keys to the VMSS.
6465

@@ -248,9 +249,6 @@ Grants an access to a disk.
248249
### [Grant-AzSnapshotAccess](Grant-AzSnapshotAccess.md)
249250
Grants an access to a snapshot.
250251

251-
### [Invoke-AzSpotPlacementRecommender](Invoke-AzSpotPlacementRecommender.md)
252-
Generates placement scores for Spot VM skus.
253-
254252
### [Invoke-AzSpotPlacementScore](Invoke-AzSpotPlacementScore.md)
255253
Generates placement scores for Spot VM skus.
256254

@@ -438,7 +436,7 @@ Removes a data disk from an image object.
438436
Delete Proximity Placement Group resource.
439437

440438
### [Remove-AzRestorePoint](Remove-AzRestorePoint.md)
441-
This cmdlet can remove a Restore Point
439+
This cmdlet can remove a Restore Point
442440

443441
### [Remove-AzRestorePointCollection](Remove-AzRestorePointCollection.md)
444442
This Cmdlet can remove Restore Point Collection
@@ -518,6 +516,9 @@ Removes a network interface configuration from a VMSS.
518516
### [Remove-AzVmssRunCommand](Remove-AzVmssRunCommand.md)
519517
Remove VMSS RunCommand
520518

519+
### [Remove-AzVmssSkuProfileVMSize](Remove-AzVmssSkuProfileVMSize.md)
520+
Remove a VM size from VMSS Sku Profile for VMSS Instance Mix.
521+
521522
### [Remove-AzVmssVMDataDisk](Remove-AzVmssVMDataDisk.md)
522523
Removes a data disk from a virtual machine scale set VM
523524

@@ -690,7 +691,7 @@ Starts an Azure virtual machine.
690691
Starts the VMSS or a set of virtual machines within the VMSS.
691692

692693
### [Start-AzVmssRollingExtensionUpgrade](Start-AzVmssRollingExtensionUpgrade.md)
693-
This cmdlet starts a rolling upgrade for all extensions on the given Virtual Machine Scale Set to the latest available version.
694+
This cmdlet starts a rolling upgrade for all extensions on the given Virtual Machine Scale Set to the latest available version.
694695

695696
### [Start-AzVmssRollingOSUpgrade](Start-AzVmssRollingOSUpgrade.md)
696697
Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version.

src/CosmosDB/CosmosDB/help/Az.CosmosDB.md

Lines changed: 49 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ Locale: en-US
99
# Az.CosmosDB Module
1010
## Description
1111
The topics in this section document the Azure PowerShell cmdlets for Azure Cosmos DB and Azure Managed Instance for Apache Cassandra in the Azure Resource Manager (ARM) framework. The cmdlets exist in the Microsoft.Azure.Commands.CosmosDB namespace.
12-
13-
## Az.CosmosDB Cmdlets
1412
### [Get-AzCosmosDBAccount](Get-AzCosmosDBAccount.md)
15-
Get Cosmos DB Account.
13+
Get CosmosDB Account.
1614

1715
### [Get-AzCosmosDBAccountKey](Get-AzCosmosDBAccountKey.md)
18-
Get Keys{"ConnectionKeys", "PrimaryReadOnly" or "Keys"} for the given Cosmos DB Account.
16+
Get Keys{"ConnectionKeys", "PrimaryReadOnly" or "Keys"} for the given CosmosDB Account.
1917

2018
### [Get-AzCosmosDBCassandraKeyspace](Get-AzCosmosDBCassandraKeyspace.md)
2119
Gets a CosmosDB Cassandra Keyspace.
@@ -57,8 +55,7 @@ Lists all the restorable Azure Cosmos DB Gremlin graphs available for a specific
5755
Lists all the restorable Azure Cosmos DB Gremlin resources available for a specific database account at a given time and location.
5856

5957
### [Get-AzCosmosDBLocation](Get-AzCosmosDBLocation.md)
60-
List Azure Cosmos DB locations and their properties.
61-
Get Azure Cosmos DB location properties for a specific location.
58+
List Azure Cosmos DB locations and their properties. Get Azure Cosmos DB location properties for a specific location.
6259

6360
### [Get-AzCosmosDBMongoDBCollection](Get-AzCosmosDBMongoDBCollection.md)
6461
Gets the CosmosDB MongoDB Collection.
@@ -93,6 +90,9 @@ Gets the CosmosDB MongoDB User Definition.
9390
### [Get-AzCosmosDBRestorableDatabaseAccount](Get-AzCosmosDBRestorableDatabaseAccount.md)
9491
Gets the restorable database account object
9592

93+
### [Get-AzCosmosDBService](Get-AzCosmosDBService.md)
94+
Gets the CosmosDB Service
95+
9696
### [Get-AzCosmosDBSqlContainer](Get-AzCosmosDBSqlContainer.md)
9797
Gets the CosmosDB Sql Container.
9898

@@ -148,7 +148,7 @@ Lists all the restorable Azure Cosmos DB Tables available for a specific databas
148148
Gets the CosmosDB Table Role Assignment.
149149

150150
### [Get-AzCosmosDBTableRoleDefinition](Get-AzCosmosDBTableRoleDefinition.md)
151-
Gets the CosmosDB Table Role Definition.
151+
Gets the CosmosDB Role Definition.
152152

153153
### [Get-AzCosmosDBTableThroughput](Get-AzCosmosDBTableThroughput.md)
154154
Gets the throughput of a CosmosDB Table.
@@ -159,9 +159,6 @@ Gets a Azure Managed Instances for Apache Cassandra cluster.
159159
### [Get-AzManagedCassandraDatacenter](Get-AzManagedCassandraDatacenter.md)
160160
Gets a Azure Managed Instances for Apache Cassandra data center.
161161

162-
### [Get-AzCosmosDBService](Get-AzCosmosDBService.md)
163-
Gets the Cosmos DB Service
164-
165162
### [Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration](Invoke-AzCosmosDBCassandraKeyspaceThroughputMigration.md)
166163
Use this to migrate autoscale throughput to manual throughput and vice versa.
167164

@@ -190,10 +187,10 @@ Use this to migrate autoscale throughput to manual throughput and vice versa.
190187
Use this to migrate autoscale throughput to manual throughput and vice versa.
191188

192189
### [New-AzCosmosDBAccount](New-AzCosmosDBAccount.md)
193-
Create a new Cosmos DB Account.
190+
Create a new CosmosDB Account.
194191

195192
### [New-AzCosmosDBAccountKey](New-AzCosmosDBAccountKey.md)
196-
Regenerate a given Cosmos DB Account Key.
193+
Regenerate a given CosmosDB Account Key.
197194

198195
### [New-AzCosmosDBCassandraClusterKey](New-AzCosmosDBCassandraClusterKey.md)
199196
Creates a new CosmosDB Cassandra Cluster Key.
@@ -279,6 +276,9 @@ Creates a new CosmosDB MongoDB User Definition.
279276
### [New-AzCosmosDBPermission](New-AzCosmosDBPermission.md)
280277
Creates a new CosmosDB Permission object to be used to create or update a Role Definition.
281278

279+
### [New-AzCosmosDBService](New-AzCosmosDBService.md)
280+
Creates a new CosmosDB Service.
281+
282282
### [New-AzCosmosDBSqlCompositePath](New-AzCosmosDBSqlCompositePath.md)
283283
Creates a new object of type PSCompositePath. It can be passed as a parameter value for Set-AzCosmosDBSqlContainer.
284284

@@ -300,9 +300,6 @@ Creates a new object of type PSIndexes. It can be passed as a parameter value fo
300300
### [New-AzCosmosDBSqlIndexingPolicy](New-AzCosmosDBSqlIndexingPolicy.md)
301301
Creates a new CosmosDB Sql IndexingPolicy object.
302302

303-
### [New-AzCosmosDBSqlVectorEmbeddingPolicy](New-AzCosmosDBSqlVectorEmbeddingPolicy.md)
304-
Creates a new CosmosDB Sql VectorEmbeddingPolicy object.
305-
306303
### [New-AzCosmosDBSqlRoleAssignment](New-AzCosmosDBSqlRoleAssignment.md)
307304
Creates a new CosmosDB Sql Role Assignment.
308305

@@ -327,6 +324,15 @@ Creates a new CosmosDB SqlUniqueKeyPolicy object.
327324
### [New-AzCosmosDBSqlUserDefinedFunction](New-AzCosmosDBSqlUserDefinedFunction.md)
328325
Creates a new CosmosDB Sql UserDefinedFunction.
329326

327+
### [New-AzCosmosDBSqlVectorEmbedding](New-AzCosmosDBSqlVectorEmbedding.md)
328+
Creates a new CosmosDB Sql VectorEmbedding object.
329+
330+
### [New-AzCosmosDBSqlVectorEmbeddingPolicy](New-AzCosmosDBSqlVectorEmbeddingPolicy.md)
331+
Creates a new CosmosDB Sql VectorEmbeddingPolicy object.
332+
333+
### [New-AzCosmosDBSqlVectorIndex](New-AzCosmosDBSqlVectorIndex.md)
334+
Creates a new CosmosDB Sql VectorIndex object.
335+
330336
### [New-AzCosmosDBTable](New-AzCosmosDBTable.md)
331337
Creates a new CosmosDB Table.
332338

@@ -348,9 +354,6 @@ Creates a new Azure Managed Instances for Apache Cassandra cluster.
348354
### [New-AzManagedCassandraDatacenter](New-AzManagedCassandraDatacenter.md)
349355
Create a new Azure Managed Instances for Apache Cassandra data center.
350356

351-
### [New-AzCosmosDBService](New-AzCosmosDBService.md)
352-
Creates a new Cosmos DB Service
353-
354357
### [Remove-AzCosmosDBAccount](Remove-AzCosmosDBAccount.md)
355358
Remove a Cosmos DB Account.
356359

@@ -372,12 +375,15 @@ Deletes a CosmosDB MongoDB Collection.
372375
### [Remove-AzCosmosDBMongoDBDatabase](Remove-AzCosmosDBMongoDBDatabase.md)
373376
Deletes a CosmosDB MongoDB Database.
374377

375-
### [Remove-AzCosmosDBMongoDBDatabase](Remove-AzCosmosDBMongoDBDatabase.md)
378+
### [Remove-AzCosmosDBMongoDBRoleDefinition](Remove-AzCosmosDBMongoDBRoleDefinition.md)
376379
Deletes a CosmosDB MongoDB Database.
377380

378381
### [Remove-AzCosmosDBMongoDBUserDefinition](Remove-AzCosmosDBMongoDBUserDefinition.md)
379382
Deletes an existing CosmosDB MongoDB User Definition.
380383

384+
### [Remove-AzCosmosDBService](Remove-AzCosmosDBService.md)
385+
Deletes the CosmosDB Service.
386+
381387
### [Remove-AzCosmosDBSqlContainer](Remove-AzCosmosDBSqlContainer.md)
382388
Deletes the CosmosDB Sql Container.
383389

@@ -414,14 +420,32 @@ Deletes a Azure Managed Instances for Apache Cassandra cluster.
414420
### [Remove-AzManagedCassandraDatacenter](Remove-AzManagedCassandraDatacenter.md)
415421
Deletes a Azure Managed Instances for Apache Cassandra data center.
416422

417-
### [Remove-AzCosmosDBService](Remove-AzCosmosDBService.md)
418-
Deletes a Cosmos DB Service
419-
420423
### [Restore-AzCosmosDBAccount](Restore-AzCosmosDBAccount.md)
421424
Restores an existing CosmosDB account (live or deleted) to a given timestamp to a new account
422425

426+
### [Restore-AzCosmosDBGremlinDatabase](Restore-AzCosmosDBGremlinDatabase.md)
427+
Restore a deleted gremlin database to a given timestamp in the same account
428+
429+
### [Restore-AzCosmosDBGremlinGraph](Restore-AzCosmosDBGremlinGraph.md)
430+
Restore a deleted gremlin graph in a database to a given timestamp in the same account
431+
432+
### [Restore-AzCosmosDBMongoDBCollection](Restore-AzCosmosDBMongoDBCollection.md)
433+
Restore a deleted mongodb collection in a database to a given timestamp in the same account
434+
435+
### [Restore-AzCosmosDBMongoDBDatabase](Restore-AzCosmosDBMongoDBDatabase.md)
436+
Restore a deleted mongodb database to a given timestamp in the same account
437+
438+
### [Restore-AzCosmosDBSqlContainer](Restore-AzCosmosDBSqlContainer.md)
439+
Restore a deleted sql container in a database to a given timestamp in the same account
440+
441+
### [Restore-AzCosmosDBSqlDatabase](Restore-AzCosmosDBSqlDatabase.md)
442+
Restore a deleted sql database to a given timestamp in the same account
443+
444+
### [Restore-AzCosmosDBTable](Restore-AzCosmosDBTable.md)
445+
Restore a deleted table to a given timestamp in the same account
446+
423447
### [Update-AzCosmosDBAccount](Update-AzCosmosDBAccount.md)
424-
Update a CosmosDB account attributes.
448+
Update a Cosmos DB Account attributes.
425449

426450
### [Update-AzCosmosDBAccountFailoverPriority](Update-AzCosmosDBAccountFailoverPriority.md)
427451
Update Failover Region Priority of a Cosmos DB Account.
@@ -468,10 +492,10 @@ Updates the CosmosDB MongoDB Database. Performs a client side patch operation by
468492
### [Update-AzCosmosDBMongoDBDatabaseThroughput](Update-AzCosmosDBMongoDBDatabaseThroughput.md)
469493
Updates the throughput value of a CosmosDB MongoDB Database.
470494

471-
### [New-AzCosmosDBMongoDBRoleDefinition](New-AzCosmosDBMongoDBRoleDefinition.md)
495+
### [Update-AzCosmosDBMongoDBRoleDefinition](Update-AzCosmosDBMongoDBRoleDefinition.md)
472496
Update an existing CosmosDB MongoDB Role Definition.
473497

474-
### [New-AzCosmosDBMongoDBUserDefinition](New-AzCosmosDBMongoDBUserDefinition.md)
498+
### [Update-AzCosmosDBMongoDBUserDefinition](Update-AzCosmosDBMongoDBUserDefinition.md)
475499
Update an existing CosmosDB MongoDB User Definition.
476500

477501
### [Update-AzCosmosDBSqlContainer](Update-AzCosmosDBSqlContainer.md)
@@ -518,24 +542,3 @@ Update an existing Azure Managed Instances for Apache Cassandra cluster.
518542

519543
### [Update-AzManagedCassandraDatacenter](Update-AzManagedCassandraDatacenter.md)
520544
Update an existing Azure Managed Instances for Apache Cassandra data center.
521-
522-
### [Restore-AzCosmosDBSqlDatabase](Restore-AzCosmosDBSqlDatabase)
523-
Restore a deleted sql database to a given timestamp in the same account
524-
525-
### [Restore-AzCosmosDBSqlContainer](Restore-AzCosmosDBSqlContainer)
526-
Restore a deleted sql container in a database to a given timestamp in the same account
527-
528-
### [Restore-AzCosmosDBMongoDBDatabase](Restore-AzCosmosDBMongoDBDatabase)
529-
Restore a deleted mongodb database to a given timestamp in the same account
530-
531-
### [Restore-AzCosmosDBMongoDBCollection](Restore-AzCosmosDBMongoDBCollection)
532-
Restore a deleted mongodb collection in a database to a given timestamp in the same account
533-
534-
### [Restore-AzCosmosDBGremlinDatabase](Restore-AzCosmosDBGremlinDatabase.md)
535-
Restore a deleted gremlin database to a given timestamp in the same account
536-
537-
### [Restore-AzCosmosDBGremlinGraph](Restore-AzCosmosDBGremlinGraph.md)
538-
Restore a deleted gremlin graph in a database to a given timestamp in the same account
539-
540-
### [Restore-AzCosmosDBTable](Restore-AzCosmosDBTable.md)
541-
Restore a deleted table to a given timestamp in the same account

src/CosmosDB/CosmosDB/help/Get-AzManagedCassandraDataCenter.md renamed to src/CosmosDB/CosmosDB/help/Get-AzManagedCassandraDatacenter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ Get-AzManagedCassandraDatacenter -ParentObject <PSClusterResource> [-DefaultProf
3737
```
3838

3939
## DESCRIPTION
40-
The **Get-AzManagedCassandraDataCenter** cmdlet fetches the properties of an existing managed Cassandra data center.
40+
The **Get-AzManagedCassandraDatacenter** cmdlet fetches the properties of an existing managed Cassandra data center.
4141

4242
## EXAMPLES
4343

4444
### Example 1
4545
```powershell
46-
Get-AzManagedCassandraDataCenter -ResourceGroupName "resourceGroupName" -ClusterName "clusterName" -DataCenterName "dataCenterName"
46+
Get-AzManagedCassandraDatacenter -ResourceGroupName "resourceGroupName" -ClusterName "clusterName" -DataCenterName "dataCenterName"
4747
```
4848

4949
### Example 2
5050
```powershell
51-
Get-AzManagedCassandraDataCenter -ResourceId "resourceId"
51+
Get-AzManagedCassandraDatacenter -ResourceId "resourceId"
5252
```
5353

5454
### Example 3
5555
```powershell
56-
$clusterResource | Get-AzManagedCassandraDataCenter
56+
$clusterResource | Get-AzManagedCassandraDatacenter
5757
```
5858

5959
## PARAMETERS

0 commit comments

Comments
 (0)