-
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
Add CVM functionality to vm repair: unlocking disks #7839
Conversation
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
vm repair create | cmd vm repair create added parameter encrypt_recovery_key |
Hi @Sandido, |
Thank you for your contribution! We will review the pull request and get back to you soon. |
Hi @Sandido Release SuggestionsModule: vm-repair
Notes
|
@zhoxing-ms , @yonzhan , is there a script I can run to resolve the linter errors? The Flak8 failure? |
@Sandido Please take a look at this comment about the Flak8 failure. There is currently no script to resolve the linter errors, you need to solve them yourself. But these issues will not block the merge of PRs for now. You can submit a separate new PR in the future to solve them |
If you want to release a new extension version, please update the version in setup.py as well. |
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
This is a copy of #7821
This checklist is used to make sure that common guidelines for a pull request are followed.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az vm repair create -g RG -n VM --unlock-encrypted-vm --encrypted-vm-recovery-password "***"
Above command creates confidential rescue VM.
az vm repair run -g RG -n VM --run-id win-crowdstrike-fix-bootloop-cvm --run-on-repair
This to run script on disk.
az vm repair restore -g RG -n VM --verbose --debug> debugoutput
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
.