Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-compute_36.0.0
36.0.0 (2025-08-22)
Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
azure-mgmt-security_8.0.0b1
8.0.0b1 (2025-08-25)
Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
azure-template_0.1.0b5253182
0.1.0b5253182 (2025-08-22)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-template_0.1.0b5252769
0.1.0b5252769 (2025-08-22)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-template_0.1.0b5251943
0.1.0b5251943 (2025-08-22)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-ai-agents_1.2.0b3
1.2.0b3 (2025-08-22)
Features Added
- Added delete operation for
ThreadMessages. - Add
RunStepDetailsActivity, describing MCP function parameters. - Add
RunStepDeltaCustomBingGroundingToolCall, describingBingCustomSearchToolupdates in streaming scenario. - Add
RunStepDeltaMicrosoftFabricToolCall, describingFabricToolupdates in streaming scenario. - Add
RunStepDeltaSharepointToolCall, describingSharepointToolupdates in streaming scenario. - Improve code interpreter tool to take the list of
VectorStoreDataSourceas an input for enterprise file search.
Bugs Fixed
- Fixed the issue when the
create_and_processcall hangs if MCP tool approval is required.
Sample updates
- The file search samples were updated to demonstrate retrieving text associated with citations.
- The SharePoint tool sample was updated to demonstrate retrieving text associated with citations and render references correctly.
- Added samples for file search citation with streaming.
- Bing Grounding and Bing Custom Search samples were fixed to correctly present references.
azure-mgmt-containerservice_39.1.0
39.1.0 (2025-08-20)
Features Added
- Model
ManagedClusteradded propertykind - Enum
ManagedClusterSKUNameadded memberAUTOMATIC - Enum
OSSKUadded memberAZURE_LINUX3
azure-template_0.1.0b5247924
0.1.0b5247924 (2025-08-21)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-template_0.1.0b5247879
0.1.0b5247879 (2025-08-21)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-monitor-opentelemetry_1.7.0
1.7.0 (2025-08-21)
Features Added
- Updated README to specify the python version supported by the distro.
(#42464)
Bugs Fixed
- Fixed issue #42337, removes warning messages for instrumentations that target multiple packages. The logic for dependency conflict detection has been enhanced by adding "instruments-any" feature. This feature is used when an instrumentation requires any of a set of dependencies rather than all. Follows upstream dependency conflict detection logic - https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/opentelemetry-instrumentation/src/opentelemetry/instrumentation/dependencies.py
(#42342) - Add error handling for diagnostic logging setup
(#42505)