Skip to content

Releases: Azure/azure-sdk-for-python

azure-ai-agentserver-langgraph_1.0.0b10

28 Jan 04:51

Choose a tag to compare

Pre-release

1.0.0b10 (2026-01-27)

Bugs Fixed

  • Make AZURE_AI_PROJECTS_ENDPOINT optional.

azure-ai-agentserver-agentframework_1.0.0b10

28 Jan 04:52

Choose a tag to compare

1.0.0b10 (2026-01-27)

Bugs Fixed

  • Support implicit message item type.
  • Make AZURE_AI_PROJECTS_ENDPOINT optional.

azure-monitor-opentelemetry_1.8.5

27 Jan 21:41
6f3886f

Choose a tag to compare

1.8.5 (2026-01-28)

Features Added

  • In double-instrumentation scenarios, surface in the log stream instead of just in diagnostic logs.
    (#44682)

Bugs Fixed

  • Fix the format of the fixed percentage sampler constant and ensure backward compatibility
    (#44656)
  • Only add PerformanceCounter Processors after PerformanceCounter setup to avoid circular dependency.
    (#44661)

Other Changes

  • Declare support for Python 3.13 and 3.14
    (#44550)

azure-mgmt-compute_37.2.0

27 Jan 06:36
45dd4d9

Choose a tag to compare

37.2.0 (2026-01-27)

Features Added

  • Added operation group GalleryScriptVersionsOperations
  • Added operation group GalleryScriptsOperations
  • Model GalleryApplicationVersionPublishingProfile has a new parameter storage_account_strategy
  • Model GalleryArtifactPublishingProfileBase has a new parameter storage_account_strategy
  • Model GalleryImageVersionPublishingProfile has a new parameter storage_account_strategy

azure-appconfiguration_1.8.0

27 Jan 19:50
6f3886f

Choose a tag to compare

1.8.0 (2026-01-26)

Features Added

  • Fixed AudiencePolicy to correctly handle AAD audience errors and return ClientAuthenticationError as expected.
  • Added a match_conditions parameter to the by_page() method exposed by the page iterator returned by list_configuration_settings() to efficiently monitor configuration changes using etags without fetching unchanged data.
  • Added query parameter normalization to support Azure Front Door as a CDN. Query parameter keys are now converted to lowercase and sorted alphabetically.
  • Added support for providing Entra ID authentication audiences via the audience keyword argument in the AzureAppConfigurationClient constructor to enable authentication against sovereign clouds.

Other Changes

  • Replaced deprecated datetime.utcnow() with timezone-aware datetime.now(timezone.utc).
  • Improved authentication scope handling to automatically detect and use correct audience URLs for Azure Public Cloud, Azure US Government, and Azure China cloud environments.

azure-template_0.1.0b5803890

27 Jan 20:19

Choose a tag to compare

Pre-release

0.1.0b5803890 (2026-01-27)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-storage-queue_12.16.0b1

27 Jan 17:15
5eca695

Choose a tag to compare

Pre-release

12.16.0b1 (2026-01-27)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for the keyword user_delegation_tid to QueueServiceClient.get_user_delegation_key API, which
    can be used in generate_queue_sas to specify the Tenant ID that is authorized to use the generated SAS URL.
    Note that user_delegation_tid must be used together with user_delegation_oid.

Other Changes

  • Bumped minimum azure-core dependency to 1.37.0.

azure-storage-file-share_12.25.0b1

27 Jan 17:30
5eca695

Choose a tag to compare

Pre-release

12.25.0b1 (2026-01-27)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for improved error handling for file share provisioning.
  • Added support for the keyword user_delegation_tid to ShareServiceClient.get_user_delegation_key API, which
    can be used in generate_share_sas and generate_file_sas to specify the Tenant ID that is authorized
    to use the generated SAS URL. Note that user_delegation_tid must be used together with user_delegation_oid.

Other Changes

  • Bumped minimum azure-core dependency to 1.37.0.

azure-storage-file-datalake_12.24.0b1

27 Jan 18:44
5eca695

Choose a tag to compare

Pre-release

12.24.0b1 (2026-01-27)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for the keyword user_delegation_tid to DataLakeServiceClient.get_user_delegation_key
    API, which can be used in generate_file_system_sas, generate_directory_sas, and generate_file_sas
    to specify the Tenant ID that is authorized to use the generated SAS URL. Note that user_delegation_tid
    must be used together with user_delegation_oid.
  • Added support for the keyword request_headers to generate_file_system_sas, generate_directory_sas,
    and generate_file_sas which specifies a set of headers and their corresponding values that
    must be present in the request header when using the generated SAS.
  • Added support for the keyword request_query_params to generate_file_system_sas, generate_directory_sas,
    and generate_file_sas which specifies a set of query parameters and their corresponding values that
    must be present in the request URL when using the generated SAS.

Other Changes

  • Bumped minimum azure-core dependency to 1.37.0.

azure-storage-blob_12.29.0b1

27 Jan 16:27
5eca695

Choose a tag to compare

Pre-release

12.29.0b1 (2026-01-27)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for error code INCREMENTAL_COPY_OF_EARLIER_SNAPSHOT_NOT_ALLOWED.
    This replaces INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED which has been deprecated.
  • Added support for the keywords access_tier_if_modified_since and access_tier_if_unmodified_since to
    conditionally perform BlobClient.delete_blob operation.
  • Added support for the keyword source_cpk for BlobClient's upload_blob_from_url,
    stage_block_from_url, upload_pages_from_url, and append_block_from_url APIs
    to re-encrypt data automatically by the service through a CustomerProvidedEncryptionKey.
  • Added support for the keyword user_delegation_tid to BlobServiceClient.get_user_delegation_key API, which
    can be used in generate_blob_sas and generate_container_sas to specify the Tenant ID that is authorized
    to use the generated SAS URL. Note that user_delegation_tid must be used together with user_delegation_oid.
  • Added support for the keyword request_headers to generate_blob_sas and generate_container_sas,
    which specifies a set of headers and their corresponding values that must be
    present in the request header when using the generated SAS.
  • Added support for the keyword request_query_params to generate_blob_sas and generate_container_sas,
    which specifies a set of query parameters and their corresponding values that must be
    present in the request URL when using the generated SAS.

Other Changes

  • Bumped minimum azure-core dependency to 1.37.0.