Skip to content

Support for DiskRP 2020-12-01 changes #17656

@meet1993shah

Description

@meet1993shah

Resource Provider
Microsoft.Compute/DiskRP

Description of Feature or Work Requested
Feature - Support for Hibernating VMs (Persist supportsHibernation flag on managed disks)

IAAS VMs in Azure will support a new state: hibernation. From the fabric/CRP point of view, a hibernating VM is deallocated; however, before deallocation, the VM saves the memory state to the disk, thus allowing a fast restore to the initial state when the VM is restarted. To support this managed disks will persist a new boolean property called supportsHibernation which CRP can use to determine if the underlying disk has capability to support hibernation. This flag can be turned on / off by the customer.

We need the following changes:

  1. Update the disk and snapshot commands to accept a new optional property called supportsHibernation which is a boolean and ensure that customers can modify it.

Minimum API Version Required
2020-12-01

Swagger Link
Azure/azure-rest-api-specs#12796

Target Date
asap

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions