[aimanager] Mark command groups as preview - #10225
Conversation
Add is_preview=True to the aimanager, aimanager namespace, and aimanager namespace modeldeployment command groups. Bump version to 1.2.1 and update HISTORY. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Hi Ximeng Zhao (@xmzhao0822), |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
This PR marks the az aimanager command groups as preview in the command table and bumps the extension release to 1.2.1, with an accompanying changelog entry.
Changes:
- Mark
aimanager,aimanager namespace, andaimanager namespace modeldeploymentcommand groups as preview (is_preview=True). - Bump extension version to
1.2.1. - Add a
1.2.1entry toHISTORY.rst.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/aimanager/setup.py | Bumps the extension package version to 1.2.1. |
| src/aimanager/HISTORY.rst | Adds release notes for 1.2.1. |
| src/aimanager/azext_aimanager/commands.py | Marks relevant command groups as preview via is_preview=True. |
💡 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). |
|
[Release] Update index.json for extension [ aimanager-1.4.0 ] : https://dev.azure.com/msazure/One/_build/results?buildId=177216089&view=results |
🤖 PR Validation —⚠️ Review suggested
Add is_preview=True to the aimanager, aimanager namespace, and aimanager namespace modeldeployment command groups. Bump version to 1.2.1 and update HISTORY.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az aimanageraz aimanager namespaceaz aimanager namespace modeldeploymentGeneral 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.