Skip to content

Commit

Permalink
Generated from 8fe96075f82faeec0c0e316e0dd1a1c0ee77e376 (#126)
Browse files Browse the repository at this point in the history
fixed formatting
  • Loading branch information
AutorestCI authored May 2, 2018
1 parent 868d42c commit 156bf3f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ public class DataDisk {

/**
* Specifies how the virtual machine should be created.<br><br>
* Possible values are:<br><br> **Attach** \u2013 This value is
* used when you are using a specialized disk to create the virtual
* machine.<br><br> **FromImage** \u2013 This value is used
* when you are using an image to create the virtual machine. If you are
* using a platform image, you also use the imageReference element
* described above. If you are using a marketplace image, you also use the
* plan element previously described. Possible values include: 'FromImage',
* 'Empty', 'Attach'.
* Possible values are:<br><br> **Attach** This value is used
* when you are using a specialized disk to create the virtual
* machine.<br><br> **FromImage** This value is used when you
* are using an image to create the virtual machine. If you are using a
* platform image, you also use the imageReference element described above.
* If you are using a marketplace image, you also use the plan element
* previously described. Possible values include: 'FromImage', 'Empty',
* 'Attach'.
*/
@JsonProperty(value = "createOption", required = true)
private DiskCreateOptionTypes createOption;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ public class OSDisk {

/**
* Specifies how the virtual machine should be created.<br><br>
* Possible values are:<br><br> **Attach** \u2013 This value is
* used when you are using a specialized disk to create the virtual
* machine.<br><br> **FromImage** \u2013 This value is used
* when you are using an image to create the virtual machine. If you are
* using a platform image, you also use the imageReference element
* described above. If you are using a marketplace image, you also use the
* plan element previously described. Possible values include: 'FromImage',
* 'Empty', 'Attach'.
* Possible values are:<br><br> **Attach** This value is used
* when you are using a specialized disk to create the virtual
* machine.<br><br> **FromImage** This value is used when you
* are using an image to create the virtual machine. If you are using a
* platform image, you also use the imageReference element described above.
* If you are using a marketplace image, you also use the plan element
* previously described. Possible values include: 'FromImage', 'Empty',
* 'Attach'.
*/
@JsonProperty(value = "createOption", required = true)
private DiskCreateOptionTypes createOption;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public class VirtualMachineScaleSetOSDisk {
/**
* Specifies how the virtual machines in the scale set should be
* created.<br><br> The only allowed value is: **FromImage**
* \u2013 This value is used when you are using an image to create the
* virtual machine. If you are using a platform image, you also use the
* This value is used when you are using an image to create the virtual
* machine. If you are using a platform image, you also use the
* imageReference element described above. If you are using a marketplace
* image, you also use the plan element previously described. Possible
* values include: 'FromImage', 'Empty', 'Attach'.
Expand Down

0 comments on commit 156bf3f

Please sign in to comment.