Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-storage-blob_12.27.0b1
12.27.0b1 (2025-06-12)
This version and all future versions will require Python 3.9+. Python 3.8 is no longer supported.
Features Added
- Added support for service version 2025-11-05.
- Added support for better error handling for copy operations.
azure-mgmt-containerservice_37.0.0
37.0.0 (2025-06-11)
Features Added
- Added operation group ManagedNamespacesOperations
- Model AgentPool has a new parameter gateway_profile
- Model AgentPool has a new parameter pod_ip_allocation_mode
- Model AgentPool has a new parameter status
- Model AgentPool has a new parameter virtual_machine_nodes_status
- Model AgentPool has a new parameter virtual_machines_profile
- Model ContainerServiceNetworkProfile has a new parameter static_egress_gateway_profile
- Model Machine has a new parameter zones
- Model ManagedCluster has a new parameter status
- Model ManagedClusterAgentPoolProfile has a new parameter gateway_profile
- Model ManagedClusterAgentPoolProfile has a new parameter pod_ip_allocation_mode
- Model ManagedClusterAgentPoolProfile has a new parameter status
- Model ManagedClusterAgentPoolProfile has a new parameter virtual_machine_nodes_status
- Model ManagedClusterAgentPoolProfile has a new parameter virtual_machines_profile
- Model ManagedClusterAgentPoolProfileProperties has a new parameter gateway_profile
- Model ManagedClusterAgentPoolProfileProperties has a new parameter pod_ip_allocation_mode
- Model ManagedClusterAgentPoolProfileProperties has a new parameter status
- Model ManagedClusterAgentPoolProfileProperties has a new parameter virtual_machine_nodes_status
- Model ManagedClusterAgentPoolProfileProperties has a new parameter virtual_machines_profile
- Model ManagedClusterNodeProvisioningProfile has a new parameter default_node_pools
Breaking Changes
- Model ScaleProfile no longer has parameter autoscale
- Removed operation group NamespacesOperations
azure-onlineexperimentation_1.0.0b1
1.0.0b1 (2025-05-31)
Features Added
- Initial version of
OnlineExperimentationClient
library.
azure-mgmt-onlineexperimentation_1.0.0b1
1.0.0b1 (2025-05-21)
Other Changes
- Initial version
azure-healthinsights-radiologyinsights_1.1.0
1.1.0 (2025-06-10)
Extending scope with inferences for scoring and assessment, quality measure and guidance.
Features Added
- 3 new inferences added:
- ScoringAndAssessmentInference
- AssessmentValueRange
- ScoringAndAssessmentCategoryType
- GuidanceInference
- GuidanceOptions
- PresentGuidanceInformation
- GuidanceRankingType
- QualityMeasureInference
- QualityMeasureOptions
- QualityMeasureType
- QualityMeasureComplianceType
- ScoringAndAssessmentInference
- Added samples for scoring and assessment, Quality Measure and Guidance
azure-mgmt-resource-templatespecs_1.0.0b1
1.0.0b1 (2025-06-05)
Other Changes
- Initial version
azure-mgmt-resource-deploymentstacks_1.0.0b1
1.0.0b1 (2025-06-09)
Other Changes
- Initial version
azure-mgmt-resource-deploymentscripts_1.0.0b1
1.0.0b1 (2025-06-05)
Other Changes
- Initial version
azure-ai-agents_1.0.1
1.0.1 (2025-06-09)
Bugs Fixed
asyncio.gather
is used to make function tool calls in parallel forasync
scenario.- Adding instrumentation for create_thread_and_run.
- Fixed a tracing related bug that caused process_thread_run span to not appear when streaming is used without event handler.
azure-ai-agents_1.1.0b2
1.1.0b2 (2025-06-09)
Bugs Fixed
asyncio.gather
is used to make function tool calls in parallel forasync
scenario.- Adding instrumentation for create_thread_and_run.
- Fixed a tracing related bug that caused process_thread_run span to not appear when streaming is used without event handler.
Sample updates
- Changed all samples to use
AIProjectClient
which is recommended to specify endpoint and credential. - Added
sample_agents_stream_iteration_with_functions.py