Skip to content

[aimanager] Mark command groups as preview - #10225

Merged
Ethan Yang (necusjz) merged 2 commits into
Azure:mainfrom
xmzhao0822:aimanager-preview
Aug 19, 2026
Merged

[aimanager] Mark command groups as preview#10225
Ethan Yang (necusjz) merged 2 commits into
Azure:mainfrom
xmzhao0822:aimanager-preview

Conversation

@xmzhao0822

@xmzhao0822 Ximeng Zhao (xmzhao0822) commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

🤖 PR Validation — ⚠️ Review suggested

Breaking Changes
⚠️ None
⚠️Azure CLI Extensions Breaking Change Test
⚠️aimanager
rule cmd_name rule_message suggest_message
⚠️ 1003 - CmdPropAdd aimanager create cmd aimanager create added property is_preview
⚠️ 1003 - CmdPropAdd aimanager delete cmd aimanager delete added property is_preview
⚠️ 1003 - CmdPropAdd aimanager get-credentials cmd aimanager get-credentials added property is_preview
⚠️ 1003 - CmdPropAdd aimanager list cmd aimanager list added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace add cmd aimanager namespace add added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace delete cmd aimanager namespace delete added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace get-credentials cmd aimanager namespace get-credentials added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace list cmd aimanager namespace list added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace list-accesskeys cmd aimanager namespace list-accesskeys added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace modeldeployment add cmd aimanager namespace modeldeployment add added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace modeldeployment delete cmd aimanager namespace modeldeployment delete added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace modeldeployment list cmd aimanager namespace modeldeployment list added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace modeldeployment show cmd aimanager namespace modeldeployment show added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace modeldeployment update cmd aimanager namespace modeldeployment update added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace modeldeployment wait cmd aimanager namespace modeldeployment wait added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace rotate-accesskeys cmd aimanager namespace rotate-accesskeys added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace show cmd aimanager namespace show added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace update cmd aimanager namespace update added property is_preview
⚠️ 1003 - CmdPropAdd aimanager namespace wait cmd aimanager namespace wait added property is_preview
⚠️ 1003 - CmdPropAdd aimanager show cmd aimanager show added property is_preview
⚠️ 1003 - CmdPropAdd aimanager update cmd aimanager update added property is_preview
⚠️ 1003 - CmdPropAdd aimanager wait cmd aimanager wait added property is_preview

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 aimanager
az aimanager namespace
az aimanager namespace modeldeployment

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install azdev required)
  • My extension version conforms to the Extension version schema

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.json automatically.
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.

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>
Copilot AI lite review requested due to automatic review settings August 16, 2026 23:36
@azure-client-tools-bot-prd

Copy link
Copy Markdown

Hi Ximeng Zhao (@xmzhao0822),
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in pyproject.toml (or setup.py, if the extension has not migrated yet) as well.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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, and aimanager namespace modeldeployment command groups as preview (is_preview=True).
  • Bump extension version to 1.2.1.
  • Add a 1.2.1 entry to HISTORY.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.

Comment thread src/aimanager/setup.py Outdated
@a0x1ab

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).

@a0x1ab

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).

@necusjz
Ethan Yang (necusjz) merged commit 85e7321 into Azure:main Aug 19, 2026
24 checks passed
@azclibot

Copy link
Copy Markdown
Collaborator

[Release] Update index.json for extension [ aimanager-1.4.0 ] : https://dev.azure.com/msazure/One/_build/results?buildId=177216089&view=results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AKS Auto-Assign Auto assign by bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants