Skip to content

Releases: Azure/azure-sdk-for-python

azure-storage-blob_12.27.0

15 Oct 13:24
0568271

Choose a tag to compare

12.27.0 (2025-10-15)

Features Added

  • Stable release of features from 12.27.0b1

Other Changes

  • Migrated any previously documented kwarg arguments to be named keywords.
    Some public types may have been adjusted if they were previously erroneous or incomplete.
  • Removed __enter__ and __exit__ attributes for all asynchronous client objects for raising explicit TypeError,
    and let the AttributeError raise directly.

azure-mgmt-oracledatabase_3.0.0

15 Oct 07:53
50a1e50

Choose a tag to compare

3.0.0 (2025-10-15)

Features Added

  • Model OracleDatabaseMgmtClient added parameter cloud_setting in method __init__
  • Client OracleDatabaseMgmtClient added operation group network_anchors
  • Client OracleDatabaseMgmtClient added operation group resource_anchors
  • Client OracleDatabaseMgmtClient added operation group db_systems
  • Client OracleDatabaseMgmtClient added operation group db_versions
  • Model CloudExadataInfrastructureProperties added property exascale_config
  • Model CloudVmClusterProperties added property exascale_db_storage_vault_id
  • Model CloudVmClusterProperties added property storage_management_type
  • Model DbSystemShapeProperties added property shape_attributes
  • Model ExadbVmClusterProperties added property shape_attribute
  • Model ExascaleDbStorageVaultProperties added property exadata_infrastructure_id
  • Model ExascaleDbStorageVaultProperties added property attached_shape_attributes
  • Added model AutonomousDatabaseLifecycleAction
  • Added enum AutonomousDatabaseLifecycleActionEnum
  • Added enum BaseDbSystemShapes
  • Added model ConfigureExascaleCloudExadataInfrastructureDetails
  • Added model DbSystem
  • Added model DbSystemBaseProperties
  • Added enum DbSystemDatabaseEditionType
  • Added enum DbSystemLifecycleState
  • Added model DbSystemOptions
  • Added model DbSystemProperties
  • Added enum DbSystemSourceType
  • Added model DbSystemUpdate
  • Added model DbSystemUpdateProperties
  • Added model DbVersion
  • Added model DbVersionProperties
  • Added enum DiskRedundancyType
  • Added model DnsForwardingRule
  • Added enum ExadataVmClusterStorageManagementType
  • Added model ExascaleConfigDetails
  • Added model NetworkAnchor
  • Added model NetworkAnchorProperties
  • Added model NetworkAnchorUpdate
  • Added model NetworkAnchorUpdateProperties
  • Added model ResourceAnchor
  • Added model ResourceAnchorProperties
  • Added model ResourceAnchorUpdate
  • Added enum ShapeAttribute
  • Added enum ShapeFamilyType
  • Added enum StorageManagementType
  • Added enum StorageVolumePerformanceMode
  • Model AutonomousDatabasesOperations added method begin_action
  • Model CloudExadataInfrastructuresOperations added method begin_configure_exascale
  • Model DbSystemShapesOperations added parameter shape_attribute in method list_by_location
  • Model GiVersionsOperations added parameter shape_attribute in method list_by_location
  • Added operation group DbSystemsOperations
  • Added operation group DbVersionsOperations
  • Added operation group NetworkAnchorsOperations
  • Added operation group ResourceAnchorsOperations

Breaking Changes

  • Deleted or renamed client operation group OracleDatabaseMgmtClient.list_actions
  • Model AutonomousDatabaseBaseProperties renamed its instance variable scheduled_operations to scheduled_operations_list
  • Model AutonomousDatabaseCloneProperties renamed its instance variable scheduled_operations to scheduled_operations_list
  • Model AutonomousDatabaseCrossRegionDisasterRecoveryProperties renamed its instance variable scheduled_operations to scheduled_operations_list
  • Model AutonomousDatabaseFromBackupTimestampProperties renamed its instance variable scheduled_operations to scheduled_operations_list
  • Model AutonomousDatabaseProperties renamed its instance variable scheduled_operations to scheduled_operations_list
  • Model AutonomousDatabaseUpdateProperties renamed its instance variable scheduled_operations to scheduled_operations_list
  • Deleted or renamed operation group ListActionsOperations

azure-mgmt-dashboard_2.0.0

21 Oct 21:51
53aa8e7

Choose a tag to compare

2.0.0 (2025-10-10)

