Skip to content
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

Added distro selection feature #4486

Merged
merged 16 commits into from
Apr 20, 2022
Merged

Added distro selection feature #4486

merged 16 commits into from
Apr 20, 2022

Conversation

imabedalghafer
Copy link
Contributor


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • [ x] Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • [x ] Have you run python scripts/ci/test_index.py -q locally?

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.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

@ghost ghost added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Mar 3, 2022
@ghost
Copy link

ghost commented Mar 3, 2022

Thank you for your contribution imabedalghafer! We will review the pull request and get back to you soon.

@ghost
Copy link

ghost commented Mar 3, 2022

CLA assistant check
All CLA requirements met.

@yonzhan
Copy link
Collaborator

yonzhan commented Mar 3, 2022

VM repair

@imabedalghafer
Copy link
Contributor Author

@zhoxing-ms , Would you please let us know the update for the review of this PR ?

@imabedalghafer
Copy link
Contributor Author

@zhoxing-ms The notes have been updated, please let me know if other further updates needed.

Thank you :)

@zhoxing-ms
Copy link
Contributor

@imabedalghafer Could you please resolve those CI issues?

@wangzelin007
Copy link
Member

@imabedalghafer Could you please resolve those CI issues?

/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:471:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:471:14: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:472:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:472:14: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:473:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:473:14: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:474:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:474:14: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:475:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:475:13: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:476:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:476:13: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:494:16: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:495:16: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:496:16: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:497:19: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:498:19: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:499:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:500:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:501:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:502:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:503:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:504:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:505:17: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:506:17: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:507:9: E123 closing bracket does not match indentation of opening bracket's line
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:602:9: F402 import 'log' from line 6 shadowed by loop variable
13    E122 continuation line missing indentation or outdented
1     E123 closing bracket does not match indentation of opening bracket's line
1     E128 continuation line under-indented for visual indent
26    E231 missing whitespace after ':'
1     F402 import 'log' from line 6 shadowed by loop variable

@imabedalghafer
Copy link
Contributor Author

@imabedalghafer Could you please resolve those CI issues?

/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:471:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:471:14: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:472:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:472:14: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:473:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:473:14: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:474:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:474:14: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:475:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:475:13: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:476:5: E122 continuation line missing indentation or outdented
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:476:13: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:494:16: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:495:16: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:496:16: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:497:19: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:498:19: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:499:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:500:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:501:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:502:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:503:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:504:18: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:505:17: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:506:17: E231 missing whitespace after ':'
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:507:9: E123 closing bracket does not match indentation of opening bracket's line
/home/vsts/work/1/s/src/vm-repair/azext_vm_repair/repair_utils.py:602:9: F402 import 'log' from line 6 shadowed by loop variable
13    E122 continuation line missing indentation or outdented
1     E123 closing bracket does not match indentation of opening bracket's line
1     E128 continuation line under-indented for visual indent
26    E231 missing whitespace after ':'
1     F402 import 'log' from line 6 shadowed by loop variable

Apologies for the delay , sure I will work on them

@yonzhan yonzhan removed this from the Mar 2022 (2022-04-06) milestone Apr 1, 2022
@yonzhan yonzhan added this to the Apr 2022 (2022-04-26) milestone Apr 1, 2022
@imabedalghafer
Copy link
Contributor Author

@wangzelin007, I have resolved the above CLI errors. would you please check

@imabedalghafer
Copy link
Contributor Author

@wangzelin007 Any update please ?

@wangzelin007
Copy link
Member

@wangzelin007 Any update please ?

Sorry for the late reply, I will merge this PR ASAP.

@wangzelin007
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@wangzelin007
Copy link
Member

wangzelin007 commented Apr 6, 2022

@wangzelin007 Any update please ?

Hi imabedalghafer,

May I ask whether it is necessary to add a scenario test for this new argument ?
And if you want to release the new extension version, please write the description of changes into HISTORY.rst and update setup.py.

@imabedalghafer
Copy link
Contributor Author

@wangzelin007 Thank you for the update.
let me check internally on that part and will get back to you

@imabedalghafer
Copy link
Contributor Author

@wangzelin007
Apologies for the delay
The test units, history and setup files are updated

Thank you and much appreciate your help

@zhoxing-ms zhoxing-ms merged commit 044de57 into Azure:main Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants