azure_mgmt_compute 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/README.md +1 -27
- data/azure_mgmt_compute.gemspec +1 -1
- data/lib/azure_mgmt_compute/availability_sets.rb +184 -141
- data/lib/azure_mgmt_compute/compute_management_client.rb +2 -2
- data/lib/azure_mgmt_compute/models/additional_unattend_content.rb +1 -1
- data/lib/azure_mgmt_compute/models/api_entity_reference.rb +2 -3
- data/lib/azure_mgmt_compute/models/api_error.rb +1 -1
- data/lib/azure_mgmt_compute/models/api_error_base.rb +1 -1
- data/lib/azure_mgmt_compute/models/availability_set.rb +1 -1
- data/lib/azure_mgmt_compute/models/availability_set_list_result.rb +1 -1
- data/lib/azure_mgmt_compute/models/availability_set_properties.rb +2 -2
- data/lib/azure_mgmt_compute/models/boot_diagnostics.rb +3 -3
- data/lib/azure_mgmt_compute/models/boot_diagnostics_instance_view.rb +1 -1
- data/lib/azure_mgmt_compute/models/caching_types.rb +1 -1
- data/lib/azure_mgmt_compute/models/component_names.rb +1 -1
- data/lib/azure_mgmt_compute/models/compute_long_running_operation_properties.rb +1 -1
- data/lib/azure_mgmt_compute/models/data_disk.rb +1 -1
- data/lib/azure_mgmt_compute/models/data_disk_image.rb +1 -1
- data/lib/azure_mgmt_compute/models/diagnostics_profile.rb +1 -1
- data/lib/azure_mgmt_compute/models/disk_create_option_types.rb +1 -1
- data/lib/azure_mgmt_compute/models/disk_encryption_settings.rb +11 -2
- data/lib/azure_mgmt_compute/models/disk_instance_view.rb +1 -1
- data/lib/azure_mgmt_compute/models/hardware_profile.rb +9 -6
- data/lib/azure_mgmt_compute/models/image_reference.rb +1 -1
- data/lib/azure_mgmt_compute/models/inner_error.rb +1 -1
- data/lib/azure_mgmt_compute/models/instance_view_status.rb +4 -4
- data/lib/azure_mgmt_compute/models/instance_view_types.rb +15 -0
- data/lib/azure_mgmt_compute/models/key_vault_key_reference.rb +1 -1
- data/lib/azure_mgmt_compute/models/key_vault_secret_reference.rb +1 -1
- data/lib/azure_mgmt_compute/models/linux_configuration.rb +1 -1
- data/lib/azure_mgmt_compute/models/list_usages_result.rb +1 -1
- data/lib/azure_mgmt_compute/models/network_interface_reference.rb +1 -1
- data/lib/azure_mgmt_compute/models/network_interface_reference_properties.rb +1 -1
- data/lib/azure_mgmt_compute/models/network_profile.rb +1 -1
- data/lib/azure_mgmt_compute/models/operating_system_types.rb +1 -1
- data/lib/azure_mgmt_compute/models/osdisk.rb +1 -1
- data/lib/azure_mgmt_compute/models/osdisk_image.rb +1 -1
- data/lib/azure_mgmt_compute/models/osprofile.rb +1 -1
- data/lib/azure_mgmt_compute/models/pass_names.rb +1 -1
- data/lib/azure_mgmt_compute/models/plan.rb +1 -1
- data/lib/azure_mgmt_compute/models/protocol_types.rb +1 -1
- data/lib/azure_mgmt_compute/models/purchase_plan.rb +1 -1
- data/lib/azure_mgmt_compute/models/setting_names.rb +1 -1
- data/lib/azure_mgmt_compute/models/sku.rb +1 -1
- data/lib/azure_mgmt_compute/models/ssh_configuration.rb +1 -1
- data/lib/azure_mgmt_compute/models/ssh_public_key.rb +1 -1
- data/lib/azure_mgmt_compute/models/status_level_types.rb +1 -1
- data/lib/azure_mgmt_compute/models/storage_profile.rb +1 -1
- data/lib/azure_mgmt_compute/models/upgrade_mode.rb +1 -1
- data/lib/azure_mgmt_compute/models/upgrade_policy.rb +1 -1
- data/lib/azure_mgmt_compute/models/usage.rb +1 -1
- data/lib/azure_mgmt_compute/models/usage_name.rb +1 -1
- data/lib/azure_mgmt_compute/models/vault_certificate.rb +1 -1
- data/lib/azure_mgmt_compute/models/vault_secret_group.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_hard_disk.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_agent_instance_view.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_capture_parameters.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_capture_result.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_capture_result_properties.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_extension.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_extension_handler_instance_view.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_extension_image.rb +20 -27
- data/lib/azure_mgmt_compute/models/virtual_machine_extension_image_properties.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_extension_instance_view.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_extension_properties.rb +11 -11
- data/lib/azure_mgmt_compute/models/virtual_machine_image.rb +8 -21
- data/lib/azure_mgmt_compute/models/virtual_machine_image_properties.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_image_resource.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_instance_view.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_list_result.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_properties.rb +10 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_extension_profile.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_extension_properties.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view_statuses_summary.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_ipconfiguration.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_ipconfiguration_properties.rb +43 -12
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_list_result.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_list_skus_result.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_list_with_link_result.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_network_configuration.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_network_configuration_properties.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_network_profile.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_osprofile.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_properties.rb +11 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_sku.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_sku_capacity.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_sku_scale_type.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_storage_profile.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_vm.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_vmextensions_summary.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_ids.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_required_ids.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_view.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_vmlist_result.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_vmprofile.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_scale_set_vmproperties.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_size.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_size_list_result.rb +1 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_size_types.rb +12 -1
- data/lib/azure_mgmt_compute/models/virtual_machine_status_code_count.rb +1 -1
- data/lib/azure_mgmt_compute/models/win_rmconfiguration.rb +1 -1
- data/lib/azure_mgmt_compute/models/win_rmlistener.rb +1 -1
- data/lib/azure_mgmt_compute/models/windows_configuration.rb +1 -1
- data/lib/azure_mgmt_compute/module_definition.rb +1 -1
- data/lib/azure_mgmt_compute/usage_operations.rb +71 -11
- data/lib/azure_mgmt_compute/version.rb +2 -2
- data/lib/azure_mgmt_compute/virtual_machine_extension_images.rb +123 -18
- data/lib/azure_mgmt_compute/virtual_machine_extensions.rb +132 -22
- data/lib/azure_mgmt_compute/virtual_machine_images.rb +197 -26
- data/lib/azure_mgmt_compute/virtual_machine_scale_set_vms.rb +419 -79
- data/lib/azure_mgmt_compute/virtual_machine_scale_sets.rb +736 -147
- data/lib/azure_mgmt_compute/virtual_machine_sizes.rb +36 -64
- data/lib/azure_mgmt_compute/virtual_machines.rb +531 -200
- data/lib/azure_mgmt_compute.rb +3 -6
- metadata +26 -24
- data/lib/azure_mgmt_compute/models/compute_long_running_operation_result.rb +0 -123
- data/lib/azure_mgmt_compute/models/compute_operation_status.rb +0 -18
- data/lib/azure_mgmt_compute/models/delete_operation_result.rb +0 -110
- data/lib/azure_mgmt_compute/models/operation_status.rb +0 -17
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -8,31 +8,18 @@ module Azure::ARM::Compute
|
|
8
8
|
#
|
9
9
|
# Describes a Virtual Machine Image.
|
10
10
|
#
|
11
|
-
class VirtualMachineImage <
|
11
|
+
class VirtualMachineImage < VirtualMachineImageResource
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
15
|
# @return [VirtualMachineImageProperties]
|
16
16
|
attr_accessor :properties
|
17
17
|
|
18
|
-
# @return [String] Gets or sets the name of the resource.
|
19
|
-
attr_accessor :name
|
20
|
-
|
21
|
-
# @return [String] Gets or sets the location of the resource.
|
22
|
-
attr_accessor :location
|
23
|
-
|
24
|
-
# @return [Hash{String => String}] Gets or sets the tags attached to the
|
25
|
-
# resource.
|
26
|
-
attr_accessor :tags
|
27
|
-
|
28
18
|
#
|
29
19
|
# Validate the object. Throws ValidationError if validation fails.
|
30
20
|
#
|
31
21
|
def validate
|
32
|
-
fail MsRest::ValidationError, 'property name is nil' if @name.nil?
|
33
|
-
fail MsRest::ValidationError, 'property location is nil' if @location.nil?
|
34
22
|
@properties.validate unless @properties.nil?
|
35
|
-
@tags.each{ |e| e.validate if e.respond_to?(:validate) } unless @tags.nil?
|
36
23
|
end
|
37
24
|
|
38
25
|
#
|
@@ -53,15 +40,15 @@ module Azure::ARM::Compute
|
|
53
40
|
serialized_property = object.id
|
54
41
|
output_object['id'] = serialized_property unless serialized_property.nil?
|
55
42
|
|
43
|
+
serialized_property = object.tags
|
44
|
+
output_object['tags'] = serialized_property unless serialized_property.nil?
|
45
|
+
|
56
46
|
serialized_property = object.properties
|
57
47
|
unless serialized_property.nil?
|
58
48
|
serialized_property = VirtualMachineImageProperties.serialize_object(serialized_property)
|
59
49
|
end
|
60
50
|
output_object['properties'] = serialized_property unless serialized_property.nil?
|
61
51
|
|
62
|
-
serialized_property = object.tags
|
63
|
-
output_object['tags'] = serialized_property unless serialized_property.nil?
|
64
|
-
|
65
52
|
output_object
|
66
53
|
end
|
67
54
|
|
@@ -83,15 +70,15 @@ module Azure::ARM::Compute
|
|
83
70
|
deserialized_property = object['id']
|
84
71
|
output_object.id = deserialized_property
|
85
72
|
|
73
|
+
deserialized_property = object['tags']
|
74
|
+
output_object.tags = deserialized_property
|
75
|
+
|
86
76
|
deserialized_property = object['properties']
|
87
77
|
unless deserialized_property.nil?
|
88
78
|
deserialized_property = VirtualMachineImageProperties.deserialize_object(deserialized_property)
|
89
79
|
end
|
90
80
|
output_object.properties = deserialized_property
|
91
81
|
|
92
|
-
deserialized_property = object['tags']
|
93
|
-
output_object.tags = deserialized_property
|
94
|
-
|
95
82
|
output_object
|
96
83
|
end
|
97
84
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -43,6 +43,9 @@ module Azure::ARM::Compute
|
|
43
43
|
# your own license scenario.
|
44
44
|
attr_accessor :license_type
|
45
45
|
|
46
|
+
# @return [String] Gets the virtual machine unique id.
|
47
|
+
attr_accessor :vm_id
|
48
|
+
|
46
49
|
#
|
47
50
|
# Validate the object. Throws ValidationError if validation fails.
|
48
51
|
#
|
@@ -113,6 +116,9 @@ module Azure::ARM::Compute
|
|
113
116
|
serialized_property = object.license_type
|
114
117
|
output_object['licenseType'] = serialized_property unless serialized_property.nil?
|
115
118
|
|
119
|
+
serialized_property = object.vm_id
|
120
|
+
output_object['vmId'] = serialized_property unless serialized_property.nil?
|
121
|
+
|
116
122
|
output_object
|
117
123
|
end
|
118
124
|
|
@@ -173,6 +179,9 @@ module Azure::ARM::Compute
|
|
173
179
|
deserialized_property = object['licenseType']
|
174
180
|
output_object.license_type = deserialized_property
|
175
181
|
|
182
|
+
deserialized_property = object['vmId']
|
183
|
+
output_object.vm_id = deserialized_property
|
184
|
+
|
176
185
|
output_object
|
177
186
|
end
|
178
187
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -16,6 +16,10 @@ module Azure::ARM::Compute
|
|
16
16
|
# @return [ApiEntityReference] Gets or sets the subnet.
|
17
17
|
attr_accessor :subnet
|
18
18
|
|
19
|
+
# @return [Array<SubResource>] Gets or sets the application gateway
|
20
|
+
# backend address pools.
|
21
|
+
attr_accessor :application_gateway_backend_address_pools
|
22
|
+
|
19
23
|
# @return [Array<SubResource>] Gets or sets the load balancer backend
|
20
24
|
# address pools.
|
21
25
|
attr_accessor :load_balancer_backend_address_pools
|
@@ -30,6 +34,7 @@ module Azure::ARM::Compute
|
|
30
34
|
def validate
|
31
35
|
fail MsRest::ValidationError, 'property subnet is nil' if @subnet.nil?
|
32
36
|
@subnet.validate unless @subnet.nil?
|
37
|
+
@application_gateway_backend_address_pools.each{ |e| e.validate if e.respond_to?(:validate) } unless @application_gateway_backend_address_pools.nil?
|
33
38
|
@load_balancer_backend_address_pools.each{ |e| e.validate if e.respond_to?(:validate) } unless @load_balancer_backend_address_pools.nil?
|
34
39
|
@load_balancer_inbound_nat_pools.each{ |e| e.validate if e.respond_to?(:validate) } unless @load_balancer_inbound_nat_pools.nil?
|
35
40
|
end
|
@@ -49,7 +54,7 @@ module Azure::ARM::Compute
|
|
49
54
|
end
|
50
55
|
output_object['subnet'] = serialized_property unless serialized_property.nil?
|
51
56
|
|
52
|
-
serialized_property = object.
|
57
|
+
serialized_property = object.application_gateway_backend_address_pools
|
53
58
|
unless serialized_property.nil?
|
54
59
|
serializedArray = []
|
55
60
|
serialized_property.each do |element|
|
@@ -60,9 +65,9 @@ module Azure::ARM::Compute
|
|
60
65
|
end
|
61
66
|
serialized_property = serializedArray
|
62
67
|
end
|
63
|
-
output_object['
|
68
|
+
output_object['applicationGatewayBackendAddressPools'] = serialized_property unless serialized_property.nil?
|
64
69
|
|
65
|
-
serialized_property = object.
|
70
|
+
serialized_property = object.load_balancer_backend_address_pools
|
66
71
|
unless serialized_property.nil?
|
67
72
|
serializedArray = []
|
68
73
|
serialized_property.each do |element1|
|
@@ -73,6 +78,19 @@ module Azure::ARM::Compute
|
|
73
78
|
end
|
74
79
|
serialized_property = serializedArray
|
75
80
|
end
|
81
|
+
output_object['loadBalancerBackendAddressPools'] = serialized_property unless serialized_property.nil?
|
82
|
+
|
83
|
+
serialized_property = object.load_balancer_inbound_nat_pools
|
84
|
+
unless serialized_property.nil?
|
85
|
+
serializedArray = []
|
86
|
+
serialized_property.each do |element2|
|
87
|
+
unless element2.nil?
|
88
|
+
element2 = MsRestAzure::SubResource.serialize_object(element2)
|
89
|
+
end
|
90
|
+
serializedArray.push(element2)
|
91
|
+
end
|
92
|
+
serialized_property = serializedArray
|
93
|
+
end
|
76
94
|
output_object['loadBalancerInboundNatPools'] = serialized_property unless serialized_property.nil?
|
77
95
|
|
78
96
|
output_object
|
@@ -94,14 +112,27 @@ module Azure::ARM::Compute
|
|
94
112
|
end
|
95
113
|
output_object.subnet = deserialized_property
|
96
114
|
|
115
|
+
deserialized_property = object['applicationGatewayBackendAddressPools']
|
116
|
+
unless deserialized_property.nil?
|
117
|
+
deserialized_array = []
|
118
|
+
deserialized_property.each do |element3|
|
119
|
+
unless element3.nil?
|
120
|
+
element3 = MsRestAzure::SubResource.deserialize_object(element3)
|
121
|
+
end
|
122
|
+
deserialized_array.push(element3)
|
123
|
+
end
|
124
|
+
deserialized_property = deserialized_array
|
125
|
+
end
|
126
|
+
output_object.application_gateway_backend_address_pools = deserialized_property
|
127
|
+
|
97
128
|
deserialized_property = object['loadBalancerBackendAddressPools']
|
98
129
|
unless deserialized_property.nil?
|
99
130
|
deserialized_array = []
|
100
|
-
deserialized_property.each do |
|
101
|
-
unless
|
102
|
-
|
131
|
+
deserialized_property.each do |element4|
|
132
|
+
unless element4.nil?
|
133
|
+
element4 = MsRestAzure::SubResource.deserialize_object(element4)
|
103
134
|
end
|
104
|
-
deserialized_array.push(
|
135
|
+
deserialized_array.push(element4)
|
105
136
|
end
|
106
137
|
deserialized_property = deserialized_array
|
107
138
|
end
|
@@ -110,11 +141,11 @@ module Azure::ARM::Compute
|
|
110
141
|
deserialized_property = object['loadBalancerInboundNatPools']
|
111
142
|
unless deserialized_property.nil?
|
112
143
|
deserialized_array = []
|
113
|
-
deserialized_property.each do |
|
114
|
-
unless
|
115
|
-
|
144
|
+
deserialized_property.each do |element5|
|
145
|
+
unless element5.nil?
|
146
|
+
element5 = MsRestAzure::SubResource.deserialize_object(element5)
|
116
147
|
end
|
117
|
-
deserialized_array.push(
|
148
|
+
deserialized_array.push(element5)
|
118
149
|
end
|
119
150
|
deserialized_property = deserialized_array
|
120
151
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -23,6 +23,10 @@ module Azure::ARM::Compute
|
|
23
23
|
# appears in the response.
|
24
24
|
attr_accessor :provisioning_state
|
25
25
|
|
26
|
+
# @return [Boolean] Specifies whether the Virtual Machine Scale Set
|
27
|
+
# should be overprovisioned.
|
28
|
+
attr_accessor :over_provision
|
29
|
+
|
26
30
|
#
|
27
31
|
# Validate the object. Throws ValidationError if validation fails.
|
28
32
|
#
|
@@ -55,6 +59,9 @@ module Azure::ARM::Compute
|
|
55
59
|
serialized_property = object.provisioning_state
|
56
60
|
output_object['provisioningState'] = serialized_property unless serialized_property.nil?
|
57
61
|
|
62
|
+
serialized_property = object.over_provision
|
63
|
+
output_object['overProvision'] = serialized_property unless serialized_property.nil?
|
64
|
+
|
58
65
|
output_object
|
59
66
|
end
|
60
67
|
|
@@ -82,6 +89,9 @@ module Azure::ARM::Compute
|
|
82
89
|
deserialized_property = object['provisioningState']
|
83
90
|
output_object.provisioning_state = deserialized_property
|
84
91
|
|
92
|
+
deserialized_property = object['overProvision']
|
93
|
+
output_object.over_provision = deserialized_property
|
94
|
+
|
85
95
|
output_object
|
86
96
|
end
|
87
97
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -43,6 +43,7 @@ module Azure::ARM::Compute
|
|
43
43
|
StandardD12V2 = "Standard_D12_v2"
|
44
44
|
StandardD13V2 = "Standard_D13_v2"
|
45
45
|
StandardD14V2 = "Standard_D14_v2"
|
46
|
+
StandardD15V2 = "Standard_D15_v2"
|
46
47
|
StandardDS1 = "Standard_DS1"
|
47
48
|
StandardDS2 = "Standard_DS2"
|
48
49
|
StandardDS3 = "Standard_DS3"
|
@@ -51,6 +52,16 @@ module Azure::ARM::Compute
|
|
51
52
|
StandardDS12 = "Standard_DS12"
|
52
53
|
StandardDS13 = "Standard_DS13"
|
53
54
|
StandardDS14 = "Standard_DS14"
|
55
|
+
StandardDS1V2 = "Standard_DS1_v2"
|
56
|
+
StandardDS2V2 = "Standard_DS2_v2"
|
57
|
+
StandardDS3V2 = "Standard_DS3_v2"
|
58
|
+
StandardDS4V2 = "Standard_DS4_v2"
|
59
|
+
StandardDS5V2 = "Standard_DS5_v2"
|
60
|
+
StandardDS11V2 = "Standard_DS11_v2"
|
61
|
+
StandardDS12V2 = "Standard_DS12_v2"
|
62
|
+
StandardDS13V2 = "Standard_DS13_v2"
|
63
|
+
StandardDS14V2 = "Standard_DS14_v2"
|
64
|
+
StandardDS15V2 = "Standard_DS15_v2"
|
54
65
|
StandardG1 = "Standard_G1"
|
55
66
|
StandardG2 = "Standard_G2"
|
56
67
|
StandardG3 = "Standard_G3"
|