[AKS] az aks create/update: Add new parameter --enable-ai-toolchain-operator to enable Kaito addon#31485
Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| aks create | cmd aks create added parameter enable_ai_toolchain_operator |
||
| aks update | cmd aks update added parameter disable_ai_toolchain_operator |
||
| aks update | cmd aks update added parameter enable_ai_toolchain_operator |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
Depends on SDK generated based on 2025-05-01 |
|
updated milestone to https://github.com/Azure/azure-cli/milestone/157 |
FumingZhang
left a comment
There was a problem hiding this comment.
Queued live test to validate the change.
- test_aks_create_with_enable_ai_toolchain_operator
- test_aks_update_with_enable_ai_toolchain_operator
az aks create/update: Add new parameter --enable-ai-toolchain-operator to enable Kaito addon
|
Hi @FumingZhang |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Re-queued live test after rebasing the branch from dev to include the SDK version update. https://github.com/FumingZhang/azure-cli/tree/fuming/helayoty/kaito |
failed with error
|
|
please fix the testing issues. |
|
Please note that Azure CLI will have a code freeze on 06/24/2025 07:00 UTC for the upcoming release. If you want to catch this release train, please resolve the CI issue ASAP, otherwise it has to be postponed to next sprint (08-05). |
|
/azp run |
the sdk is not ready yet, moving to next milestone |
|
Queued live test to validate the change after rebasing.
Result: Passed |
|
Commenter does not have sufficient privileges for PR 31485 in repo Azure/azure-cli |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Queued live test to validate the change after addressing the feedback rebasing. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Newly added test cases failed in replay mode
Newly queued live test will help generate the correct recording files you'll need. Please download them from pipeline artifacts and commit them accordingly. |
Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com>
Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com>
Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com>
Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com>
Addressed and replaced. However I didn't see the failure in the latest running pipeline you mentioned. Latest live test passed. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
az aks create
az aks update
Description
Add
--enable-ai-toolchain-operatorand--disable-ai-toolchain-operatortoaz akscli.Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.