Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed from OS disk and added to dataDisk
  • Loading branch information
Varsha Muzumdar committed Apr 23, 2019
commit db5a2cceb7ee6e577e0526edc050d92b653d8733
Original file line number Diff line number Diff line change
Expand Up @@ -5460,10 +5460,6 @@
"type": "boolean",
"description": "Specifies whether writeAccelerator should be enabled or disabled on the disk."
},
"toBeDetached": {
"type": "boolean",
"description": "Specifies whether the disk is detached or in process of detachment from the VM/VMSS"
},
"diffDiskSettings": {
"$ref": "#/definitions/DiffDiskSettings",
"description": "Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine."
Expand Down Expand Up @@ -5526,6 +5522,10 @@
"managedDisk": {
"description": "The managed disk parameters.",
"$ref": "#/definitions/ManagedDiskParameters"
},
"toBeDetached": {
"type": "boolean",
"description": "Specifies whether the datadisk is in process of detachment from the VirtualMachine/VirtualMachineScaleset"
}
},
"required": [
Expand Down