Features Added

  • Model DashboardManagementClient added parameter cloud_setting in method __init__
  • Client DashboardManagementClient added method send_request
  • Client DashboardManagementClient added operation group integration_fabrics
  • Client DashboardManagementClient added operation group managed_dashboards
  • Model GrafanaAvailablePlugin added property type
  • Model GrafanaAvailablePlugin added property author
  • Model GrafanaConfigurations added property snapshots
  • Model GrafanaConfigurations added property users
  • Model GrafanaConfigurations added property security
  • Model GrafanaConfigurations added property unified_alerting_screenshots
  • Model ManagedGrafanaProperties added property creator_can_admin
  • Model ManagedGrafanaPropertiesUpdateParameters added property creator_can_admin
  • Model ResourceSku added property size
  • Added enum CreatorCanAdmin
  • Added model IntegrationFabric
  • Added model IntegrationFabricProperties
  • Added model IntegrationFabricPropertiesUpdateParameters
  • Added model IntegrationFabricUpdateParameters
  • Added model ManagedDashboard
  • Added model ManagedDashboardProperties
  • Added model ManagedDashboardUpdateParameters
  • Added model ProxyResource
  • Added model Security
  • Added enum Size
  • Added model Snapshots
  • Added model UnifiedAlertingScreenshots
  • Added model Users
  • Model GrafanaOperations added method begin_update
  • Added operation group IntegrationFabricsOperations
  • Added operation group ManagedDashboardsOperations

Breaking Changes

  • Deleted or renamed model ManagedGrafanaListResponse
  • Deleted or renamed model ManagedPrivateEndpointModelListResponse
  • Deleted or renamed method GrafanaOperations.update

azure-mixedreality-remoterendering_1.0.0b3

15 Oct 18:10
067a8f1

Choose a tag to compare

1.0.0b3 (2025-10-01)

Other Changes

  • This package has been deprecated and will no longer be maintained after 10-01-2025. This package will only receive security fixes until 10-01-2025.

azure-mgmt-recoveryservicesbackup-passivestamp_1.0.0b1

15 Oct 02:55
21245b3

Choose a tag to compare

1.0.0b1 (2025-10-13)

Other Changes

  • Initial version

azure-mgmt-hdinsight_9.1.0b2

15 Oct 10:01
448c541

Choose a tag to compare

Pre-release

9.1.0b2 (2025-10-15)

Features Added

  • Model HDInsightManagementClient added parameter cloud_setting in method __init__
  • Model GatewaySettings added property rest_auth_entra_users
  • Model UpdateGatewaySettingsParameters added property rest_auth_entra_users
  • Added model EntraUserInfo

azure-core_1.36.0

15 Oct 00:31
12ad0ed

Choose a tag to compare

1.36.0 (2025-10-14)

Features Added

  • Added TypeHandlerRegistry to azure.core.serialization to allow developers to register custom serializers and deserializers for specific types or conditions. #43051

Bugs Fixed

  • Fixed repeated import attempts of cchardet and chardet when charset_normalizer is used #43092

Other Changes

  • Removed six as a dependency since it was unused. #39962
  • Added caching to the tracing implementation detection function to prevent potential performance issues from repeated import attempts. #43338

azure-cosmos_4.14.0

13 Oct 21:03
7f0cb4a

Choose a tag to compare

4.14.0 (2025-10-13)

This version and all future versions will require Python 3.9+.

Features Added

  • Added ability to return a tuple of a DatabaseProxy/ContainerProxy with the associated database/container properties when creating or reading databases/containers through return_properties parameter. See PR 41742
  • Added a new preview feature API for Semantic Reranking. See PR 42991

Breaking Changes

  • Changed retry_write from bool to int to match other retryable options. See PR 43341.

Bugs Fixed

  • Fixed bug where exclusion list was not honored before falling back to global endpoint for multi-write region accounts. SeePR 43297

Other Changes

  • Removed dual endpoint tracking from the sdk. See PR 40451.
  • Reverted typehints to fix the mismatch issue. See PR 43124
  • Corrected type hints for ConsistencyPolicy in DatabaseAccount class. See PR 43150

azure-monitor-opentelemetry-exporter_1.0.0b44

14 Oct 00:22
6d211c0

Choose a tag to compare

1.0.0b44 (2025-10-14)

Bugs Fixed

  • Fixed issue where AAD authentication for Live Metrics failed for users in sovereign cloud environments
    (#43392)

azure-confidentialledger-certificate_1.0.0b1

14 Oct 00:48
2ff4802

Choose a tag to compare

1.0.0b1 (2025-10-13)

Other Changes

  • Initial version