2222 CassandraClustersOperations ,
2323 CassandraDataCentersOperations ,
2424 CassandraResourcesOperations ,
25+ ChaosFaultOperations ,
2526 CollectionOperations ,
2627 CollectionPartitionOperations ,
2728 CollectionPartitionRegionOperations ,
2829 CollectionRegionOperations ,
30+ DataTransferJobsOperations ,
2931 DatabaseAccountRegionOperations ,
3032 DatabaseAccountsOperations ,
3133 DatabaseOperations ,
34+ GraphResourcesOperations ,
3235 GremlinResourcesOperations ,
3336 LocationsOperations ,
3437 MongoDBResourcesOperations ,
38+ NetworkSecurityPerimeterConfigurationsOperations ,
3539 NotebookWorkspacesOperations ,
3640 Operations ,
3741 PartitionKeyRangeIdOperations ,
5660 ServiceOperations ,
5761 SqlResourcesOperations ,
5862 TableResourcesOperations ,
63+ ThroughputPoolAccountOperations ,
64+ ThroughputPoolAccountsOperations ,
65+ ThroughputPoolOperations ,
66+ ThroughputPoolsOperations ,
5967)
6068
6169if TYPE_CHECKING :
@@ -96,6 +104,8 @@ class CosmosDBManagementClient: # pylint: disable=client-accepts-api-version-ke
96104 :ivar partition_key_range_id_region: PartitionKeyRangeIdRegionOperations operations
97105 :vartype partition_key_range_id_region:
98106 azure.mgmt.cosmosdb.operations.PartitionKeyRangeIdRegionOperations
107+ :ivar graph_resources: GraphResourcesOperations operations
108+ :vartype graph_resources: azure.mgmt.cosmosdb.operations.GraphResourcesOperations
99109 :ivar sql_resources: SqlResourcesOperations operations
100110 :vartype sql_resources: azure.mgmt.cosmosdb.operations.SqlResourcesOperations
101111 :ivar mongo_db_resources: MongoDBResourcesOperations operations
@@ -108,10 +118,16 @@ class CosmosDBManagementClient: # pylint: disable=client-accepts-api-version-ke
108118 :vartype gremlin_resources: azure.mgmt.cosmosdb.operations.GremlinResourcesOperations
109119 :ivar locations: LocationsOperations operations
110120 :vartype locations: azure.mgmt.cosmosdb.operations.LocationsOperations
121+ :ivar data_transfer_jobs: DataTransferJobsOperations operations
122+ :vartype data_transfer_jobs: azure.mgmt.cosmosdb.operations.DataTransferJobsOperations
111123 :ivar cassandra_clusters: CassandraClustersOperations operations
112124 :vartype cassandra_clusters: azure.mgmt.cosmosdb.operations.CassandraClustersOperations
113125 :ivar cassandra_data_centers: CassandraDataCentersOperations operations
114126 :vartype cassandra_data_centers: azure.mgmt.cosmosdb.operations.CassandraDataCentersOperations
127+ :ivar network_security_perimeter_configurations:
128+ NetworkSecurityPerimeterConfigurationsOperations operations
129+ :vartype network_security_perimeter_configurations:
130+ azure.mgmt.cosmosdb.operations.NetworkSecurityPerimeterConfigurationsOperations
115131 :ivar notebook_workspaces: NotebookWorkspacesOperations operations
116132 :vartype notebook_workspaces: azure.mgmt.cosmosdb.operations.NotebookWorkspacesOperations
117133 :ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations
@@ -156,14 +172,26 @@ class CosmosDBManagementClient: # pylint: disable=client-accepts-api-version-ke
156172 azure.mgmt.cosmosdb.operations.RestorableTableResourcesOperations
157173 :ivar service: ServiceOperations operations
158174 :vartype service: azure.mgmt.cosmosdb.operations.ServiceOperations
175+ :ivar throughput_pools: ThroughputPoolsOperations operations
176+ :vartype throughput_pools: azure.mgmt.cosmosdb.operations.ThroughputPoolsOperations
177+ :ivar throughput_pool: ThroughputPoolOperations operations
178+ :vartype throughput_pool: azure.mgmt.cosmosdb.operations.ThroughputPoolOperations
179+ :ivar throughput_pool_accounts: ThroughputPoolAccountsOperations operations
180+ :vartype throughput_pool_accounts:
181+ azure.mgmt.cosmosdb.operations.ThroughputPoolAccountsOperations
182+ :ivar throughput_pool_account: ThroughputPoolAccountOperations operations
183+ :vartype throughput_pool_account:
184+ azure.mgmt.cosmosdb.operations.ThroughputPoolAccountOperations
185+ :ivar chaos_fault: ChaosFaultOperations operations
186+ :vartype chaos_fault: azure.mgmt.cosmosdb.operations.ChaosFaultOperations
159187 :param credential: Credential needed for the client to connect to Azure. Required.
160188 :type credential: ~azure.core.credentials.TokenCredential
161189 :param subscription_id: The ID of the target subscription. Required.
162190 :type subscription_id: str
163191 :param base_url: Service URL. Default value is "https://management.azure.com".
164192 :type base_url: str
165- :keyword api_version: Api Version. Default value is "2024-08-15 ". Note that overriding this
166- default value may result in unsupported behavior.
193+ :keyword api_version: Api Version. Default value is "2024-09-01-preview ". Note that overriding
194+ this default value may result in unsupported behavior.
167195 :paramtype api_version: str
168196 :keyword int polling_interval: Default waiting time between two polls for LRO operations if no
169197 Retry-After header is present.
@@ -234,6 +262,7 @@ def __init__(
234262 self .partition_key_range_id_region = PartitionKeyRangeIdRegionOperations (
235263 self ._client , self ._config , self ._serialize , self ._deserialize
236264 )
265+ self .graph_resources = GraphResourcesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
237266 self .sql_resources = SqlResourcesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
238267 self .mongo_db_resources = MongoDBResourcesOperations (
239268 self ._client , self ._config , self ._serialize , self ._deserialize
@@ -246,12 +275,18 @@ def __init__(
246275 self ._client , self ._config , self ._serialize , self ._deserialize
247276 )
248277 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+ )
249281 self .cassandra_clusters = CassandraClustersOperations (
250282 self ._client , self ._config , self ._serialize , self ._deserialize
251283 )
252284 self .cassandra_data_centers = CassandraDataCentersOperations (
253285 self ._client , self ._config , self ._serialize , self ._deserialize
254286 )
287+ self .network_security_perimeter_configurations = NetworkSecurityPerimeterConfigurationsOperations (
288+ self ._client , self ._config , self ._serialize , self ._deserialize
289+ )
255290 self .notebook_workspaces = NotebookWorkspacesOperations (
256291 self ._client , self ._config , self ._serialize , self ._deserialize
257292 )
@@ -298,6 +333,17 @@ def __init__(
298333 self ._client , self ._config , self ._serialize , self ._deserialize
299334 )
300335 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+ )
346+ self .chaos_fault = ChaosFaultOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
301347
302348 def _send_request (self , request : HttpRequest , * , stream : bool = False , ** kwargs : Any ) -> HttpResponse :
303349 """Runs the network request through the client's chained policies.
0 commit comments