azure_mgmt_compute 0.18.1 → 0.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/2015-06-15/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2015-06-15/generated/azure_mgmt_compute/models/data_disk.rb +1 -1
- data/lib/2015-06-15/generated/azure_mgmt_compute/models/osdisk.rb +1 -1
- data/lib/2016-03-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2016-03-30/generated/azure_mgmt_compute/models/data_disk.rb +1 -1
- data/lib/2016-03-30/generated/azure_mgmt_compute/models/osdisk.rb +1 -1
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/models/data_disk.rb +1 -1
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/models/osdisk.rb +1 -1
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb +1 -1
- data/lib/2017-03-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2017-03-30/generated/azure_mgmt_compute/models/data_disk.rb +1 -1
- data/lib/2017-03-30/generated/azure_mgmt_compute/models/osdisk.rb +1 -1
- data/lib/2017-03-30/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb +1 -1
- data/lib/2017-09-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2017-12-01/generated/azure_mgmt_compute.rb +55 -55
- data/lib/2017-12-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/data_disk.rb +1 -1
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/osdisk.rb +1 -1
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine.rb +2 -3
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb +1 -1
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vm.rb +3 -2
- data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb +2 -3
- data/lib/2018-04-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2018-04-01/generated/azure_mgmt_compute/models/access_uri.rb +1 -1
- data/lib/2018-04-01/generated/azure_mgmt_compute/models/data_disk.rb +1 -1
- data/lib/2018-04-01/generated/azure_mgmt_compute/models/osdisk.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute.rb +108 -85
- data/lib/2018-06-01/generated/azure_mgmt_compute/compute_management_client.rb +9 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/disks.rb +1274 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/{scale_tier.rb → access_level.rb} +4 -4
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/access_uri.rb +47 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/additional_capabilities.rb +51 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/creation_data.rb +97 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/data_disk.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/disk.rb +233 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/disk_create_option.rb +20 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/disk_list.rb +99 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/disk_sku.rb +62 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/disk_storage_account_types.rb +18 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/disk_update.rb +132 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/encryption_settings.rb +76 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/gallery_artifact_publishing_profile_base.rb +9 -8
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/gallery_artifact_source.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/gallery_image.rb +3 -3
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/gallery_image_identifier.rb +3 -3
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/gallery_image_version.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/gallery_image_version_publishing_profile.rb +11 -11
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/grant_access_data.rb +58 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/image_data_disk.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/image_disk_reference.rb +60 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/image_osdisk.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/key_vault_and_key_reference.rb +60 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/key_vault_and_secret_reference.rb +59 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/managed_artifact.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/managed_disk_parameters.rb +3 -3
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/osdisk.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/snapshot.rb +187 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/snapshot_list.rb +99 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/snapshot_sku.rb +61 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/snapshot_storage_account_types.rb +17 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/snapshot_update.rb +106 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/source_vault.rb +47 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/storage_account_types.rb +1 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/target_region.rb +58 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine.rb +15 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_managed_disk_parameters.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb +14 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration.rb +13 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osdisk.rb +14 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vm.rb +35 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprofile.rb +15 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb +15 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/snapshots.rb +1274 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/virtual_machine_scale_set_rolling_upgrades.rb +127 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb +12 -0
- data/lib/2018-06-01/generated/azure_mgmt_compute/virtual_machine_sizes.rb +6 -3
- data/lib/profiles/latest/modules/compute_profile_module.rb +360 -352
- data/lib/version.rb +1 -1
- metadata +26 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63d9bae96e92d6ed5f94149048d862aa8c835b54
|
|
4
|
+
data.tar.gz: 6b48a5ac7251eb161c919450fa9ee70972f1925d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93418e3e1e05bec9c919b70c2ae565b78b3ac2b8f935d2c7e87d0341bacde4d1e12b5b1dfea8e9839430bec4cb9251b82e9c481355c9f0b6758d7ed93e41e829
|
|
7
|
+
data.tar.gz: c24a56190bc0bcca298b1142bbef0ca4777199f7198c3c95fc3cc7770b31069ff134c76efea98e69d108e9a19a6ed2c1be7ee5f2c919f612488f4a445df09865
|
|
@@ -158,7 +158,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|
|
158
158
|
#
|
|
159
159
|
def add_telemetry
|
|
160
160
|
sdk_information = 'azure_mgmt_compute'
|
|
161
|
-
sdk_information = "#{sdk_information}/0.18.
|
|
161
|
+
sdk_information = "#{sdk_information}/0.18.2"
|
|
162
162
|
add_user_agent_information(sdk_information)
|
|
163
163
|
end
|
|
164
164
|
end
|
|
@@ -48,7 +48,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|
|
48
48
|
attr_accessor :create_option
|
|
49
49
|
|
|
50
50
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
51
|
-
# gigabytes. This element can be used to overwrite the
|
|
51
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
52
52
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
53
53
|
# 1023 GB
|
|
54
54
|
attr_accessor :disk_size_gb
|
|
@@ -57,7 +57,7 @@ module Azure::Compute::Mgmt::V2015_06_15
|
|
|
57
57
|
attr_accessor :create_option
|
|
58
58
|
|
|
59
59
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
60
|
-
# gigabytes. This element can be used to overwrite the
|
|
60
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
61
61
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
62
62
|
# 1023 GB
|
|
63
63
|
attr_accessor :disk_size_gb
|
|
@@ -158,7 +158,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|
|
158
158
|
#
|
|
159
159
|
def add_telemetry
|
|
160
160
|
sdk_information = 'azure_mgmt_compute'
|
|
161
|
-
sdk_information = "#{sdk_information}/0.18.
|
|
161
|
+
sdk_information = "#{sdk_information}/0.18.2"
|
|
162
162
|
add_user_agent_information(sdk_information)
|
|
163
163
|
end
|
|
164
164
|
end
|
|
@@ -48,7 +48,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|
|
48
48
|
attr_accessor :create_option
|
|
49
49
|
|
|
50
50
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
51
|
-
# gigabytes. This element can be used to overwrite the
|
|
51
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
52
52
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
53
53
|
# 1023 GB
|
|
54
54
|
attr_accessor :disk_size_gb
|
|
@@ -57,7 +57,7 @@ module Azure::Compute::Mgmt::V2016_03_30
|
|
|
57
57
|
attr_accessor :create_option
|
|
58
58
|
|
|
59
59
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
60
|
-
# gigabytes. This element can be used to overwrite the
|
|
60
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
61
61
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
62
62
|
# 1023 GB
|
|
63
63
|
attr_accessor :disk_size_gb
|
|
@@ -170,7 +170,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|
|
170
170
|
#
|
|
171
171
|
def add_telemetry
|
|
172
172
|
sdk_information = 'azure_mgmt_compute'
|
|
173
|
-
sdk_information = "#{sdk_information}/0.18.
|
|
173
|
+
sdk_information = "#{sdk_information}/0.18.2"
|
|
174
174
|
add_user_agent_information(sdk_information)
|
|
175
175
|
end
|
|
176
176
|
end
|
|
@@ -48,7 +48,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|
|
48
48
|
attr_accessor :create_option
|
|
49
49
|
|
|
50
50
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
51
|
-
# gigabytes. This element can be used to overwrite the
|
|
51
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
52
52
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
53
53
|
# 1023 GB
|
|
54
54
|
attr_accessor :disk_size_gb
|
|
@@ -57,7 +57,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|
|
57
57
|
attr_accessor :create_option
|
|
58
58
|
|
|
59
59
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
60
|
-
# gigabytes. This element can be used to overwrite the
|
|
60
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
61
61
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
62
62
|
# 1023 GB
|
|
63
63
|
attr_accessor :disk_size_gb
|
|
@@ -32,7 +32,7 @@ module Azure::Compute::Mgmt::V2016_04_30_preview
|
|
|
32
32
|
attr_accessor :create_option
|
|
33
33
|
|
|
34
34
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
35
|
-
# gigabytes. This element can be used to overwrite the
|
|
35
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
36
36
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
37
37
|
# 1023 GB
|
|
38
38
|
attr_accessor :disk_size_gb
|
|
@@ -188,7 +188,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|
|
188
188
|
#
|
|
189
189
|
def add_telemetry
|
|
190
190
|
sdk_information = 'azure_mgmt_compute'
|
|
191
|
-
sdk_information = "#{sdk_information}/0.18.
|
|
191
|
+
sdk_information = "#{sdk_information}/0.18.2"
|
|
192
192
|
add_user_agent_information(sdk_information)
|
|
193
193
|
end
|
|
194
194
|
end
|
|
@@ -48,7 +48,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|
|
48
48
|
attr_accessor :create_option
|
|
49
49
|
|
|
50
50
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
51
|
-
# gigabytes. This element can be used to overwrite the
|
|
51
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
52
52
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
53
53
|
# 1023 GB
|
|
54
54
|
attr_accessor :disk_size_gb
|
|
@@ -57,7 +57,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|
|
57
57
|
attr_accessor :create_option
|
|
58
58
|
|
|
59
59
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
60
|
-
# gigabytes. This element can be used to overwrite the
|
|
60
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
61
61
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
62
62
|
# 1023 GB
|
|
63
63
|
attr_accessor :disk_size_gb
|
data/lib/2017-03-30/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb
CHANGED
|
@@ -32,7 +32,7 @@ module Azure::Compute::Mgmt::V2017_03_30
|
|
|
32
32
|
attr_accessor :create_option
|
|
33
33
|
|
|
34
34
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
35
|
-
# gigabytes. This element can be used to overwrite the
|
|
35
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
36
36
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
37
37
|
# 1023 GB
|
|
38
38
|
attr_accessor :disk_size_gb
|
|
@@ -126,7 +126,7 @@ module Azure::Compute::Mgmt::V2017_09_01
|
|
|
126
126
|
#
|
|
127
127
|
def add_telemetry
|
|
128
128
|
sdk_information = 'azure_mgmt_compute'
|
|
129
|
-
sdk_information = "#{sdk_information}/0.18.
|
|
129
|
+
sdk_information = "#{sdk_information}/0.18.2"
|
|
130
130
|
add_user_agent_information(sdk_information)
|
|
131
131
|
end
|
|
132
132
|
end
|
|
@@ -38,117 +38,117 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
38
38
|
autoload :ComputeManagementClient, '2017-12-01/generated/azure_mgmt_compute/compute_management_client.rb'
|
|
39
39
|
|
|
40
40
|
module Models
|
|
41
|
-
autoload :
|
|
41
|
+
autoload :VirtualMachineScaleSetOSProfile, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osprofile.rb'
|
|
42
42
|
autoload :ComputeOperationValue, '2017-12-01/generated/azure_mgmt_compute/models/compute_operation_value.rb'
|
|
43
|
-
autoload :
|
|
43
|
+
autoload :VirtualMachineScaleSetUpdateOSProfile, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osprofile.rb'
|
|
44
44
|
autoload :InstanceViewStatus, '2017-12-01/generated/azure_mgmt_compute/models/instance_view_status.rb'
|
|
45
|
-
autoload :
|
|
45
|
+
autoload :VirtualMachineScaleSetManagedDiskParameters, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_managed_disk_parameters.rb'
|
|
46
46
|
autoload :Sku, '2017-12-01/generated/azure_mgmt_compute/models/sku.rb'
|
|
47
|
-
autoload :
|
|
48
|
-
autoload :RecoveryWalkResponse, '2017-12-01/generated/azure_mgmt_compute/models/recovery_walk_response.rb'
|
|
49
|
-
autoload :SubResourceReadOnly, '2017-12-01/generated/azure_mgmt_compute/models/sub_resource_read_only.rb'
|
|
50
|
-
autoload :VirtualMachineSize, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_size.rb'
|
|
47
|
+
autoload :VirtualMachineScaleSetOSDisk, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb'
|
|
51
48
|
autoload :VirtualMachineListResult, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_list_result.rb'
|
|
52
49
|
autoload :AutoOSUpgradePolicy, '2017-12-01/generated/azure_mgmt_compute/models/auto_osupgrade_policy.rb'
|
|
53
|
-
autoload :
|
|
50
|
+
autoload :VirtualMachineSize, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_size.rb'
|
|
54
51
|
autoload :RollingUpgradePolicy, '2017-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_policy.rb'
|
|
55
|
-
autoload :RunCommandParameterDefinition, '2017-12-01/generated/azure_mgmt_compute/models/run_command_parameter_definition.rb'
|
|
56
52
|
autoload :UpgradePolicy, '2017-12-01/generated/azure_mgmt_compute/models/upgrade_policy.rb'
|
|
57
|
-
autoload :
|
|
53
|
+
autoload :VirtualMachineExtensionInstanceView, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_instance_view.rb'
|
|
58
54
|
autoload :ImageOSDisk, '2017-12-01/generated/azure_mgmt_compute/models/image_osdisk.rb'
|
|
59
|
-
autoload :
|
|
55
|
+
autoload :RunCommandParameterDefinition, '2017-12-01/generated/azure_mgmt_compute/models/run_command_parameter_definition.rb'
|
|
60
56
|
autoload :ImageDataDisk, '2017-12-01/generated/azure_mgmt_compute/models/image_data_disk.rb'
|
|
61
|
-
autoload :
|
|
57
|
+
autoload :PurchasePlan, '2017-12-01/generated/azure_mgmt_compute/models/purchase_plan.rb'
|
|
62
58
|
autoload :ImageStorageProfile, '2017-12-01/generated/azure_mgmt_compute/models/image_storage_profile.rb'
|
|
63
|
-
autoload :
|
|
59
|
+
autoload :DataDiskImage, '2017-12-01/generated/azure_mgmt_compute/models/data_disk_image.rb'
|
|
64
60
|
autoload :UpdateResource, '2017-12-01/generated/azure_mgmt_compute/models/update_resource.rb'
|
|
65
|
-
autoload :
|
|
61
|
+
autoload :UsageName, '2017-12-01/generated/azure_mgmt_compute/models/usage_name.rb'
|
|
66
62
|
autoload :Resource, '2017-12-01/generated/azure_mgmt_compute/models/resource.rb'
|
|
63
|
+
autoload :ListUsagesResult, '2017-12-01/generated/azure_mgmt_compute/models/list_usages_result.rb'
|
|
64
|
+
autoload :ImageListResult, '2017-12-01/generated/azure_mgmt_compute/models/image_list_result.rb'
|
|
65
|
+
autoload :RunCommandInputParameter, '2017-12-01/generated/azure_mgmt_compute/models/run_command_input_parameter.rb'
|
|
66
|
+
autoload :VirtualMachineScaleSetIdentity, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_identity.rb'
|
|
67
67
|
autoload :HardwareProfile, '2017-12-01/generated/azure_mgmt_compute/models/hardware_profile.rb'
|
|
68
68
|
autoload :ComputeOperationListResult, '2017-12-01/generated/azure_mgmt_compute/models/compute_operation_list_result.rb'
|
|
69
69
|
autoload :KeyVaultSecretReference, '2017-12-01/generated/azure_mgmt_compute/models/key_vault_secret_reference.rb'
|
|
70
70
|
autoload :SubResource, '2017-12-01/generated/azure_mgmt_compute/models/sub_resource.rb'
|
|
71
71
|
autoload :DiskEncryptionSettings, '2017-12-01/generated/azure_mgmt_compute/models/disk_encryption_settings.rb'
|
|
72
72
|
autoload :VirtualHardDisk, '2017-12-01/generated/azure_mgmt_compute/models/virtual_hard_disk.rb'
|
|
73
|
-
autoload :
|
|
73
|
+
autoload :RollingUpgradeProgressInfo, '2017-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_progress_info.rb'
|
|
74
74
|
autoload :OSDisk, '2017-12-01/generated/azure_mgmt_compute/models/osdisk.rb'
|
|
75
75
|
autoload :ComputeLongRunningOperationProperties, '2017-12-01/generated/azure_mgmt_compute/models/compute_long_running_operation_properties.rb'
|
|
76
76
|
autoload :StorageProfile, '2017-12-01/generated/azure_mgmt_compute/models/storage_profile.rb'
|
|
77
|
-
autoload :VirtualMachineScaleSetManagedDiskParameters, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_managed_disk_parameters.rb'
|
|
78
|
-
autoload :WinRMListener, '2017-12-01/generated/azure_mgmt_compute/models/win_rmlistener.rb'
|
|
79
|
-
autoload :VirtualMachineScaleSetOSDisk, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb'
|
|
80
|
-
autoload :WindowsConfiguration, '2017-12-01/generated/azure_mgmt_compute/models/windows_configuration.rb'
|
|
81
77
|
autoload :VirtualMachineScaleSetUpdateOSDisk, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osdisk.rb'
|
|
82
|
-
autoload :
|
|
78
|
+
autoload :WinRMListener, '2017-12-01/generated/azure_mgmt_compute/models/win_rmlistener.rb'
|
|
83
79
|
autoload :VirtualMachineScaleSetDataDisk, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb'
|
|
84
|
-
autoload :
|
|
80
|
+
autoload :WindowsConfiguration, '2017-12-01/generated/azure_mgmt_compute/models/windows_configuration.rb'
|
|
85
81
|
autoload :VirtualMachineScaleSetStorageProfile, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_storage_profile.rb'
|
|
86
|
-
autoload :
|
|
82
|
+
autoload :SshConfiguration, '2017-12-01/generated/azure_mgmt_compute/models/ssh_configuration.rb'
|
|
87
83
|
autoload :VirtualMachineScaleSetUpdateStorageProfile, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_storage_profile.rb'
|
|
88
|
-
autoload :
|
|
84
|
+
autoload :VaultCertificate, '2017-12-01/generated/azure_mgmt_compute/models/vault_certificate.rb'
|
|
89
85
|
autoload :ApiEntityReference, '2017-12-01/generated/azure_mgmt_compute/models/api_entity_reference.rb'
|
|
90
|
-
autoload :
|
|
86
|
+
autoload :OSProfile, '2017-12-01/generated/azure_mgmt_compute/models/osprofile.rb'
|
|
91
87
|
autoload :VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb'
|
|
92
|
-
autoload :
|
|
88
|
+
autoload :NetworkProfile, '2017-12-01/generated/azure_mgmt_compute/models/network_profile.rb'
|
|
93
89
|
autoload :VirtualMachineScaleSetPublicIPAddressConfiguration, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration.rb'
|
|
94
|
-
autoload :
|
|
90
|
+
autoload :DiagnosticsProfile, '2017-12-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb'
|
|
95
91
|
autoload :VirtualMachineScaleSetUpdatePublicIPAddressConfiguration, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_public_ipaddress_configuration.rb'
|
|
96
|
-
autoload :
|
|
92
|
+
autoload :VirtualMachineAgentInstanceView, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_agent_instance_view.rb'
|
|
97
93
|
autoload :RollingUpgradeRunningStatus, '2017-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_running_status.rb'
|
|
98
|
-
autoload :
|
|
94
|
+
autoload :BootDiagnosticsInstanceView, '2017-12-01/generated/azure_mgmt_compute/models/boot_diagnostics_instance_view.rb'
|
|
99
95
|
autoload :VirtualMachineScaleSetVMListResult, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmlist_result.rb'
|
|
100
|
-
autoload :
|
|
96
|
+
autoload :MaintenanceRedeployStatus, '2017-12-01/generated/azure_mgmt_compute/models/maintenance_redeploy_status.rb'
|
|
101
97
|
autoload :VirtualMachineScaleSetNetworkConfigurationDnsSettings, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_configuration_dns_settings.rb'
|
|
98
|
+
autoload :RecoveryWalkResponse, '2017-12-01/generated/azure_mgmt_compute/models/recovery_walk_response.rb'
|
|
99
|
+
autoload :VirtualMachineScaleSetVMInstanceView, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_view.rb'
|
|
100
|
+
autoload :AvailabilitySetListResult, '2017-12-01/generated/azure_mgmt_compute/models/availability_set_list_result.rb'
|
|
101
|
+
autoload :VirtualMachineHealthStatus, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_health_status.rb'
|
|
102
102
|
autoload :RunCommandListResult, '2017-12-01/generated/azure_mgmt_compute/models/run_command_list_result.rb'
|
|
103
|
-
autoload :
|
|
103
|
+
autoload :VirtualMachineScaleSetNetworkProfile, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_profile.rb'
|
|
104
104
|
autoload :VirtualMachineExtensionsListResult, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_extensions_list_result.rb'
|
|
105
|
-
autoload :
|
|
105
|
+
autoload :VirtualMachineScaleSetUpdateNetworkProfile, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_network_profile.rb'
|
|
106
106
|
autoload :RunCommandInput, '2017-12-01/generated/azure_mgmt_compute/models/run_command_input.rb'
|
|
107
|
-
autoload :
|
|
107
|
+
autoload :VirtualMachineScaleSetListOSUpgradeHistory, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_osupgrade_history.rb'
|
|
108
108
|
autoload :VirtualMachineCaptureParameters, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_capture_parameters.rb'
|
|
109
|
-
autoload :
|
|
109
|
+
autoload :VirtualMachineScaleSetExtensionListResult, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_list_result.rb'
|
|
110
110
|
autoload :LogAnalyticsOutput, '2017-12-01/generated/azure_mgmt_compute/models/log_analytics_output.rb'
|
|
111
|
-
autoload :
|
|
111
|
+
autoload :VirtualMachineScaleSetExtensionProfile, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_profile.rb'
|
|
112
112
|
autoload :LogAnalyticsInputBase, '2017-12-01/generated/azure_mgmt_compute/models/log_analytics_input_base.rb'
|
|
113
|
-
autoload :
|
|
113
|
+
autoload :VirtualMachineScaleSetVMProfile, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprofile.rb'
|
|
114
114
|
autoload :AdditionalUnattendContent, '2017-12-01/generated/azure_mgmt_compute/models/additional_unattend_content.rb'
|
|
115
|
-
autoload :
|
|
115
|
+
autoload :VirtualMachineScaleSetUpdateVMProfile, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_vmprofile.rb'
|
|
116
116
|
autoload :SshPublicKey, '2017-12-01/generated/azure_mgmt_compute/models/ssh_public_key.rb'
|
|
117
|
-
autoload :
|
|
117
|
+
autoload :UpgradeOperationHistoricalStatusInfo, '2017-12-01/generated/azure_mgmt_compute/models/upgrade_operation_historical_status_info.rb'
|
|
118
118
|
autoload :VaultSecretGroup, '2017-12-01/generated/azure_mgmt_compute/models/vault_secret_group.rb'
|
|
119
|
-
autoload :
|
|
119
|
+
autoload :UpgradeOperationHistoricalStatusInfoProperties, '2017-12-01/generated/azure_mgmt_compute/models/upgrade_operation_historical_status_info_properties.rb'
|
|
120
120
|
autoload :BootDiagnostics, '2017-12-01/generated/azure_mgmt_compute/models/boot_diagnostics.rb'
|
|
121
|
-
autoload :RollingUpgradeProgressInfo, '2017-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_progress_info.rb'
|
|
122
|
-
autoload :DiskInstanceView, '2017-12-01/generated/azure_mgmt_compute/models/disk_instance_view.rb'
|
|
123
|
-
autoload :UpgradeOperationHistoryStatus, '2017-12-01/generated/azure_mgmt_compute/models/upgrade_operation_history_status.rb'
|
|
124
|
-
autoload :VirtualMachineInstanceView, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_instance_view.rb'
|
|
125
121
|
autoload :VirtualMachineScaleSetVMInstanceIDs, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_ids.rb'
|
|
126
|
-
autoload :
|
|
122
|
+
autoload :DiskInstanceView, '2017-12-01/generated/azure_mgmt_compute/models/disk_instance_view.rb'
|
|
127
123
|
autoload :VirtualMachineScaleSetVMInstanceRequiredIDs, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_required_ids.rb'
|
|
128
|
-
autoload :
|
|
124
|
+
autoload :VirtualMachineInstanceView, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_instance_view.rb'
|
|
129
125
|
autoload :VirtualMachineStatusCodeCount, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_status_code_count.rb'
|
|
130
|
-
autoload :
|
|
126
|
+
autoload :VirtualMachineSizeListResult, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_size_list_result.rb'
|
|
131
127
|
autoload :VirtualMachineScaleSetInstanceViewStatusesSummary, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view_statuses_summary.rb'
|
|
132
|
-
autoload :
|
|
128
|
+
autoload :OSDiskImage, '2017-12-01/generated/azure_mgmt_compute/models/osdisk_image.rb'
|
|
133
129
|
autoload :VirtualMachineScaleSetVMExtensionsSummary, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmextensions_summary.rb'
|
|
134
|
-
autoload :
|
|
130
|
+
autoload :Plan, '2017-12-01/generated/azure_mgmt_compute/models/plan.rb'
|
|
135
131
|
autoload :VirtualMachineScaleSetInstanceView, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view.rb'
|
|
136
|
-
autoload :
|
|
132
|
+
autoload :DataDisk, '2017-12-01/generated/azure_mgmt_compute/models/data_disk.rb'
|
|
137
133
|
autoload :VirtualMachineScaleSetListResult, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_result.rb'
|
|
138
|
-
autoload :
|
|
134
|
+
autoload :LinuxConfiguration, '2017-12-01/generated/azure_mgmt_compute/models/linux_configuration.rb'
|
|
139
135
|
autoload :VirtualMachineScaleSetListWithLinkResult, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_with_link_result.rb'
|
|
140
|
-
autoload :
|
|
136
|
+
autoload :VirtualMachineExtensionHandlerInstanceView, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_handler_instance_view.rb'
|
|
141
137
|
autoload :VirtualMachineScaleSetSkuCapacity, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku_capacity.rb'
|
|
142
|
-
autoload :
|
|
138
|
+
autoload :SubResourceReadOnly, '2017-12-01/generated/azure_mgmt_compute/models/sub_resource_read_only.rb'
|
|
143
139
|
autoload :VirtualMachineScaleSetSku, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku.rb'
|
|
144
|
-
autoload :
|
|
140
|
+
autoload :Usage, '2017-12-01/generated/azure_mgmt_compute/models/usage.rb'
|
|
145
141
|
autoload :VirtualMachineScaleSetListSkusResult, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_skus_result.rb'
|
|
146
|
-
autoload :
|
|
142
|
+
autoload :WinRMConfiguration, '2017-12-01/generated/azure_mgmt_compute/models/win_rmconfiguration.rb'
|
|
147
143
|
autoload :ApiErrorBase, '2017-12-01/generated/azure_mgmt_compute/models/api_error_base.rb'
|
|
148
|
-
autoload :
|
|
144
|
+
autoload :VirtualMachineIdentity, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_identity.rb'
|
|
149
145
|
autoload :InnerError, '2017-12-01/generated/azure_mgmt_compute/models/inner_error.rb'
|
|
150
|
-
autoload :
|
|
146
|
+
autoload :KeyVaultKeyReference, '2017-12-01/generated/azure_mgmt_compute/models/key_vault_key_reference.rb'
|
|
151
147
|
autoload :ApiError, '2017-12-01/generated/azure_mgmt_compute/models/api_error.rb'
|
|
148
|
+
autoload :RunCommandDocumentBase, '2017-12-01/generated/azure_mgmt_compute/models/run_command_document_base.rb'
|
|
149
|
+
autoload :RollbackStatusInfo, '2017-12-01/generated/azure_mgmt_compute/models/rollback_status_info.rb'
|
|
150
|
+
autoload :OperationStatusResponse, '2017-12-01/generated/azure_mgmt_compute/models/operation_status_response.rb'
|
|
151
|
+
autoload :UpgradeOperationHistoryStatus, '2017-12-01/generated/azure_mgmt_compute/models/upgrade_operation_history_status.rb'
|
|
152
152
|
autoload :AvailabilitySet, '2017-12-01/generated/azure_mgmt_compute/models/availability_set.rb'
|
|
153
153
|
autoload :AvailabilitySetUpdate, '2017-12-01/generated/azure_mgmt_compute/models/availability_set_update.rb'
|
|
154
154
|
autoload :VirtualMachineExtensionImage, '2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_image.rb'
|
|
@@ -184,7 +184,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
184
184
|
#
|
|
185
185
|
def add_telemetry
|
|
186
186
|
sdk_information = 'azure_mgmt_compute'
|
|
187
|
-
sdk_information = "#{sdk_information}/0.18.
|
|
187
|
+
sdk_information = "#{sdk_information}/0.18.2"
|
|
188
188
|
add_user_agent_information(sdk_information)
|
|
189
189
|
end
|
|
190
190
|
end
|
|
@@ -52,7 +52,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
52
52
|
attr_accessor :create_option
|
|
53
53
|
|
|
54
54
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
55
|
-
# gigabytes. This element can be used to overwrite the
|
|
55
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
56
56
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
57
57
|
# 1023 GB
|
|
58
58
|
attr_accessor :disk_size_gb
|
|
@@ -61,7 +61,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
61
61
|
attr_accessor :create_option
|
|
62
62
|
|
|
63
63
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
64
|
-
# gigabytes. This element can be used to overwrite the
|
|
64
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
65
65
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
66
66
|
# 1023 GB
|
|
67
67
|
attr_accessor :disk_size_gb
|
|
@@ -58,8 +58,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
58
58
|
# response.
|
|
59
59
|
attr_accessor :provisioning_state
|
|
60
60
|
|
|
61
|
-
# @return [
|
|
62
|
-
# instance view.
|
|
61
|
+
# @return [VirtualMachineInstanceView] The virtual machine instance view.
|
|
63
62
|
attr_accessor :instance_view
|
|
64
63
|
|
|
65
64
|
# @return [String] Specifies that the image or disk that is being used
|
|
@@ -233,7 +232,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
233
232
|
serialized_name: 'properties.instanceView',
|
|
234
233
|
type: {
|
|
235
234
|
name: 'Composite',
|
|
236
|
-
class_name: '
|
|
235
|
+
class_name: 'VirtualMachineInstanceView'
|
|
237
236
|
}
|
|
238
237
|
},
|
|
239
238
|
license_type: {
|
data/lib/2017-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb
CHANGED
|
@@ -36,7 +36,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
36
36
|
attr_accessor :create_option
|
|
37
37
|
|
|
38
38
|
# @return [Integer] Specifies the size of an empty data disk in
|
|
39
|
-
# gigabytes. This element can be used to overwrite the
|
|
39
|
+
# gigabytes. This element can be used to overwrite the size of the disk
|
|
40
40
|
# in a virtual machine image. <br><br> This value cannot be larger than
|
|
41
41
|
# 1023 GB
|
|
42
42
|
attr_accessor :disk_size_gb
|
|
@@ -25,7 +25,8 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
25
25
|
# @return [String] Azure VM unique ID.
|
|
26
26
|
attr_accessor :vm_id
|
|
27
27
|
|
|
28
|
-
# @return [
|
|
28
|
+
# @return [VirtualMachineScaleSetVMInstanceView] The virtual machine
|
|
29
|
+
# instance view.
|
|
29
30
|
attr_accessor :instance_view
|
|
30
31
|
|
|
31
32
|
# @return [HardwareProfile] Specifies the hardware settings for the
|
|
@@ -198,7 +199,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
198
199
|
serialized_name: 'properties.instanceView',
|
|
199
200
|
type: {
|
|
200
201
|
name: 'Composite',
|
|
201
|
-
class_name: '
|
|
202
|
+
class_name: 'VirtualMachineScaleSetVMInstanceView'
|
|
202
203
|
}
|
|
203
204
|
},
|
|
204
205
|
hardware_profile: {
|
|
@@ -58,8 +58,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
58
58
|
# response.
|
|
59
59
|
attr_accessor :provisioning_state
|
|
60
60
|
|
|
61
|
-
# @return [
|
|
62
|
-
# instance view.
|
|
61
|
+
# @return [VirtualMachineInstanceView] The virtual machine instance view.
|
|
63
62
|
attr_accessor :instance_view
|
|
64
63
|
|
|
65
64
|
# @return [String] Specifies that the image or disk that is being used
|
|
@@ -194,7 +193,7 @@ module Azure::Compute::Mgmt::V2017_12_01
|
|
|
194
193
|
serialized_name: 'properties.instanceView',
|
|
195
194
|
type: {
|
|
196
195
|
name: 'Composite',
|
|
197
|
-
class_name: '
|
|
196
|
+
class_name: 'VirtualMachineInstanceView'
|
|
198
197
|
}
|
|
199
198
|
},
|
|
200
199
|
license_type: {
|
|
@@ -192,7 +192,7 @@ module Azure::Compute::Mgmt::V2018_04_01
|
|
|
192
192
|
#
|
|
193
193
|
def add_telemetry
|
|
194
194
|
sdk_information = 'azure_mgmt_compute'
|
|
195
|
-
sdk_information = "#{sdk_information}/0.18.
|
|
195
|
+
sdk_information = "#{sdk_information}/0.18.2"
|
|
196
196
|
add_user_agent_information(sdk_information)
|
|
197
197
|
end
|
|
198
198
|
end
|