Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-ai-agentserver-langgraph_1.0.0b10
1.0.0b10 (2026-01-27)
Bugs Fixed
- Make AZURE_AI_PROJECTS_ENDPOINT optional.
azure-ai-agentserver-agentframework_1.0.0b10
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
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
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
1.8.0 (2026-01-26)
Features Added
- Fixed AudiencePolicy to correctly handle AAD audience errors and return ClientAuthenticationError as expected.
- Added a
match_conditionsparameter to theby_page()method exposed by the page iterator returned bylist_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
audiencekeyword argument in theAzureAppConfigurationClientconstructor to enable authentication against sovereign clouds.
Other Changes
- Replaced deprecated
datetime.utcnow()with timezone-awaredatetime.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
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
12.16.0b1 (2026-01-27)
Features Added
- Added support for service version 2026-04-06.
- Added support for the keyword
user_delegation_tidtoQueueServiceClient.get_user_delegation_keyAPI, which
can be used ingenerate_queue_sasto specify the Tenant ID that is authorized to use the generated SAS URL.
Note thatuser_delegation_tidmust be used together withuser_delegation_oid.
Other Changes
- Bumped minimum
azure-coredependency to 1.37.0.
azure-storage-file-share_12.25.0b1
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_tidtoShareServiceClient.get_user_delegation_keyAPI, which
can be used ingenerate_share_sasandgenerate_file_sasto specify the Tenant ID that is authorized
to use the generated SAS URL. Note thatuser_delegation_tidmust be used together withuser_delegation_oid.
Other Changes
- Bumped minimum
azure-coredependency to 1.37.0.
azure-storage-file-datalake_12.24.0b1
12.24.0b1 (2026-01-27)
Features Added
- Added support for service version 2026-04-06.
- Added support for the keyword
user_delegation_tidtoDataLakeServiceClient.get_user_delegation_key
API, which can be used ingenerate_file_system_sas,generate_directory_sas, andgenerate_file_sas
to specify the Tenant ID that is authorized to use the generated SAS URL. Note thatuser_delegation_tid
must be used together withuser_delegation_oid. - Added support for the keyword
request_headerstogenerate_file_system_sas,generate_directory_sas,
andgenerate_file_saswhich 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_paramstogenerate_file_system_sas,generate_directory_sas,
andgenerate_file_saswhich 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-coredependency to 1.37.0.
azure-storage-blob_12.29.0b1
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 replacesINCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWEDwhich has been deprecated. - Added support for the keywords
access_tier_if_modified_sinceandaccess_tier_if_unmodified_sinceto
conditionally performBlobClient.delete_bloboperation. - Added support for the keyword
source_cpkforBlobClient'supload_blob_from_url,
stage_block_from_url,upload_pages_from_url, andappend_block_from_urlAPIs
to re-encrypt data automatically by the service through aCustomerProvidedEncryptionKey. - Added support for the keyword
user_delegation_tidtoBlobServiceClient.get_user_delegation_keyAPI, which
can be used ingenerate_blob_sasandgenerate_container_sasto specify the Tenant ID that is authorized
to use the generated SAS URL. Note thatuser_delegation_tidmust be used together withuser_delegation_oid. - Added support for the keyword
request_headerstogenerate_blob_sasandgenerate_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_paramstogenerate_blob_sasandgenerate_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-coredependency to 1.37.0.