Skip to content

Commit

Permalink
reflecting the swagger change that makes Image::StorageProfile::OSDis…
Browse files Browse the repository at this point in the history
…k optional (#284)
  • Loading branch information
anuchandy authored Mar 15, 2018
1 parent c55462c commit 2cefc73
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 2cefc73

Please sign in to comment.