Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CosmosDBManagementClientConfiguration: # pylint: disable=too-many-instanc
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: Api Version. Default value is "2025-11-01-preview". Note that overriding
:keyword api_version: Api Version. Default value is "2026-04-01-preview". Note that overriding
this default value may result in unsupported behavior.
:paramtype api_version: str
"""
Expand All @@ -43,7 +43,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2025-11-01-preview")
api_version: str = kwargs.pop("api_version", "2026-04-01-preview")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,32 +1,21 @@
# coding=utf-8
# --------------------------------------------------------------------------
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# The MIT License (MIT)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the ""Software""), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------
"""Customize generated code here.

Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
"""


__all__: list[str] = [] # Add all objects you want publicly available to users at this package level


# This file is used for handwritten extensions to the generated code. Example:
# https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/customize_code/how-to-patch-sdk-code.md
def patch_sdk():
pass
"""Do not remove from this file.

`patch_sdk` is a last resort escape hatch that allows you to do customizations
you can't accomplish using the techniques described in
https://aka.ms/azsdk/python/dpcodegen/python/customize
"""
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "10.0.0b6"
VERSION = "10.0.0b7"
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CosmosDBManagementClientConfiguration: # pylint: disable=too-many-instanc
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: Api Version. Default value is "2025-11-01-preview". Note that overriding
:keyword api_version: Api Version. Default value is "2026-04-01-preview". Note that overriding
this default value may result in unsupported behavior.
:paramtype api_version: str
"""
Expand All @@ -43,7 +43,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2025-11-01-preview")
api_version: str = kwargs.pop("api_version", "2026-04-01-preview")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,32 +1,21 @@
# coding=utf-8
# --------------------------------------------------------------------------
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# The MIT License (MIT)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the ""Software""), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------
"""Customize generated code here.

Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
"""


__all__: list[str] = [] # Add all objects you want publicly available to users at this package level


# This file is used for handwritten extensions to the generated code. Example:
# https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/customize_code/how-to-patch-sdk-code.md
def patch_sdk():
pass
"""Do not remove from this file.

`patch_sdk` is a last resort escape hatch that allows you to do customizations
you can't accomplish using the techniques described in
https://aka.ms/azsdk/python/dpcodegen/python/customize
"""
Original file line number Diff line number Diff line change
Expand Up @@ -13,55 +13,58 @@
if TYPE_CHECKING:
from ._patch import * # pylint: disable=unused-wildcard-import

from ._database_accounts_operations import DatabaseAccountsOperations # type: ignore
from ._operations import Operations # type: ignore
from ._cassandra_clusters_operations import CassandraClustersOperations # type: ignore
from ._fleet_operations import FleetOperations # type: ignore
from ._garnet_clusters_operations import GarnetClustersOperations # type: ignore
from ._locations_operations import LocationsOperations # type: ignore
from ._restorable_database_accounts_operations import RestorableDatabaseAccountsOperations # type: ignore
from ._restorable_gremlin_graphs_operations import RestorableGremlinGraphsOperations # type: ignore
from ._restorable_gremlin_databases_operations import RestorableGremlinDatabasesOperations # type: ignore
from ._restorable_gremlin_resources_operations import RestorableGremlinResourcesOperations # type: ignore
from ._restorable_mongodb_collections_operations import RestorableMongodbCollectionsOperations # type: ignore
from ._restorable_mongodb_databases_operations import RestorableMongodbDatabasesOperations # type: ignore
from ._restorable_mongodb_resources_operations import RestorableMongodbResourcesOperations # type: ignore
from ._restorable_sql_containers_operations import RestorableSqlContainersOperations # type: ignore
from ._restorable_sql_databases_operations import RestorableSqlDatabasesOperations # type: ignore
from ._restorable_sql_resources_operations import RestorableSqlResourcesOperations # type: ignore
from ._restorable_table_resources_operations import RestorableTableResourcesOperations # type: ignore
from ._restorable_tables_operations import RestorableTablesOperations # type: ignore
from ._soft_deleted_database_accounts_operations import SoftDeletedDatabaseAccountsOperations # type: ignore
from ._throughput_pools_operations import ThroughputPoolsOperations # type: ignore
from ._cassandra_data_centers_operations import CassandraDataCentersOperations # type: ignore
from ._cassandra_resources_operations import CassandraResourcesOperations # type: ignore
from ._chaos_fault_operations import ChaosFaultOperations # type: ignore
from ._copy_jobs_operations import CopyJobsOperations # type: ignore
from ._database_accounts_operations import DatabaseAccountsOperations # type: ignore
from ._operations import Operations # type: ignore
from ._database_operations import DatabaseOperations # type: ignore
from ._data_transfer_jobs_operations import DataTransferJobsOperations # type: ignore
from ._collection_operations import CollectionOperations # type: ignore
from ._collection_region_operations import CollectionRegionOperations # type: ignore
from ._database_account_region_operations import DatabaseAccountRegionOperations # type: ignore
from ._percentile_source_target_operations import PercentileSourceTargetOperations # type: ignore
from ._percentile_target_operations import PercentileTargetOperations # type: ignore
from ._percentile_operations import PercentileOperations # type: ignore
from ._collection_partition_region_operations import CollectionPartitionRegionOperations # type: ignore
from ._collection_partition_operations import CollectionPartitionOperations # type: ignore
from ._partition_key_range_id_operations import PartitionKeyRangeIdOperations # type: ignore
from ._partition_key_range_id_region_operations import PartitionKeyRangeIdRegionOperations # type: ignore
from ._collection_partition_operations import CollectionPartitionOperations # type: ignore
from ._database_operations import DatabaseOperations # type: ignore
from ._graph_resources_operations import GraphResourcesOperations # type: ignore
from ._sql_resources_operations import SqlResourcesOperations # type: ignore
from ._mongo_db_resources_operations import MongoDBResourcesOperations # type: ignore
from ._table_resources_operations import TableResourcesOperations # type: ignore
from ._gremlin_resources_operations import GremlinResourcesOperations # type: ignore
from ._locations_operations import LocationsOperations # type: ignore
from ._data_transfer_jobs_operations import DataTransferJobsOperations # type: ignore
from ._fleet_operations import FleetOperations # type: ignore
from ._fleet_analytics_operations import FleetAnalyticsOperations # type: ignore
from ._fleetspace_operations import FleetspaceOperations # type: ignore
from ._fleetspace_account_operations import FleetspaceAccountOperations # type: ignore
from ._garnet_clusters_operations import GarnetClustersOperations # type: ignore
from ._cassandra_clusters_operations import CassandraClustersOperations # type: ignore
from ._cassandra_data_centers_operations import CassandraDataCentersOperations # type: ignore
from ._mongo_mi_resources_operations import MongoMIResourcesOperations # type: ignore
from ._mongo_db_resources_operations import MongoDBResourcesOperations # type: ignore
from ._network_security_perimeter_configurations_operations import NetworkSecurityPerimeterConfigurationsOperations # type: ignore
from ._notebook_workspaces_operations import NotebookWorkspacesOperations # type: ignore
from ._percentile_operations import PercentileOperations # type: ignore
from ._private_endpoint_connections_operations import PrivateEndpointConnectionsOperations # type: ignore
from ._private_link_resources_operations import PrivateLinkResourcesOperations # type: ignore
from ._restorable_database_accounts_operations import RestorableDatabaseAccountsOperations # type: ignore
from ._restorable_sql_databases_operations import RestorableSqlDatabasesOperations # type: ignore
from ._restorable_sql_containers_operations import RestorableSqlContainersOperations # type: ignore
from ._restorable_sql_resources_operations import RestorableSqlResourcesOperations # type: ignore
from ._restorable_mongodb_databases_operations import RestorableMongodbDatabasesOperations # type: ignore
from ._restorable_mongodb_collections_operations import RestorableMongodbCollectionsOperations # type: ignore
from ._restorable_mongodb_resources_operations import RestorableMongodbResourcesOperations # type: ignore
from ._restorable_gremlin_databases_operations import RestorableGremlinDatabasesOperations # type: ignore
from ._restorable_gremlin_graphs_operations import RestorableGremlinGraphsOperations # type: ignore
from ._restorable_gremlin_resources_operations import RestorableGremlinResourcesOperations # type: ignore
from ._restorable_tables_operations import RestorableTablesOperations # type: ignore
from ._restorable_table_resources_operations import RestorableTableResourcesOperations # type: ignore
from ._collection_region_operations import CollectionRegionOperations # type: ignore
from ._partition_key_range_id_region_operations import PartitionKeyRangeIdRegionOperations # type: ignore
from ._collection_partition_region_operations import CollectionPartitionRegionOperations # type: ignore
from ._database_account_region_operations import DatabaseAccountRegionOperations # type: ignore
from ._service_operations import ServiceOperations # type: ignore
from ._throughput_pools_operations import ThroughputPoolsOperations # type: ignore
from ._percentile_source_target_operations import PercentileSourceTargetOperations # type: ignore
from ._sql_resources_operations import SqlResourcesOperations # type: ignore
from ._table_resources_operations import TableResourcesOperations # type: ignore
from ._percentile_target_operations import PercentileTargetOperations # type: ignore
from ._fleet_analytics_operations import FleetAnalyticsOperations # type: ignore
from ._fleetspace_operations import FleetspaceOperations # type: ignore
from ._fleetspace_account_operations import FleetspaceAccountOperations # type: ignore
from ._soft_deleted_sql_databases_operations import SoftDeletedSqlDatabasesOperations # type: ignore
from ._soft_deleted_sql_containers_operations import SoftDeletedSqlContainersOperations # type: ignore
from ._throughput_pool_operations import ThroughputPoolOperations # type: ignore
from ._throughput_pool_accounts_operations import ThroughputPoolAccountsOperations # type: ignore
from ._throughput_pool_account_operations import ThroughputPoolAccountOperations # type: ignore
Expand All @@ -71,55 +74,58 @@
from ._patch import patch_sdk as _patch_sdk

