Skip to content

Commit 141ed93

Browse files
authored
[CosmosDB] fix naming convention SDK (#25696)
* fix naming convention of CosmosDB SDK * Update KeyVault reference * Update CosmosDB.sln
1 parent ebc6c1d commit 141ed93

File tree

499 files changed

+70
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

499 files changed

+70
-39
lines changed

src/CosmosDB/CosmosDB.Sdk/Generated/CassandraClustersOperations.cs renamed to 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.
@@ -798,7 +799,10 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
798799
}
799800

800801
/// <summary>
801-
/// 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.
802+
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
803+
/// Deallocation will deallocate the host virtual machine of this cluster, and
804+
/// reserved the data disk. This won&#39;t do anything on an already deallocated
805+
/// cluster. Use Start to restart the cluster.
802806
/// </summary>
803807
/// <param name='resourceGroupName'>
804808
/// The name of the resource group. The name is case insensitive.
@@ -820,7 +824,10 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
820824
}
821825

822826
/// <summary>
823-
/// 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.
827+
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
828+
/// start the host virtual machine of this cluster with reserved data disk.
829+
/// This won&#39;t do anything on an already running cluster. Use Deallocate to
830+
/// deallocate the cluster.
824831
/// </summary>
825832
/// <param name='resourceGroupName'>
826833
/// The name of the resource group. The name is case insensitive.

src/CosmosDB/CosmosDB.Sdk/Generated/CassandraDataCentersOperations.cs renamed to src/CosmosDB/CosmosDB.Management.Sdk/Generated/CassandraDataCentersOperations.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,8 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
574574
}
575575

576576
/// <summary>
577-
/// Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
577+
/// Create or update a managed Cassandra data center. When updating, overwrite
578+
/// all properties. To update only some properties, use PATCH.
578579
/// </summary>
579580
/// <param name='resourceGroupName'>
580581
/// The name of the resource group. The name is case insensitive.

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,8 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
873873
}
874874

875875
/// <summary>
876-
/// Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale
876+
/// Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to
877+
/// autoscale
877878
/// </summary>
878879
/// <param name='resourceGroupName'>
879880
/// The name of the resource group. The name is case insensitive.
@@ -898,7 +899,8 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
898899
}
899900

900901
/// <summary>
901-
/// Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput
902+
/// Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual
903+
/// throughput
902904
/// </summary>
903905
/// <param name='resourceGroupName'>
904906
/// The name of the resource group. The name is case insensitive.
@@ -1796,7 +1798,8 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
17961798
}
17971799

17981800
/// <summary>
1799-
/// Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale
1801+
/// Migrate an Azure Cosmos DB Cassandra table from manual throughput to
1802+
/// autoscale
18001803
/// </summary>
18011804
/// <param name='resourceGroupName'>
18021805
/// The name of the resource group. The name is case insensitive.
@@ -1824,7 +1827,8 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
18241827
}
18251828

18261829
/// <summary>
1827-
/// Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput
1830+
/// Migrate an Azure Cosmos DB Cassandra table from autoscale to manual
1831+
/// throughput
18281832
/// </summary>
18291833
/// <param name='resourceGroupName'>
18301834
/// The name of the resource group. The name is case insensitive.

0 commit comments

Comments
 (0)