Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-ai-projects_1.1.0b3
1.1.0b3 (2025-08-26)
Features added
- File
setup.py
was updated to indicate the dependencyazure-ai-agents>=1.2.0b3
instead ofazure-ai-agents>=1.0.0
. This means that in a clean environment, installing
viapip install --pre azure-ai-projects
will install latest beta version ofazure-ai-agents
(which has features in preview) instead of latest stable version (which does
not include preview features).
azure-mgmt-web_10.0.0
10.0.0 (2025-08-21)
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-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
, describingBingCustomSearchTool
updates in streaming scenario. - Add
RunStepDeltaMicrosoftFabricToolCall
, describingFabricTool
updates in streaming scenario. - Add
RunStepDeltaSharepointToolCall
, describingSharepointTool
updates in streaming scenario. - Improve code interpreter tool to take the list of
VectorStoreDataSource
as an input for enterprise file search.
Bugs Fixed
- Fixed the issue when the
create_and_process
call 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
ManagedCluster
added propertykind
- Enum
ManagedClusterSKUName
added memberAUTOMATIC
- Enum
OSSKU
added 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