Skip to content

Add az aks inference commands for AI Manager#10089

Draft
xmzhao0822 wants to merge 2 commits into
Azure:mainfrom
xmzhao0822:feature/aks-inference-commands
Draft

Add az aks inference commands for AI Manager#10089
xmzhao0822 wants to merge 2 commits into
Azure:mainfrom
xmzhao0822:feature/aks-inference-commands

Conversation

@xmzhao0822

Copy link
Copy Markdown
Contributor

Add new 'az aks inference' command group (create/delete/list/show) mapping to the Microsoft.ContainerService/aiManagers resource, plus the 'az aks inference namespace' subgroup for AIManagerNamespace child resources, targeting api-version 2026-04-02-preview.


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

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 new 'az aks inference' command group (create/delete/list/show) mapping
to the Microsoft.ContainerService/aiManagers resource, plus the
'az aks inference namespace' subgroup for AIManagerNamespace child
resources, targeting api-version 2026-04-02-preview.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@azure-client-tools-bot-prd

azure-client-tools-bot-prd Bot commented Jul 8, 2026

Copy link
Copy Markdown
⚠️Azure CLI Extensions Breaking Change Test
⚠️aks-preview
rule cmd_name rule_message suggest_message
⚠️ 1011 - SubgroupAdd aks inference sub group aks inference added

@azure-client-tools-bot-prd

Copy link
Copy Markdown

Hi @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 setup.py as well.

Replace the AAZ-generated 'az aks inference' command files with a
hand-written classic module (vendored SDK + custom.py + params + help +
explicit command wiring) under azext_aks_preview/aks_inference/.

- AIManager (Microsoft.ContainerService/aiManagers) create/show/delete/list
- AIManagerNamespace child resource create/show/delete/list
- api-version 2026-04-02-preview
- Wired into the extension's commands.py, _params.py and _help.py

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@yonzhan

yonzhan commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

aks

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.

3 participants