-
Notifications
You must be signed in to change notification settings - Fork 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
[Backup] az backup restore restore-disks
: Add support for enabling Disk access settings for managed VM restores
#29508
Conversation
️✔️AzureCLI-FullTest
|
Hi @zubairabid, |
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
backup restore restore-disks | cmd backup restore restore-disks added parameter disk_access_option |
||
backup restore restore-disks | cmd backup restore restore-disks added parameter target_disk_access_id |
Backup |
Requesting a review for this release cycle (subject to merge validation). |
Please fix CI issues |
backup restore restore-disks
: Add support for enabling Disk access settings for managed VM restores
@zubairabid Please add some test cases for these new parameters |
Please note that we are launching the release for this sprint this week. Please resolve all comments and CI issues by tomorrow, otherwise the release of this PR will have to be postponed to the next sprint (on 10-08) |
@zubairabid Any update? Please note that we are launching the release for this sprint this week. Please resolve all comments and CI issues by tomorrow, otherwise the release of this PR will have to be postponed to the next sprint (on 11-05) |
Hi @zhoxing-ms , we're waiting on the service team to confirm when we can go ahead with this release, will fix the issues after that. Might go into the next sprint. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@zhoxing-ms I've fixed the PR content issue flagged by the pipeline, please rerun the pipeline once. Service team has given their approval, if all else is good then we can merge this into main for next sprint's release. |
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
Please add some test cases for these changes |
Added a new test, and that + all local tests are working - please rerun the pipeline @zhoxing-ms |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
backup restore restore-disks
: Add support for enabling Disk access settings for managed VM restoresaz backup restore restore-disks
: Add support for enabling Disk access settings for managed VM restores
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
az backup restore restore-disks
Description
Some managed VMs have disks with PE enabled (they have some Disk Access associated). We can now use Enhanced Policy to back them up. During restore, we have the option of allowing public access, specifying a new disk access, or specifying PE with the same disk access. We have added changes that allow for this.
Testing Guide
History Notes
[Backup] Add support for enabling Disk access settings for managed VM restores
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.