-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
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:
- 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