Skip to content
Merged
Show file tree
Hide file tree
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
Next Next commit
ToBeDetached added in Json and an example added
  • Loading branch information
Varsha Muzumdar committed Apr 19, 2019
commit 382b2ac4c518ef3d724eb7a924ccf401e818d726
Original file line number Diff line number Diff line change
Expand Up @@ -5460,6 +5460,10 @@
"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
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@
},
"createOption": "Empty",
"lun": 0,
"diskSizeGB": 1023
"diskSizeGB": 1023,
"toBeDetached": false
},
{
"caching": "None",
Expand All @@ -186,7 +187,8 @@
},
"createOption": "Empty",
"lun": 1,
"diskSizeGB": 1023
"diskSizeGB": 1023,
"toBeDetached": false
}
]
},
Expand Down