azure-cli
azure-cli copied to clipboard
[Backup] `backup restore restore-disks`: Add support for enabling Disk access settings for managed VM restores
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] Added support for enabling Disk access settings for managed VM restores[Component Name 2] az command b
: Add some customer-facing feature
This checklist is used to make sure that common guidelines for a pull request are followed.
-
[x] The PR title and description has followed the guideline in Submitting Pull Requests.
-
[x] I adhere to the Command Guidelines.
-
[x] I adhere to the Error Handling Guidelines.