[vm-repair] Bug fix for disk copy V2 to V1 and Adding preview parameter#3898
[vm-repair] Bug fix for disk copy V2 to V1 and Adding preview parameter#3898zhoxing-ms merged 17 commits intoAzure:mainfrom
Conversation
|
vm-repair |
|
@haagha Could you add some tests for this case? |
|
Please write those changes into the By the way, do you need to release a new version for these changes? If so, please also update the |
|
@haagha Any update? |
|
@zhoxing-ms Yes i updated the history and build version. Will try to fix the CI failures. |
|
@haagha Please address those CI issues~ |
|
@zhoxing-ms Can you check why the integration tests not related to vm-repair are failing? |
|
I see the following problems in CI failure:
@haagha Please follow the tips of error message to modify your code
@kairu-ms @00Kai0 Please take a look. This should be related to the api-version bumping of network Azure/azure-cli#19590 |
|
@haagha Please pull the change in latest main branch. |
|
@zhoxing-ms Can you review this, thanks! |
|
Could you add some tests for this change? |
|
@haagha Any update? |
|
@zhoxing-ms Removed comment and added test. |
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update
src/index.jsonautomatically.The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify
src/index.json.