Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-keyvault-securitydomain_1.0.0b1
1.0.0b1 (2025-05-07)
Features Added
- Initial version
azure-identity_1.22.0
1.22.0 (2025-05-06)
Breaking Changes
- Previously, if a
client_id
oridentity_config
was specified inManagedIdentityCredential
for Service Fabric managed identity, which is not supported, theclient_id
(orresource_id
/object_id
specifiedidentity_config
) would be silently ignored. Now, an exception will be raised during a token request if aclient_id
oridentity_config
is specified for Service Fabric managed identity.
Bugs Fixed
- Fixed an issue with error handling in MSAL-based credentials when the response content is a string rather than a dictionary. (#40281)
Other Changes
- Deprecated
VisualStudioCodeCredential
as the VS Code Azure Account extension on which this credential depends on has been deprecated. See the Azure Account extension deprecation notice. (#40613) - Python 3.8 is no longer supported. Please use Python version 3.9 or later.
azure-storage-queue_12.13.0b1
12.13.0b1 (2025-05-06)
Features Added
- Added support for service version 2025-07-05.
- Added support for OAuth authentication in
QueueClient
'sget_queue_access_policy
andset_queue_access_policy
APIs.
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.
azure-storage-file-share_12.22.0b1
12.22.0b1 (2025-05-06)
Features Added
- Added support for service version 2025-07-05.
- Added new
create_symbolic_link
andget_symbolic_link
APIs toShareFileClient
to
create/get symbolic links to specified files and is only supported for theNFS
protocol.
azure-storage-file-datalake_12.21.0b1
12.21.0b1 (2025-05-06)
Features Added
- Added support for service version 2025-07-05.
- Added support for OAuth authentication in
FileSystemClient
'sget_file_system_access_policy
andset_file_system_access_policy
APIs. - Added support for progress tracking to
DataLakeFileClient
'supload_data
anddownload_file
APIs via a new optional callback,progress_hook
.
Bugs Fixed
- Fixed an issue where URL safe encoding is inconsistent between Blob and Datalake paths.
azure-storage-blob_12.26.0b1
12.26.0b1 (2025-05-06)
Features Added
- Added support for service version 2025-07-05.
- Added support for OAuth authentication in
ContainerClient
'sget_container_access_policy
andset_container_access_policy
APIs. - Added support for the keyword
source_token_intent
when copying from file share to blob and
authenticated viaTokenCredential
for the followingBlobClient
APIs:upload_blob_from_url
,
start_copy_from_url
,stage_block_from_url
,upload_pages_from_url
, andappend_block_from_url
. - Added support for
query_blob
in the asynchronousBlobClient
.
azure-data-tables_12.7.0
12.7.0 (2025-05-06)
Features Added
- Added support for configuring custom audiences for
TokenCredential
authentication when initializing aTableClient
orTableServiceClient
. (#40487)
Other Changes
- Python 3.8 is no longer supported. Please use Python version 3.9 or later.
azure-ai-ml_1.27.0
1.27.0 (2025-05-06)
Features Added
- Added Target storage connection for capability host.
Bugs Fixed
- Fix for compute Instance, disableLocalAuth property should be depend on ssh public access enabled.
- Removing Git-related properties from job properties if a PAT token is detected in the repository URL.
- Fix deployment creation for registry models
Other Changes
- Hub and Project are officially GA'd and no longer experimental.
- PipelineComponentBatchDeployment, ModelBatchDeployment, ModelBatchDeploymentSettings are GA
azure-ai-evaluation_1.6.0
1.6.0 (2025-05-07)
Features Added
- New
<evaluator>.binary_aggregate
field added to evaluation result metrics. This field contains the aggregated binary evaluation results for each evaluator, providing a summary of the evaluation outcomes. - Added support for Azure Open AI evaluation via 4 new 'grader' classes, which serve as wrappers around Azure Open AI grader configurations. These new grader objects can be supplied to the main
evaluate
method as if they were normal callable evaluators. The new classes are:- AzureOpenAIGrader (general class for experienced users)
- AzureOpenAILabelGrader
- AzureOpenAIStringCheckGrader
- AzureOpenAITextSimilarityGrader
Breaking Changes
- In the experimental RedTeam's scan method, the
data_only
param has been replaced withskip_evals
and if you do not want data to be uploaded, use theskip_upload
flag.
Bugs Fixed
- Fixed error in
evaluate
where data fields could not contain numeric characters. Previously, a data file with schema:throws error when passed into"query1": "some query", "response": "some response"
evaluator_config
as{"evaluator_name": {"column_mapping": {"query": "${data.query1}", "response": "${data.response}"}},}
.
Now, users may import data containing fields with numeric characters.
azure-core_1.34.0
1.34.0 (2025-05-01)
Features Added
- Added a
set_span_error_status
method to theOpenTelemetryTracer
class. This method allows users to set the status of a span toERROR
after it has been created. #40703
Other Changes
- Python 3.8 is no longer supported. Please use Python version 3.9 or later.