Skip to content

Commit 14ea6c6

Browse files
committed
regenerate sdk
1 parent 7be4e47 commit 14ea6c6

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CassandraClustersOperations.cs

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,8 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
722722
}
723723

724724
/// <summary>
725-
/// Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.
725+
/// Create or update a managed Cassandra cluster. When updating, you must
726+
/// specify all writable properties. To update only some properties, use PATCH.
726727
/// </summary>
727728
/// <param name='resourceGroupName'>
728729
/// The name of the resource group. The name is case insensitive.
@@ -773,7 +774,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
773774
}
774775

775776
/// <summary>
776-
/// Invoke a command like nodetool for cassandra maintenance
777+
/// Invoke a command like nodetool for cassandra maintenance
777778
/// </summary>
778779
/// <param name='resourceGroupName'>
779780
/// The name of the resource group. The name is case insensitive.
@@ -1819,7 +1820,10 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
18191820

18201821
}
18211822
/// <summary>
1822-
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won&#39;t do anything on an already deallocated cluster. Use Start to restart the cluster.
1823+
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
1824+
/// Deallocation will deallocate the host virtual machine of this cluster, and
1825+
/// reserved the data disk. This won&#39;t do anything on an already deallocated
1826+
/// cluster. Use Start to restart the cluster.
18231827
/// </summary>
18241828
/// <param name='resourceGroupName'>
18251829
/// The name of the resource group. The name is case insensitive.
@@ -1845,7 +1849,10 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
18451849
}
18461850

18471851
/// <summary>
1848-
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won&#39;t do anything on an already running cluster. Use Deallocate to deallocate the cluster.
1852+
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
1853+
/// start the host virtual machine of this cluster with reserved data disk.
1854+
/// This won&#39;t do anything on an already running cluster. Use Deallocate to
1855+
/// deallocate the cluster.
18491856
/// </summary>
18501857
/// <param name='resourceGroupName'>
18511858
/// The name of the resource group. The name is case insensitive.

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CassandraResourcesOperations.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2728,7 +2728,8 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
27282728
}
27292729

27302730
/// <summary>
2731-
/// Migrate an Azure Cosmos DB Cassandra view from manual throughput to autoscale
2731+
/// Migrate an Azure Cosmos DB Cassandra view from manual throughput to
2732+
/// autoscale
27322733
/// </summary>
27332734
/// <param name='resourceGroupName'>
27342735
/// The name of the resource group. The name is case insensitive.
@@ -2756,7 +2757,8 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
27562757
}
27572758

27582759
/// <summary>
2759-
/// Migrate an Azure Cosmos DB Cassandra view from autoscale to manual throughput
2760+
/// Migrate an Azure Cosmos DB Cassandra view from autoscale to manual
2761+
/// throughput
27602762
/// </summary>
27612763
/// <param name='resourceGroupName'>
27622764
/// The name of the resource group. The name is case insensitive.

src/CosmosDB/CosmosDB.Management.Sdk/Generated/SqlResourcesOperations.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,8 @@ internal SqlResourcesOperations (CosmosDBManagementClient client)
14401440

14411441
}
14421442
/// <summary>
1443-
/// Create or update a ClientEncryptionKey. This API is meant to be invoked via tools such as the Azure Powershell (instead of directly).
1443+
/// Create or update a ClientEncryptionKey. This API is meant to be invoked via
1444+
/// tools such as the Azure Powershell (instead of directly).
14441445
/// </summary>
14451446
/// <param name='resourceGroupName'>
14461447
/// The name of the resource group. The name is case insensitive.
@@ -2401,7 +2402,8 @@ internal SqlResourcesOperations (CosmosDBManagementClient client)
24012402
}
24022403

24032404
/// <summary>
2404-
/// Migrate an Azure Cosmos DB SQL container from manual throughput to autoscale
2405+
/// Migrate an Azure Cosmos DB SQL container from manual throughput to
2406+
/// autoscale
24052407
/// </summary>
24062408
/// <param name='resourceGroupName'>
24072409
/// The name of the resource group. The name is case insensitive.
@@ -2429,7 +2431,8 @@ internal SqlResourcesOperations (CosmosDBManagementClient client)
24292431
}
24302432

24312433
/// <summary>
2432-
/// Migrate an Azure Cosmos DB SQL container from autoscale to manual throughput
2434+
/// Migrate an Azure Cosmos DB SQL container from autoscale to manual
2435+
/// throughput
24332436
/// </summary>
24342437
/// <param name='resourceGroupName'>
24352438
/// The name of the resource group. The name is case insensitive.

0 commit comments

Comments
 (0)