Skip to content

Commit

Permalink
Generated from 2991f18008e061a157866ee56ed9ffc7de18988b (#282)
Browse files Browse the repository at this point in the history
Make OSDisk in storage profile optional
  • Loading branch information
AutorestCI authored Mar 14, 2018
1 parent c388776 commit a9c21b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ImageStorageProfile {
* see [About disks and VHDs for Azure virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
*/
@JsonProperty(value = "osDisk", required = true)
@JsonProperty(value = "osDisk")
private ImageOSDisk osDisk;

/**
Expand Down

0 comments on commit a9c21b3

Please sign in to comment.