updated setup.py and changelog.rst for cli v2 release- - #10311
updated setup.py and changelog.rst for cli v2 release-#10311Chakradhar886 wants to merge 12 commits into
Conversation
|
Hi Chakradhar886, |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
🟡 Changes recommended
The newly added CHANGELOG release date is in the future and should be updated to the actual release date to keep release history accurate.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the machinelearningservices extension metadata for the next Azure Machine Learning CLI (v2) release by bumping the extension version and aligning a key SDK dependency, with corresponding release-note scaffolding.
Changes:
- Bumped extension version to
2.45.0insetup.py. - Added a new top-of-file release entry for
2.45.0inCHANGELOG.rst. - Updated
azure-ai-mldependency pin to1.35.0in manual requirements.
File summaries
| File | Description |
|---|---|
| src/machinelearningservices/setup.py | Version bump to 2.45.0 for the extension package. |
| src/machinelearningservices/CHANGELOG.rst | Adds a new release header for 2.45.0 (date needs correction). |
| src/machinelearningservices/azext_mlv2/manual/requirements.txt | Updates pinned azure-ai-ml dependency to 1.35.0. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
🤖 PR Validation — ️✔️ All clear
Description
This PR upgrades the Machine Learning CLI extension dependency from
azure-ai-ml1.34.0 to 1.35.0 and adds the compatibility changes required by the new SDK version.SDK 1.35 removed the versioned private REST clients previously used by the extension. The implementation has been migrated to the consolidated
arm_ml_serviceREST client and the new management client.The PR also addresses compatibility regressions exposed by the upgrade:
arm_ml_service.ActiveOnlyto ensure consistent serialization across ARM and registry dataplane clients.$skipToken=XXXXXsanitizer.Validation
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install azdevrequired)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.