-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[AKS] BREAKING CHANGE: Update ACNS preview CLI commands to align with GA CLI #8217
[AKS] BREAKING CHANGE: Update ACNS preview CLI commands to align with GA CLI #8217
Conversation
❌Azure CLI Extensions Breaking Change Test
|
Hi @rayaisaiah, |
Hi @rayaisaiah, |
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
730af6e
to
3c2aa5e
Compare
@FumingZhang i tried to requeue the live test but it looks like its failing at Set up Virtual Environment. Do you know how to resolve this? |
I've fixed the failed CI checks in #8229. Please rebase from main and choose a new major version (e.g., 11.0.0b1). |
Rebased and requeue live tests which is passing now |
hey @FumingZhang it looks like the azure-cli-extensions pipeline check is failing for Integration Tests, Build Tests Python38.Run integration test and build test and it looks unrelated to pr. Do you know why this is occuring? |
Yes, that's not related to your change. |
Oh, the issue has been fixed in #8235. Please rebase from main to pick up this fix. BTW, there's another breaking change #8228 going to take 11.0.0b1, maybe you'll need to take 12.0.0b1 |
Updated |
/azp run |
Commenter does not have sufficient privileges for PR 8217 in repo Azure/azure-cli-extensions |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
please resolve the code conflict |
[Release] Update index.json for extension [ aks-preview ] : https://dev.azure.com/azclitools/release/_build/results?buildId=204097&view=results |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
And removes
To align with GA CLI commands for ACNS: Azure/azure-cli#30208.
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)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
.