__all__ = [
"DatabaseAccountsOperations",
"Operations",
"CassandraClustersOperations",
"FleetOperations",
"GarnetClustersOperations",
"LocationsOperations",
"RestorableDatabaseAccountsOperations",
"RestorableGremlinGraphsOperations",
"RestorableGremlinDatabasesOperations",
"RestorableGremlinResourcesOperations",
"RestorableMongodbCollectionsOperations",
"RestorableMongodbDatabasesOperations",
"RestorableMongodbResourcesOperations",
"RestorableSqlContainersOperations",
"RestorableSqlDatabasesOperations",
"RestorableSqlResourcesOperations",
"RestorableTableResourcesOperations",
"RestorableTablesOperations",
"SoftDeletedDatabaseAccountsOperations",
"ThroughputPoolsOperations",
"CassandraDataCentersOperations",
"CassandraResourcesOperations",
"ChaosFaultOperations",
"CopyJobsOperations",
"DatabaseAccountsOperations",
"Operations",
"DatabaseOperations",
"DataTransferJobsOperations",
"CollectionOperations",
"CollectionRegionOperations",
"DatabaseAccountRegionOperations",
"PercentileSourceTargetOperations",
"PercentileTargetOperations",
"PercentileOperations",
"CollectionPartitionRegionOperations",
"CollectionPartitionOperations",
"PartitionKeyRangeIdOperations",
"PartitionKeyRangeIdRegionOperations",
"CollectionPartitionOperations",
"DatabaseOperations",
"GraphResourcesOperations",
"SqlResourcesOperations",
"MongoDBResourcesOperations",
"TableResourcesOperations",
"GremlinResourcesOperations",
"LocationsOperations",
"DataTransferJobsOperations",
"FleetOperations",
"FleetAnalyticsOperations",
"FleetspaceOperations",
"FleetspaceAccountOperations",
"GarnetClustersOperations",
"CassandraClustersOperations",
"CassandraDataCentersOperations",
"MongoMIResourcesOperations",
"MongoDBResourcesOperations",
"NetworkSecurityPerimeterConfigurationsOperations",
"NotebookWorkspacesOperations",
"PercentileOperations",
"PrivateEndpointConnectionsOperations",
"PrivateLinkResourcesOperations",
"RestorableDatabaseAccountsOperations",
"RestorableSqlDatabasesOperations",
"RestorableSqlContainersOperations",
"RestorableSqlResourcesOperations",
"RestorableMongodbDatabasesOperations",
"RestorableMongodbCollectionsOperations",
"RestorableMongodbResourcesOperations",
"RestorableGremlinDatabasesOperations",
"RestorableGremlinGraphsOperations",
"RestorableGremlinResourcesOperations",
"RestorableTablesOperations",
"RestorableTableResourcesOperations",
"CollectionRegionOperations",
"PartitionKeyRangeIdRegionOperations",
"CollectionPartitionRegionOperations",
"DatabaseAccountRegionOperations",
"ServiceOperations",
"ThroughputPoolsOperations",
"PercentileSourceTargetOperations",
"SqlResourcesOperations",
"TableResourcesOperations",
"PercentileTargetOperations",
"FleetAnalyticsOperations",
"FleetspaceOperations",
"FleetspaceAccountOperations",
"SoftDeletedSqlDatabasesOperations",
"SoftDeletedSqlContainersOperations",
"ThroughputPoolOperations",
"ThroughputPoolAccountsOperations",
"ThroughputPoolAccountOperations",
Expand Down
Loading
Loading