Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-loganalytics_13.1.0

09 Dec 02:40
afa009c

Choose a tag to compare

13.1.0 (2025-12-08)

Features Added

  • Added operation WorkspacesOperations.begin_failback
  • Added operation WorkspacesOperations.begin_failover
  • Added operation WorkspacesOperations.begin_reconcile_nsp
  • Added operation WorkspacesOperations.get_nsp
  • Added operation WorkspacesOperations.list_nsp
  • Added operation group SummaryLogsOperations
  • Model Cluster has a new parameter replication
  • Model LogAnalyticsQueryPack has a new parameter system_data
  • Model Workspace has a new parameter failover
  • Model Workspace has a new parameter replication
  • Model WorkspaceFeatures has a new parameter associations
  • Model WorkspaceFeatures has a new parameter unified_sentinel_billing_only
  • Model WorkspacePatch has a new parameter failover
  • Model WorkspacePatch has a new parameter replication

azure-cosmos_4.14.3

08 Dec 17:40

Choose a tag to compare

4.14.3 (2025-12-08)

Bugs Fixed

  • Fixed bug where client timeout/read_timeout values were not properly enforced. See PR 42652.
  • Fixed bug when passing in None for some options in query_items would cause unexpected errors. See PR 44098

azure-ai-agentserver-langgraph_1.0.0b7

07 Dec 19:32

Choose a tag to compare

Pre-release

1.0.0b7 (2025-12-05)

Features Added

  • Update response with created_by

azure-ai-agentserver-core_1.0.0b7

07 Dec 19:23

Choose a tag to compare

Pre-release

1.0.0b7 (2025-12-05)

Features Added

  • Update response with created_by

azure-ai-agentserver-agentframework_1.0.0b7

07 Dec 19:32

Choose a tag to compare

1.0.0b7 (2025-12-05)

Features Added

  • Update response with created_by

azure-mgmt-containerregistry_14.1.0b4

05 Dec 08:54
5bdc797

Choose a tag to compare

Pre-release

14.1.0b4 (2025-12-05)

Other Changes

  • Regular update

azure-monitor-opentelemetry_1.8.3

05 Dec 00:14
849c056

Choose a tag to compare

1.8.3 (2025-12-04)

Breaking Changes

  • Pin OpenTelemetry versions to guard against upstream logging breaking changes
    (#44220)

Bugs Fixed

  • Fix default value overriding user-configured sampling ratio in distro
    (#44162)

azure-storage-queue_12.15.0b1

04 Dec 22:08
8646fbe

Choose a tag to compare

Pre-release

12.15.0b1 (2025-12-04)

Features Added

  • Added support for service version 2026-02-06.
  • Added new get_user_delegation_key API to QueueServiceClient to obtain a user delegation key
    for the purposes of signing SAS tokens.
  • Added support for the keyword user_delegation_oid to generate_queue_sas, which specifies the Entra ID
    of the user that is authorized to use the generated SAS URL.
  • Added support for the keyword user_delegation_key to generate_queue_sas used with
    user_delegation_oid to authenticate the request to generate a new SAS URL.
  • Added support for UseDevelopmentStorage=true; as a valid connection string for Azurite.

azure-storage-file-share_12.24.0b1

04 Dec 21:36
8646fbe

Choose a tag to compare

Pre-release

12.24.0b1 (2025-12-04)

Features Added

  • Added support for service version 2026-02-06.
  • Added new get_user_delegation_key API to ShareServiceClient to obtain a user delegation key
    for the purposes of signing SAS tokens.
  • Added support for the keyword user_delegation_oid to generate_share_sas and generate_file_sas,
    which specifies the Entra ID of the user that is authorized to use the generated SAS URL.
  • Added support for the keyword user_delegation_key to generate_share_sas and generate_file_sas used with
    user_delegation_oid to authenticate the request to generate a new SAS URL.
  • Added support for the keyword encryption_in_transitin ShareSmbSettings used by set_service_properties
    for the SMB protocol to specify whether encryption in transit is required.
  • Added the ability to skip auto decompression on ShareFileClient.download_file via the decompress keyword.

Bugs Fixed

  • Fixed an issue where FileProperties and DirectoryProperties did not contain timezone information for
    change_time, creation_time, and last_write_time attributes.

azure-storage-file-datalake_12.23.0b1

04 Dec 22:30
8646fbe

Choose a tag to compare

Pre-release

12.23.0b1 (2025-12-04)

Features Added

  • Added support for service version 2026-02-06.
  • Added support for the keyword start_from for DataLakeServiceClient's get_paths and
    DataLakeDirectoryClient's get_paths APIs, which specifies the full path to start listing paths from.
  • Added support for the keyword user_delegation_oid to generate_file_system_sas, generate_directory_sas, and
    generate_file_sas, which specifies the Entra ID of the user that is authorized to use the generated SAS URL.
  • Added support for UseDevelopmentStorage=true; as a valid connection string for Azurite.
  • Added the ability to skip auto decompression on DataLakeFileClient.download_file via the decompress keyword.

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.