Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-storage-queue_12.15.0
12.15.0 (2026-01-06)
Features Added
- Stable release of features from 12.15.0b1
azure-storage-file-share_12.24.0
12.24.0 (2026-01-06)
Features Added
- Stable release of features from 12.24.0b1
Other Changes
- Changed the default
connection_data_block_sizefor all clients from 4 KiB to 256 KiB. This should result in
significantly better throughput on large file downloads for most environments.
azure-storage-file-datalake_12.23.0
12.23.0 (2026-01-06)
Features Added
- Stable release of features from 12.23.0b1
Other Changes
- Changed the default
connection_data_block_sizefor all clients from 4 KiB to 256 KiB. This should result in
significantly better throughput on large file downloads for most environments.
azure-storage-blob_12.28.0
12.28.0 (2026-01-06)
Features Added
- Stable release of features from 12.28.0b1
Other Changes
- Changed the default
connection_data_block_sizefor all clients from 4 KiB to 256 KiB. This should result in
significantly better throughput on large file downloads for most environments.
azure-mgmt-loganalytics_13.1.1
13.1.1 (2026-01-05)
Bugs Fixed
- Made the destination_table field writable in RuleDefinition.
azure-ai-projects_2.0.0b3
2.0.0b3 (2026-01-06)
Features Added
- The package now takes dependency on openai and azure-identity packages. No need to install them separately.
- Tracing: support for tracing the schema when an Agent is created with structured output definition.
Breaking changes
- Rename class
AgentObjecttoAgentDetails - Rename class
AgentVersionObjecttoAgentVersionDetails - Rename class
MemoryStoreObjecttoMemoryStoreDetails - Tracing: removed outer "content" from event content format wrapper and unified type-specific keys (e.g., "text", "image_url") to generic "content" key.
- Tracing: replaced "gen_ai.request.assistant_name" attribute with gen_ai.agent.name.
- Tracing: removed "gen_ai.system" - the "gen_ai.provider.name" provides same information.
- Tracing: changed "gen_ai.user.message" and "gen_ai.tool.message" to "gen_ai.input.messages". Changed "gen_ai.assistant.message" to "gen_ai.output.messages".
- Tracing: changed "gen_ai.system.instruction" to "gen_ai.system.instructions".
- Tracing: added the "parts" array to "gen_ai.input.messages" and "gen_ai.output.messages".
- Tracing: removed "role" as a separate attribute and added "role" to "gen_ai.input.messages" and "gen_ai.output.messages" content.
- Tracing: added "finish_reason" as part of "gen_ai.output.messages" content.
- Tracing: changed the tool calls to use the api definitions as the types in traces. For example "function_call" instead of "function" and "function_call_output" instead of "function"
Bugs Fixed
- Tracing: fixed a bug with computer use tool call output including screenshot binary data even when binary data tracing is off.
Sample updates
- Added OpenAPI tool sample. See
sample_agent_openapi.py. - Added OpenAPI with Project Connection sample. See
sample_agent_openapi_with_project_connection.py. - Added SharePoint grounding tool sample. See
sample_agent_sharepoint.py. - Improved MCP client sample showing direct MCP tool invocation. See
samples/mcp_client/sample_mcp_tool_async.py. - Samples that download generated files (code interpreter and image generation) now save files to the system temp directory instead of the current working directory. See
sample_agent_code_interpreter.py,sample_agent_code_interpreter_async.py,sample_agent_image_generation.py, andsample_agent_image_generation_async.py. - The Agent to Agent sample was updated to allow "Custom keys" connection type.
- Update Fine-Tuning supervised job samples to show waiting for model result instead of polling
- Add evaluations sample
samples/evaluations/sample_evaluations_score_model_grader_with_image.py. - Add basic steam event samples
samples/agents/sample_agent_stream_events.pyandsamples/responses/sample_responses_stream_events.py
azure-ai-ml_1.31.0
1.31.0 (2025-12-30)
Features Added
- Added support for
default_deployment_templateproperty in Model entity, allowing models to specify a default deployment template for online deployments. - Online deployments now display informational messages when deploying models with configured default deployment templates.
Other Changes
- Ensuring that azureml-dataprep-rslex is only installed for PyPy below 3.10 and CPython below 3.13.
- Adding support for Python 3.14.
- Dropping support for Python 3.7 and 3.8.
- Update the deployment template parameter
allowed_instance_type->allowed_instance_types
azure-mgmt-networkcloud_2.2.0
2.2.0 (2025-12-22)
Features Added
- Model
NetworkCloudMgmtClientadded parametercloud_settingin method__init__ - Model
BareMetalMachineadded propertyaction_states - Model
BareMetalMachineadded propertyca_certificate - Model
BareMetalMachineKeySetadded propertyprivilege_level_name - Enum
BareMetalMachineKeySetPrivilegeLeveladded memberOTHER - Model
BareMetalMachineReplaceParametersadded propertysafeguard_mode - Model
BareMetalMachineReplaceParametersadded propertystorage_policy - Model
CloudServicesNetworkadded propertystorage_options - Model
CloudServicesNetworkadded propertystorage_status - Model
CloudServicesNetworkPatchParametersadded propertystorage_options - Model
Clusteradded propertyaction_states - Model
CommandOutputSettingsadded propertyoverrides - Model
SecretArchiveReferenceadded propertykey_vault_uri - Model
StorageApplianceadded propertyca_certificate - Model
VirtualMachineadded propertyidentity - Model
VirtualMachineadded propertynetwork_data_content - Model
VirtualMachineadded propertyuser_data_content - Model
VirtualMachinePatchParametersadded propertyidentity - Model
Volumeadded propertyallocated_size_mi_b - Model
Volumeadded propertystorage_appliance_id - Added model
ActionState - Added enum
ActionStateStatus - Added enum
BareMetalMachineReplaceSafeguardMode - Added enum
BareMetalMachineReplaceStoragePolicy - Added model
CertificateInfo - Added enum
CloudServicesNetworkStorageMode - Added model
CloudServicesNetworkStorageOptions - Added model
CloudServicesNetworkStorageOptionsPatch - Added model
CloudServicesNetworkStorageStatus - Added enum
CloudServicesNetworkStorageStatusStatus - Added model
CommandOutputOverride - Added enum
CommandOutputType - Added enum
RelayType - Added model
StepState - Added enum
StepStateStatus - Added model
StorageApplianceCommandSpecification - Added model
StorageApplianceRunReadCommandsParameters - Added model
VirtualMachineAssignRelayParameters - Operation group
BareMetalMachinesOperationsadded methodbegin_run_data_extracts_restricted - Operation group
StorageAppliancesOperationsadded methodbegin_run_read_commands - Operation group
VirtualMachinesOperationsadded methodbegin_assign_relay
azure-mgmt-containerservice_41.0.0b3
41.0.0b3 (2025-12-22)
Features Added
- Added model
MachineSecurityProfile
Breaking Changes
- Model
AgentPoolUpgradeSettingsdeleted or renamed its instance variablemin_surge
azure-ai-transcription_1.0.0b2
1.0.0b2 (2025-12-19)
Bugs Fixed
- Fixed API reference link