diff --git a/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/data_disk.rb b/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/data_disk.rb index 1b60ad3e8a..ca42f6aefa 100644 --- a/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/data_disk.rb +++ b/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/data_disk.rb @@ -42,13 +42,13 @@ class DataDisk # @return [DiskCreateOptionTypes] Specifies how the virtual machine # should be created.

Possible values are:

**Attach** - # This value is used when you are using a specialized disk to create the - # virtual machine.

**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' + # \u2013 This value is used when you are using a specialized disk to + # create the virtual machine.

**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' attr_accessor :create_option # @return [Integer] Specifies the size of an empty data disk in diff --git a/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/osdisk.rb b/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/osdisk.rb index ce43f46fe1..25ae8c136a 100644 --- a/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/osdisk.rb +++ b/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/osdisk.rb @@ -51,13 +51,13 @@ class OSDisk # @return [DiskCreateOptionTypes] Specifies how the virtual machine # should be created.

Possible values are:

**Attach** - # This value is used when you are using a specialized disk to create the - # virtual machine.

**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' + # \u2013 This value is used when you are using a specialized disk to + # create the virtual machine.

**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' attr_accessor :create_option # @return [Integer] Specifies the size of an empty data disk in diff --git a/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/rollback_status_info.rb b/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/rollback_status_info.rb index 1ae0175f3b..f13d3ff3ff 100644 --- a/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/rollback_status_info.rb +++ b/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/rollback_status_info.rb @@ -7,7 +7,7 @@ module Azure::Compute::Mgmt::V2017_12_01 module Models # # Information about rollback on failed VM instances after a OS Upgrade - # operation + # operation. # class RollbackStatusInfo @@ -20,7 +20,7 @@ class RollbackStatusInfo # @return [Integer] The number of instances which failed to rollback. attr_accessor :failed_rolledback_instance_count - # @return [ApiError] Error Details if OS rollback failed. + # @return [ApiError] Error details if OS rollback failed. attr_accessor :rollback_error diff --git a/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb b/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb index d519322d07..54e7712b3f 100644 --- a/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb +++ b/management/azure_mgmt_compute/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb @@ -28,9 +28,9 @@ class VirtualMachineScaleSetOSDisk # @return [DiskCreateOptionTypes] Specifies how the virtual machines in # the scale set should be created.

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 + # **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' attr_accessor :create_option diff --git a/management/azure_mgmt_compute/lib/azure_mgmt_compute.rb b/management/azure_mgmt_compute/lib/azure_mgmt_compute.rb index 819379bed2..0f367439ea 100644 --- a/management/azure_mgmt_compute/lib/azure_mgmt_compute.rb +++ b/management/azure_mgmt_compute/lib/azure_mgmt_compute.rb @@ -2,13 +2,12 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. - -require '2015-06-15/generated/azure_mgmt_compute' require '2016-03-30/generated/azure_mgmt_compute' +require '2017-12-01/generated/azure_mgmt_compute' require '2016-04-30-preview/generated/azure_mgmt_compute' -require '2017-03-30/generated/azure_mgmt_compute' require '2017-09-01/generated/azure_mgmt_compute' -require '2017-12-01/generated/azure_mgmt_compute' require '2018-04-01/generated/azure_mgmt_compute' +require '2017-03-30/generated/azure_mgmt_compute' +require '2015-06-15/generated/azure_mgmt_compute' require 'profiles/v2017_03_09/compute_v2017_03_09_profile_client' require 'profiles/latest/compute_latest_profile_client'