Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
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
14 changes: 7 additions & 7 deletions lib/services/computeManagement2/lib/models/dataDisk.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ class DataDisk {
* @member {boolean} [writeAcceleratorEnabled] Specifies whether
* writeAccelerator should be enabled or disabled on the disk.
* @member {string} createOption 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'
* 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'
* @member {number} [diskSizeGB] Specifies the size of an empty data disk in
* gigabytes. This element can be used to overwrite the name of the disk in a
* virtual machine image. <br><br> This value cannot be larger than 1023 GB
Expand Down
111 changes: 54 additions & 57 deletions lib/services/computeManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -756,13 +756,13 @@ export interface ManagedDiskParameters extends SubResource {
* @member {boolean} [writeAcceleratorEnabled] Specifies whether
* writeAccelerator should be enabled or disabled on the disk.
* @member {string} createOption 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'
* 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'
* @member {number} [diskSizeGB] Specifies the size of an empty data disk in
* gigabytes. This element can be used to overwrite the name of the disk in a
* virtual machine image. <br><br> This value cannot be larger than 1023 GB
Expand Down Expand Up @@ -808,13 +808,13 @@ export interface OSDisk {
* @member {boolean} [writeAcceleratorEnabled] Specifies whether
* writeAccelerator should be enabled or disabled on the disk.
* @member {string} createOption 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'
* 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'
* @member {number} [diskSizeGB] Specifies the size of an empty data disk in
* gigabytes. This element can be used to overwrite the name of the disk in a
* virtual machine image. <br><br> This value cannot be larger than 1023 GB
Expand Down Expand Up @@ -901,13 +901,13 @@ export interface DataDisk {
* @member {boolean} [osDisk.writeAcceleratorEnabled] Specifies whether
* writeAccelerator should be enabled or disabled on the disk.
* @member {string} [osDisk.createOption] 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'
* should 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'
* @member {number} [osDisk.diskSizeGB] Specifies the size of an empty data
* disk in gigabytes. This element can be used to overwrite the name of the
* disk in a virtual machine image. <br><br> This value cannot be larger than
Expand Down Expand Up @@ -1634,13 +1634,12 @@ export interface VirtualMachineInstanceView {
* whether writeAccelerator should be enabled or disabled on the disk.
* @member {string} [storageProfile.osDisk.createOption] 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'
* **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'
* @member {number} [storageProfile.osDisk.diskSizeGB] Specifies the size of an
* empty data disk in gigabytes. This element can be used to overwrite the name
* of the disk in a virtual machine image. <br><br> This value cannot be larger
Expand Down Expand Up @@ -2021,13 +2020,12 @@ export interface VirtualMachine extends Resource {
* whether writeAccelerator should be enabled or disabled on the disk.
* @member {string} [storageProfile.osDisk.createOption] 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'
* **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'
* @member {number} [storageProfile.osDisk.diskSizeGB] Specifies the size of an
* empty data disk in gigabytes. This element can be used to overwrite the name
* of the disk in a virtual machine image. <br><br> This value cannot be larger
Expand Down Expand Up @@ -2752,9 +2750,9 @@ export interface VirtualMachineScaleSetManagedDiskParameters {
* writeAccelerator should be enabled or disabled on the disk.
* @member {string} createOption 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
* **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'
* @member {string} [osType] This property allows you to specify the type of
Expand Down Expand Up @@ -2885,9 +2883,9 @@ export interface VirtualMachineScaleSetDataDisk {
* writeAccelerator should be enabled or disabled on the disk.
* @member {string} [osDisk.createOption] 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
* **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'
* @member {string} [osDisk.osType] This property allows you to specify the
Expand Down Expand Up @@ -3414,9 +3412,9 @@ export interface VirtualMachineScaleSetExtensionProfile {
* whether writeAccelerator should be enabled or disabled on the disk.
* @member {string} [storageProfile.osDisk.createOption] 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
* allowed value is: **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'
* @member {string} [storageProfile.osDisk.osType] This property allows you to
Expand Down Expand Up @@ -3792,12 +3790,12 @@ export interface VirtualMachineScaleSetUpdateVMProfile {
* disk.
* @member {string} [virtualMachineProfile.storageProfile.osDisk.createOption]
* 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'
* created.<br><br> The only allowed value is: **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'
* @member {string} [virtualMachineProfile.storageProfile.osDisk.osType] This
* property allows you to specify the type of the OS that is included in the
* disk if creating a VM from user-image or a specialized VHD. <br><br>
Expand Down Expand Up @@ -4745,13 +4743,12 @@ export interface UpgradeOperationHistoricalStatusInfo {
* whether writeAccelerator should be enabled or disabled on the disk.
* @member {string} [storageProfile.osDisk.createOption] 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'
* **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'
* @member {number} [storageProfile.osDisk.diskSizeGB] Specifies the size of an
* empty data disk in gigabytes. This element can be used to overwrite the name
* of the disk in a virtual machine image. <br><br> This value cannot be larger
Expand Down
14 changes: 7 additions & 7 deletions lib/services/computeManagement2/lib/models/oSDisk.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ class OSDisk {
* @member {boolean} [writeAcceleratorEnabled] Specifies whether
* writeAccelerator should be enabled or disabled on the disk.
* @member {string} createOption 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'
* 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'
* @member {number} [diskSizeGB] Specifies the size of an empty data disk in
* gigabytes. This element can be used to overwrite the name of the disk in a
* virtual machine image. <br><br> This value cannot be larger than 1023 GB
Expand Down
15 changes: 7 additions & 8 deletions lib/services/computeManagement2/lib/models/storageProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,13 @@ class StorageProfile {
* @member {boolean} [osDisk.writeAcceleratorEnabled] Specifies whether
* writeAccelerator should be enabled or disabled on the disk.
* @member {string} [osDisk.createOption] 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'
* should 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'
* @member {number} [osDisk.diskSizeGB] Specifies the size of an empty data
* disk in gigabytes. This element can be used to overwrite the name of the
* disk in a virtual machine image. <br><br> This value cannot be larger than
Expand Down
14 changes: 7 additions & 7 deletions lib/services/computeManagement2/lib/models/virtualMachine.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ class VirtualMachine extends models['Resource'] {
* disk.
* @member {string} [storageProfile.osDisk.createOption] 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'
* **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'
* @member {number} [storageProfile.osDisk.diskSizeGB] Specifies the size of
* an empty data disk in gigabytes. This element can be used to overwrite the
* name of the disk in a virtual machine image. <br><br> This value cannot be
Expand Down
Loading