-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[AKS] Add Kaito preview CLI flags #6931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
| 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 |
|
AKS |
FumingZhang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fix failed Static Analysis
- Fix failed UT
src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py
Outdated
Show resolved
Hide resolved
b9aaf9c to
464b3eb
Compare
2ab0893 to
e564962
Compare
|
Please fix CI issues. |
e564962 to
ce604dd
Compare
ce604dd to
4d330ee
Compare
e96a4e5 to
fdba688
Compare
FumingZhang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change generally looks good.
Queued live test to validate the change.
Please fix failed CI checks.
|
To bypass option_length_too_long, update |
233a26c to
ad1ab86
Compare
|
The live test failed, option in update command not working as expected |
@FumingZhang Passed now. Please check the latest run. |
|
Glad to see the test passed in staging env, however, staging env is not public facing, but aks-preview is. Can you wait for the server-side fix to be deployed to all regions in global cloud at least before releasing the aks-preview changes? Publishing aks-preview is on-demand and instant https://dev.azure.com/msazure/CloudNativeCompute/_build/results?buildId=85538405&view=results BTW, there's a comment tread discussing the new version naming pattern. See #7151 (comment) |
df59bac to
e7c6297
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Feature owner queued live test, test passed!
src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py
Outdated
Show resolved
Hide resolved
e7c6297 to
247340d
Compare
Signed-off-by: Heba Elayoty <[email protected]>
247340d to
698c4c6
Compare
FumingZhang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Yan Zhu <[email protected]>
|
[Release] Update index.json for extension [ aks-preview ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=127156&view=results |
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 wheel==0.30.0required)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.