-
Notifications
You must be signed in to change notification settings - Fork 3.4k
AAD Auth Support for Managed Disks #22134
Copy link
Copy link
Closed
Labels
Auto-AssignAuto assign by botAuto assign by botComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Is your feature request related to a problem? Please describe.
We are ready to start the CLI changes for supporting AAD Auth support for exporting and importing managed disks.
Describe the solution you'd like.
Currently for cli command "az disk create" and "az disk update",
add a new option "--data-access-auth-mode", and possible values are AzureActiveDirectory and None
Additional context
We are targeting public preview by the end of April and it will be good to have the CLI support by then.