-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
{vm-repair} Overhaul VM Repair examples #8294
base: main
Are you sure you want to change the base?
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
Hi @Sandido, |
Hi @Sandido, |
Hi @Sandido Release SuggestionsModule: vm-repair
Notes
|
VM Repair |
@zhoxing-ms , @yanzhudd , please review. |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Hi @Sandido |
@yanzhudd please re-review |
taking comment suggestion, new to using 'upcoming' though. Co-authored-by: Yan Zhu <[email protected]>
Co-authored-by: Yan Zhu <[email protected]>
@yanzhudd , I committed your suggestions. I am not familiar with using Upcoming as a version though. If that is the new best practice, then that's good by me. Else 2.0.2 is fine. |
If you put features into |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
@yanzhudd , do I need to do anything to manually release a new version of the cli extension or does the cli team do that automatically? |
You can determine when to release a new version and what version will be. The extension module is flexible and can be controlled by yourself. However, please note that all releases are currently frozen due to CCOA, so please do not release any version for now. |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
🚫All pull requests will be blocked to merge until Jan 6, 2025 due to CCOA |
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 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
.