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

Compute: Large disk support #8774

Closed
yugangw-msft opened this issue Mar 13, 2019 · 1 comment
Closed

Compute: Large disk support #8774

yugangw-msft opened this issue Mar 13, 2019 · 1 comment
Assignees
Milestone

Comments

@yugangw-msft
Copy link
Contributor

Resource Provider
What is the Azure resource provider your feature is part of?
Compute and Disk resource provider

Description of Feature or Work Requested
Provide a brief description of the feature or work requested. A link to conceptual documentation may be helpful too.

1.	Disks/Snapshots have a new optional property HyperVGeneration which may be set to V1 or V1.
2.	There is a new CreateOption (Upload) for disks. To upload disks customers
        a.	PUT a disk with CreateOption.Upload.
        b.	Use  GrantAccess API with AccessLevel.Write to a get a write SAS to the disk. This is a new access level and it can only be used when uploading to a new disk. Customers can then use storage API to upload the bits for the disk
        c.	There are new DiskStates (DiskState.ReadyToUpload and DiskState.ActiveUpload) that are associated with the upload process.
3.	EncryptionSettings on a disk are now a collection instead of a single value. This allows multiple volumes on an encrypted disk.

Minimum API Version Required
What is the minimum API version of your service required to implement your feature?
2018-09-30

Swagger Link
Provide a link to the location of your feature(s) in the REST API specs repo. This should be on the master branch of the REST API specs repo.

Azure/azure-rest-api-specs#5232

Target Date
If you have a target date for release of this feature/work, please provide it. While we can't guarantee these dates,
it will help us prioritize your request against other requests.

@yugangw-msft yugangw-msft added this to the Sprint 60 (BUILD 2019) milestone Mar 13, 2019
@yugangw-msft yugangw-msft added the Compute az vm/vmss/image/disk/snapshot label Mar 13, 2019
@adewaleo adewaleo self-assigned this Mar 19, 2019
@tjprescott tjprescott modified the milestones: Sprint 60 (BUILD 2019), Sprint 60 (BUILD) Mar 27, 2019
@adewaleo adewaleo assigned yugangw-msft and unassigned adewaleo Apr 9, 2019
@adewaleo
Copy link
Contributor

adewaleo commented Apr 9, 2019

Closed through #8876

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants