Skip to content

Commit

Permalink
Removed from OS disk and added to dataDisk
Browse files Browse the repository at this point in the history
  • Loading branch information
Varsha Muzumdar committed Apr 23, 2019
1 parent 382b2ac commit db5a2cc
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit db5a2cc

Please sign in to comment.