Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-loganalytics_13.1.0
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
azure-ai-agentserver-langgraph_1.0.0b7
1.0.0b7 (2025-12-05)
Features Added
- Update response with created_by
azure-ai-agentserver-core_1.0.0b7
1.0.0b7 (2025-12-05)
Features Added
- Update response with created_by
azure-ai-agentserver-agentframework_1.0.0b7
1.0.0b7 (2025-12-05)
Features Added
- Update response with created_by
azure-mgmt-containerregistry_14.1.0b4
14.1.0b4 (2025-12-05)
Other Changes
- Regular update
azure-monitor-opentelemetry_1.8.3
azure-storage-queue_12.15.0b1
12.15.0b1 (2025-12-04)
Features Added
- Added support for service version 2026-02-06.
- Added new
get_user_delegation_keyAPI toQueueServiceClientto obtain a user delegation key
for the purposes of signing SAS tokens. - Added support for the keyword
user_delegation_oidtogenerate_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_keytogenerate_queue_sasused with
user_delegation_oidto 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
12.24.0b1 (2025-12-04)
Features Added
- Added support for service version 2026-02-06.
- Added new
get_user_delegation_keyAPI toShareServiceClientto obtain a user delegation key
for the purposes of signing SAS tokens. - Added support for the keyword
user_delegation_oidtogenerate_share_sasandgenerate_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_keytogenerate_share_sasandgenerate_file_sasused with
user_delegation_oidto authenticate the request to generate a new SAS URL. - Added support for the keyword
encryption_in_transitinShareSmbSettingsused byset_service_properties
for the SMB protocol to specify whether encryption in transit is required. - Added the ability to skip auto decompression on
ShareFileClient.download_filevia thedecompresskeyword.
Bugs Fixed
- Fixed an issue where
FilePropertiesandDirectoryPropertiesdid not contain timezone information for
change_time,creation_time, andlast_write_timeattributes.
azure-storage-file-datalake_12.23.0b1
12.23.0b1 (2025-12-04)
Features Added
- Added support for service version 2026-02-06.
- Added support for the keyword
start_fromforDataLakeServiceClient'sget_pathsand
DataLakeDirectoryClient'sget_pathsAPIs, which specifies the full path to start listing paths from. - Added support for the keyword
user_delegation_oidtogenerate_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_filevia thedecompresskeyword.
Other Changes
- Migrated any previously documented
kwargarguments 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 explicitTypeError,
and let theAttributeErrorraise directly.