Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR compute/resource-manager] fixed formatting #2501

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ class DataDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. 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'
be created.<br><br> 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'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ class DataDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. 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'
be created.<br><br> 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'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class OSDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. 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'
be created.<br><br> 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'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class OSDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. 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'
be created.<br><br> 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'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ class VirtualMachineScaleSetOSDisk(Model):
:type write_accelerator_enabled: bool
:param create_option: Required. 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 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'
**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'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param os_type: This property allows you to specify the type of the OS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ class VirtualMachineScaleSetOSDisk(Model):
:type write_accelerator_enabled: bool
:param create_option: Required. 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 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'
**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'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param os_type: This property allows you to specify the type of the OS
Expand Down