{vm-repair} Overhaul VM Repair examples#8294
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
|
Hi @Sandido, |
|
Hi @Sandido, |
|
|
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 <105691024+yanzhudd@users.noreply.github.com>
Co-authored-by: Yan Zhu <105691024+yanzhudd@users.noreply.github.com>
|
@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 |
|
@yanzhudd , please re-review! |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Co-authored-by: Yan Zhu <105691024+yanzhudd@users.noreply.github.com>
|
@yanzhudd , edits made, please re-review |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
[Release] Update index.json for extension [ vm-repair-2.0.2 ] : https://dev.azure.com/msazure/One/_build/results?buildId=112740044&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.