2222 CassandraClustersOperations ,
2323 CassandraDataCentersOperations ,
2424 CassandraResourcesOperations ,
25- ChaosFaultOperations ,
2625 CollectionOperations ,
2726 CollectionPartitionOperations ,
2827 CollectionPartitionRegionOperations ,
2928 CollectionRegionOperations ,
30- DataTransferJobsOperations ,
3129 DatabaseAccountRegionOperations ,
3230 DatabaseAccountsOperations ,
3331 DatabaseOperations ,
34- GraphResourcesOperations ,
3532 GremlinResourcesOperations ,
3633 LocationsOperations ,
3734 MongoDBResourcesOperations ,
38- NetworkSecurityPerimeterConfigurationsOperations ,
3935 NotebookWorkspacesOperations ,
4036 Operations ,
4137 PartitionKeyRangeIdOperations ,
6056 ServiceOperations ,
6157 SqlResourcesOperations ,
6258 TableResourcesOperations ,
63- ThroughputPoolAccountOperations ,
64- ThroughputPoolAccountsOperations ,
65- ThroughputPoolOperations ,
66- ThroughputPoolsOperations ,
6759)
6860
6961if TYPE_CHECKING :
7062 from azure .core .credentials import TokenCredential
7163
7264
7365class CosmosDBManagementClient : # pylint: disable=too-many-instance-attributes
74- """Azure Cosmos DB Chaos Fault REST API.
66+ """Azure Cosmos DB Database Service Resource Provider REST API.
7567
76- :ivar chaos_fault: ChaosFaultOperations operations
77- :vartype chaos_fault: azure.mgmt.cosmosdb.operations.ChaosFaultOperations
7868 :ivar database_accounts: DatabaseAccountsOperations operations
7969 :vartype database_accounts: azure.mgmt.cosmosdb.operations.DatabaseAccountsOperations
8070 :ivar operations: Operations operations
@@ -105,8 +95,6 @@ class CosmosDBManagementClient: # pylint: disable=too-many-instance-attributes
10595 :ivar partition_key_range_id_region: PartitionKeyRangeIdRegionOperations operations
10696 :vartype partition_key_range_id_region:
10797 azure.mgmt.cosmosdb.operations.PartitionKeyRangeIdRegionOperations
108- :ivar graph_resources: GraphResourcesOperations operations
109- :vartype graph_resources: azure.mgmt.cosmosdb.operations.GraphResourcesOperations
11098 :ivar sql_resources: SqlResourcesOperations operations
11199 :vartype sql_resources: azure.mgmt.cosmosdb.operations.SqlResourcesOperations
112100 :ivar mongo_db_resources: MongoDBResourcesOperations operations
@@ -119,16 +107,10 @@ class CosmosDBManagementClient: # pylint: disable=too-many-instance-attributes
119107 :vartype gremlin_resources: azure.mgmt.cosmosdb.operations.GremlinResourcesOperations
120108 :ivar locations: LocationsOperations operations
121109 :vartype locations: azure.mgmt.cosmosdb.operations.LocationsOperations
122- :ivar data_transfer_jobs: DataTransferJobsOperations operations
123- :vartype data_transfer_jobs: azure.mgmt.cosmosdb.operations.DataTransferJobsOperations
124110 :ivar cassandra_clusters: CassandraClustersOperations operations
125111 :vartype cassandra_clusters: azure.mgmt.cosmosdb.operations.CassandraClustersOperations
126112 :ivar cassandra_data_centers: CassandraDataCentersOperations operations
127113 :vartype cassandra_data_centers: azure.mgmt.cosmosdb.operations.CassandraDataCentersOperations
128- :ivar network_security_perimeter_configurations:
129- NetworkSecurityPerimeterConfigurationsOperations operations
130- :vartype network_security_perimeter_configurations:
131- azure.mgmt.cosmosdb.operations.NetworkSecurityPerimeterConfigurationsOperations
132114 :ivar notebook_workspaces: NotebookWorkspacesOperations operations
133115 :vartype notebook_workspaces: azure.mgmt.cosmosdb.operations.NotebookWorkspacesOperations
134116 :ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations
@@ -173,24 +155,14 @@ class CosmosDBManagementClient: # pylint: disable=too-many-instance-attributes
173155 azure.mgmt.cosmosdb.operations.RestorableTableResourcesOperations
174156 :ivar service: ServiceOperations operations
175157 :vartype service: azure.mgmt.cosmosdb.operations.ServiceOperations
176- :ivar throughput_pools: ThroughputPoolsOperations operations
177- :vartype throughput_pools: azure.mgmt.cosmosdb.operations.ThroughputPoolsOperations
178- :ivar throughput_pool: ThroughputPoolOperations operations
179- :vartype throughput_pool: azure.mgmt.cosmosdb.operations.ThroughputPoolOperations
180- :ivar throughput_pool_accounts: ThroughputPoolAccountsOperations operations
181- :vartype throughput_pool_accounts:
182- azure.mgmt.cosmosdb.operations.ThroughputPoolAccountsOperations
183- :ivar throughput_pool_account: ThroughputPoolAccountOperations operations
184- :vartype throughput_pool_account:
185- azure.mgmt.cosmosdb.operations.ThroughputPoolAccountOperations
186158 :param credential: Credential needed for the client to connect to Azure. Required.
187159 :type credential: ~azure.core.credentials.TokenCredential
188- :param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
160+ :param subscription_id: The ID of the target subscription. Required.
189161 :type subscription_id: str
190162 :param base_url: Service URL. Default value is "https://management.azure.com".
191163 :type base_url: str
192- :keyword api_version: Api Version. Default value is "2024-12-01-preview ". Note that overriding
193- this default value may result in unsupported behavior.
164+ :keyword api_version: Api Version. Default value is "2025-04-15 ". Note that overriding this
165+ default value may result in unsupported behavior.
194166 :paramtype api_version: str
195167 :keyword int polling_interval: Default waiting time between two polls for LRO operations if no
196168 Retry-After header is present.
@@ -230,7 +202,6 @@ def __init__(
230202 self ._serialize = Serializer (client_models )
231203 self ._deserialize = Deserializer (client_models )
232204 self ._serialize .client_side_validation = False
233- self .chaos_fault = ChaosFaultOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
234205 self .database_accounts = DatabaseAccountsOperations (
235206 self ._client , self ._config , self ._serialize , self ._deserialize
236207 )
@@ -262,7 +233,6 @@ def __init__(
262233 self .partition_key_range_id_region = PartitionKeyRangeIdRegionOperations (
263234 self ._client , self ._config , self ._serialize , self ._deserialize
264235 )
265- self .graph_resources = GraphResourcesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
266236 self .sql_resources = SqlResourcesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
267237 self .mongo_db_resources = MongoDBResourcesOperations (
268238 self ._client , self ._config , self ._serialize , self ._deserialize
@@ -275,18 +245,12 @@ def __init__(
275245 self ._client , self ._config , self ._serialize , self ._deserialize
276246 )
277247 self .locations = LocationsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
278- self .data_transfer_jobs = DataTransferJobsOperations (
279- self ._client , self ._config , self ._serialize , self ._deserialize
280- )
281248 self .cassandra_clusters = CassandraClustersOperations (
282249 self ._client , self ._config , self ._serialize , self ._deserialize
283250 )
284251 self .cassandra_data_centers = CassandraDataCentersOperations (
285252 self ._client , self ._config , self ._serialize , self ._deserialize
286253 )
287- self .network_security_perimeter_configurations = NetworkSecurityPerimeterConfigurationsOperations (
288- self ._client , self ._config , self ._serialize , self ._deserialize
289- )
290254 self .notebook_workspaces = NotebookWorkspacesOperations (
291255 self ._client , self ._config , self ._serialize , self ._deserialize
292256 )
@@ -333,16 +297,6 @@ def __init__(
333297 self ._client , self ._config , self ._serialize , self ._deserialize
334298 )
335299 self .service = ServiceOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
336- self .throughput_pools = ThroughputPoolsOperations (
337- self ._client , self ._config , self ._serialize , self ._deserialize
338- )
339- self .throughput_pool = ThroughputPoolOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
340- self .throughput_pool_accounts = ThroughputPoolAccountsOperations (
341- self ._client , self ._config , self ._serialize , self ._deserialize
342- )
343- self .throughput_pool_account = ThroughputPoolAccountOperations (
344- self ._client , self ._config , self ._serialize , self ._deserialize
345- )
346300
347301 def _send_request (self , request : HttpRequest , * , stream : bool = False , ** kwargs : Any ) -> HttpResponse :
348302 """Runs the network request through the client's chained policies.
0 commit comments