aksarc 0.2.0b1 VMware support release#7409
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
|
Hi @TheOnlyWei, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
|
It will be fixed by this PR |
| } | ||
| ], | ||
| "aksarc": [ | ||
| { |
There was a problem hiding this comment.
We suggest you change the version to 1.0.0b1 (preview) or 1.0.0 (stable) as now CLI extension version should conform to the Extension version schema
There was a problem hiding this comment.
What is the reason for this? We are releasing an older version of our extension. Are you saying the minimum version has to be 1.0.0? If so, should be added to the doc to clarify since I already read that doc.
To clarify, several places reference possibility of have lower than version 1.0.0. E.g., this statement implies versions can be less than 1.0.0:
If last version is less than 1.0.0, then, the next preview version should be 1.0.0b1 and the next stable one should be 1.0.0
That should really say "Minimum preview version is 1.0.0b1 and minimum stable version is 1.0.0". I read that sentence as implying that you can have a released version less than 1.0.0, i.e., you can have a release version of something like 0.2.0b1.
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Closing this in favor of this updated PR: |
Related command
az aksarc
https://learn.microsoft.com/en-us/cli/azure/aksarc?view=azure-cli-latest
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)Note:
azdev style <YOUR_EXT>is not enforced currently for our extension in our private repository.python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)About Extension Publish
Note that we are releasing an extension from a private repository and need to manually update the
src/index.json!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.