azure_mgmt_hdinsight 0.18.3 → 0.18.4

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.
Files changed (18) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight.rb +3 -3
  3. data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/hdinsight_management_client.rb +1 -1
  4. data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb +5 -5
  5. data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb +16 -5
  6. data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/network_properties.rb +59 -0
  7. data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/{public_network_access.rb → private_link.rb} +4 -4
  8. data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/{outbound_only_public_network_access_type.rb → resource_provider_connection.rb} +4 -4
  9. data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight.rb +22 -21
  10. data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/hdinsight_management_client.rb +1 -1
  11. data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb +12 -0
  12. data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb +12 -0
  13. data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/compute_isolation_properties.rb +58 -0
  14. data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/host_info.rb +22 -0
  15. data/lib/profiles/latest/modules/hdinsight_profile_module.rb +68 -64
  16. data/lib/version.rb +1 -1
  17. metadata +6 -5
  18. data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/network_settings.rb +0 -61
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3864e28fa44545c67a09b0694640e7dc792cffbc5c00f8b1dca747d002e3ca38
4
- data.tar.gz: 55d09d1e42ded85a2f44aae933f74e962f13b647848aabec8f0d63cf25a4ca00
3
+ metadata.gz: a46a53506110b95efa0559dd5dc75d970916a3af4afc9bcf033fb818fa813737
4
+ data.tar.gz: 9ee84be3e234916d8012f664920112c2af0378e0e1a670fff12e75e53ff0d95d
5
5
  SHA512:
6
- metadata.gz: 65866a92667387ce199e73354c44bf20f1eda319b6d5d931e718f99fb262b8cdd2429096403378a0ae706920a6058ca73be41dbdce24c43a19020384d28217f8
7
- data.tar.gz: 3824e36f65deffed08ad7730720a9bf7275808225f18f7a3c7079b151992345e1eb1c95e4cb5ea8ca3bdca1b9916dd237650f278f03145d01c80bd73909b3575
6
+ metadata.gz: 8952f039d044a8b043667430678488552e7371c52f9e1816f41b11c4d1b05eb2446b4ba48d457262214ee39a57612ce18b2be320060a1b490a04dd9247a7021b
7
+ data.tar.gz: 281ee738d89a264c09270c75533df5e71dd9e976ca1227047ae457a7b4986b9ecbb86fa75dd2b3216cbe02d5ded3446652f11101a3967fbd1fff7509c63ae401
@@ -54,7 +54,7 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
54
54
  autoload :Operation, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/operation.rb'
55
55
  autoload :StorageAccount, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/storage_account.rb'
56
56
  autoload :ErrorResponse, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/error_response.rb'
57
- autoload :NetworkSettings, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/network_settings.rb'
57
+ autoload :NetworkProperties, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/network_properties.rb'
58
58
  autoload :ApplicationGetHttpsEndpoint, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/application_get_https_endpoint.rb'
59
59
  autoload :EncryptionInTransitProperties, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/encryption_in_transit_properties.rb'
60
60
  autoload :ApplicationGetEndpoint, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/application_get_endpoint.rb'
@@ -115,8 +115,8 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
115
115
  autoload :Application, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/application.rb'
116
116
  autoload :DirectoryType, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/directory_type.rb'
117
117
  autoload :DaysOfWeek, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/days_of_week.rb'
118
- autoload :PublicNetworkAccess, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/public_network_access.rb'
119
- autoload :OutboundOnlyPublicNetworkAccessType, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/outbound_only_public_network_access_type.rb'
118
+ autoload :ResourceProviderConnection, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/resource_provider_connection.rb'
119
+ autoload :PrivateLink, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/private_link.rb'
120
120
  autoload :OSType, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/ostype.rb'
121
121
  autoload :Tier, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/tier.rb'
122
122
  autoload :JsonWebKeyEncryptionAlgorithm, '2015-03-01-preview/generated/azure_mgmt_hdinsight/models/json_web_key_encryption_algorithm.rb'
@@ -154,7 +154,7 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
154
154
  #
155
155
  def add_telemetry
156
156
  sdk_information = 'azure_mgmt_hdinsight'
157
- sdk_information = "#{sdk_information}/0.18.3"
157
+ sdk_information = "#{sdk_information}/0.18.4"
158
158
  add_user_agent_information(sdk_information)
159
159
  end
160
160
  end
@@ -49,8 +49,8 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
49
49
  # @return [String] The minimal supported tls version.
50
50
  attr_accessor :min_supported_tls_version
51
51
 
52
- # @return [NetworkSettings] The network settings.
53
- attr_accessor :network_settings
52
+ # @return [NetworkProperties] The network properties.
53
+ attr_accessor :network_properties
54
54
 
55
55
 
56
56
  #
@@ -163,13 +163,13 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
163
163
  name: 'String'
164
164
  }
165
165
  },
166
- network_settings: {
166
+ network_properties: {
167
167
  client_side_validation: true,
168
168
  required: false,
169
- serialized_name: 'networkSettings',
169
+ serialized_name: 'networkProperties',
170
170
  type: {
171
171
  name: 'Composite',
172
- class_name: 'NetworkSettings'
172
+ class_name: 'NetworkProperties'
173
173
  }
174
174
  }
175
175
  }
@@ -23,6 +23,9 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
23
23
  # 'Premium'
24
24
  attr_accessor :tier
25
25
 
26
+ # @return [String] The cluster id.
27
+ attr_accessor :cluster_id
28
+
26
29
  # @return [ClusterDefinition] The cluster definition.
27
30
  attr_accessor :cluster_definition
28
31
 
@@ -67,8 +70,8 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
67
70
  # @return [String] The minimal supported tls version.
68
71
  attr_accessor :min_supported_tls_version
69
72
 
70
- # @return [NetworkSettings] The network settings.
71
- attr_accessor :network_settings
73
+ # @return [NetworkProperties] The network properties.
74
+ attr_accessor :network_properties
72
75
 
73
76
 
74
77
  #
@@ -110,6 +113,14 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
110
113
  module: 'Tier'
111
114
  }
112
115
  },
116
+ cluster_id: {
117
+ client_side_validation: true,
118
+ required: false,
119
+ serialized_name: 'clusterId',
120
+ type: {
121
+ name: 'String'
122
+ }
123
+ },
113
124
  cluster_definition: {
114
125
  client_side_validation: true,
115
126
  required: true,
@@ -240,13 +251,13 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
240
251
  name: 'String'
241
252
  }
242
253
  },
243
- network_settings: {
254
+ network_properties: {
244
255
  client_side_validation: true,
245
256
  required: false,
246
- serialized_name: 'networkSettings',
257
+ serialized_name: 'networkProperties',
247
258
  type: {
248
259
  name: 'Composite',
249
- class_name: 'NetworkSettings'
260
+ class_name: 'NetworkProperties'
250
261
  }
251
262
  }
252
263
  }
@@ -0,0 +1,59 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
7
+ module Models
8
+ #
9
+ # The network properties.
10
+ #
11
+ class NetworkProperties
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [ResourceProviderConnection] The direction for the resource
16
+ # provider connection. Possible values include: 'Inbound', 'Outbound'
17
+ attr_accessor :resource_provider_connection
18
+
19
+ # @return [PrivateLink] Indicates whether or not private link is enabled.
20
+ # Possible values include: 'Disabled', 'Enabled'
21
+ attr_accessor :private_link
22
+
23
+
24
+ #
25
+ # Mapper for NetworkProperties class as Ruby Hash.
26
+ # This will be used for serialization/deserialization.
27
+ #
28
+ def self.mapper()
29
+ {
30
+ client_side_validation: true,
31
+ required: false,
32
+ serialized_name: 'NetworkProperties',
33
+ type: {
34
+ name: 'Composite',
35
+ class_name: 'NetworkProperties',
36
+ model_properties: {
37
+ resource_provider_connection: {
38
+ client_side_validation: true,
39
+ required: false,
40
+ serialized_name: 'resourceProviderConnection',
41
+ type: {
42
+ name: 'String'
43
+ }
44
+ },
45
+ private_link: {
46
+ client_side_validation: true,
47
+ required: false,
48
+ serialized_name: 'privateLink',
49
+ type: {
50
+ name: 'String'
51
+ }
52
+ }
53
+ }
54
+ }
55
+ }
56
+ end
57
+ end
58
+ end
59
+ end
@@ -6,11 +6,11 @@
6
6
  module Azure::Hdinsight::Mgmt::V2015_03_01_preview
7
7
  module Models
8
8
  #
9
- # Defines values for PublicNetworkAccess
9
+ # Defines values for PrivateLink
10
10
  #
11
- module PublicNetworkAccess
12
- InboundAndOutbound = "InboundAndOutbound"
13
- OutboundOnly = "OutboundOnly"
11
+ module PrivateLink
12
+ Disabled = "Disabled"
13
+ Enabled = "Enabled"
14
14
  end
15
15
  end
16
16
  end
@@ -6,11 +6,11 @@
6
6
  module Azure::Hdinsight::Mgmt::V2015_03_01_preview
7
7
  module Models
8
8
  #
9
- # Defines values for OutboundOnlyPublicNetworkAccessType
9
+ # Defines values for ResourceProviderConnection
10
10
  #
11
- module OutboundOnlyPublicNetworkAccessType
12
- PublicLoadBalancer = "PublicLoadBalancer"
13
- UDR = "UDR"
11
+ module ResourceProviderConnection
12
+ Inbound = "Inbound"
13
+ Outbound = "Outbound"
14
14
  end
15
15
  end
16
16
  end
@@ -33,28 +33,29 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
33
33
 
34
34
  module Models
35
35
  autoload :ClusterListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_list_result.rb'
36
+ autoload :ClusterDefinition, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_definition.rb'
36
37
  autoload :ClusterResizeParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_resize_parameters.rb'
37
- autoload :ClientGroupInfo, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/client_group_info.rb'
38
+ autoload :KafkaRestProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/kafka_rest_properties.rb'
38
39
  autoload :ClusterDiskEncryptionParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_disk_encryption_parameters.rb'
39
- autoload :SecurityProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/security_profile.rb'
40
+ autoload :AutoscaleTimeAndCapacity, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_time_and_capacity.rb'
40
41
  autoload :UpdateGatewaySettingsParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/update_gateway_settings_parameters.rb'
41
- autoload :AutoscaleSchedule, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_schedule.rb'
42
+ autoload :AutoscaleCapacity, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_capacity.rb'
42
43
  autoload :GatewaySettings, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/gateway_settings.rb'
43
- autoload :AutoscaleRecurrence, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_recurrence.rb'
44
+ autoload :Autoscale, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale.rb'
44
45
  autoload :OperationResource, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_resource.rb'
45
- autoload :AutoscaleConfigurationUpdateParameter, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_configuration_update_parameter.rb'
46
+ autoload :HardwareProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/hardware_profile.rb'
46
47
  autoload :Resource, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/resource.rb'
48
+ autoload :DataDisksGroups, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/data_disks_groups.rb'
47
49
  autoload :VirtualNetworkProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/virtual_network_profile.rb'
48
- autoload :HardwareProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/hardware_profile.rb'
50
+ autoload :SshProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/ssh_profile.rb'
49
51
  autoload :SshPublicKey, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/ssh_public_key.rb'
50
- autoload :DataDisksGroups, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/data_disks_groups.rb'
51
- autoload :LinuxOperatingSystemProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/linux_operating_system_profile.rb'
52
+ autoload :OsProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/os_profile.rb'
52
53
  autoload :HostInfo, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/host_info.rb'
53
- autoload :ScriptAction, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action.rb'
54
+ autoload :Role, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/role.rb'
54
55
  autoload :OperationListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_list_result.rb'
55
- autoload :ComputeProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/compute_profile.rb'
56
+ autoload :StorageAccount, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/storage_account.rb'
56
57
  autoload :ErrorResponse, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/error_response.rb'
57
- autoload :StorageProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/storage_profile.rb'
58
+ autoload :NetworkProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/network_properties.rb'
58
59
  autoload :ApplicationGetHttpsEndpoint, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_get_https_endpoint.rb'
59
60
  autoload :DiskEncryptionProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/disk_encryption_properties.rb'
60
61
  autoload :ApplicationGetEndpoint, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_get_endpoint.rb'
@@ -75,15 +76,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
75
76
  autoload :OperationDisplay, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_display.rb'
76
77
  autoload :ClusterListRuntimeScriptActionDetailResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_list_runtime_script_action_detail_result.rb'
77
78
  autoload :VmSizeCompatibilityFilter, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/vm_size_compatibility_filter.rb'
78
- autoload :KafkaRestProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/kafka_rest_properties.rb'
79
+ autoload :SecurityProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/security_profile.rb'
79
80
  autoload :RegionalQuotaCapability, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/regional_quota_capability.rb'
80
- autoload :AutoscaleCapacity, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_capacity.rb'
81
+ autoload :AutoscaleRecurrence, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_recurrence.rb'
81
82
  autoload :QuotaCapability, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/quota_capability.rb'
82
- autoload :SshProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/ssh_profile.rb'
83
+ autoload :LinuxOperatingSystemProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/linux_operating_system_profile.rb'
83
84
  autoload :CapabilitiesResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/capabilities_result.rb'
84
- autoload :Role, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/role.rb'
85
+ autoload :ComputeProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/compute_profile.rb'
85
86
  autoload :LocalizedName, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/localized_name.rb'
86
- autoload :NetworkProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/network_properties.rb'
87
+ autoload :ComputeIsolationProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/compute_isolation_properties.rb'
87
88
  autoload :Usage, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/usage.rb'
88
89
  autoload :ClusterIdentityUserAssignedIdentitiesValue, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_identity_user_assigned_identities_value.rb'
89
90
  autoload :UsagesListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/usages_list_result.rb'
@@ -92,23 +93,23 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
92
93
  autoload :BillingMeters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/billing_meters.rb'
93
94
  autoload :ScriptActionExecutionSummary, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action_execution_summary.rb'
94
95
  autoload :DiskBillingMeters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/disk_billing_meters.rb'
95
- autoload :AutoscaleTimeAndCapacity, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_time_and_capacity.rb'
96
+ autoload :AutoscaleSchedule, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_schedule.rb'
96
97
  autoload :BillingResources, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/billing_resources.rb'
97
- autoload :OsProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/os_profile.rb'
98
+ autoload :ScriptAction, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action.rb'
98
99
  autoload :BillingResponseListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/billing_response_list_result.rb'
99
100
  autoload :EncryptionInTransitProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/encryption_in_transit_properties.rb'
100
101
  autoload :ClusterConfigurations, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_configurations.rb'
101
102
  autoload :ConnectivityEndpoint, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/connectivity_endpoint.rb'
102
103
  autoload :Extension, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/extension.rb'
103
- autoload :ClusterDefinition, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_definition.rb'
104
+ autoload :ClientGroupInfo, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/client_group_info.rb'
104
105
  autoload :ClusterMonitoringResponse, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_monitoring_response.rb'
105
- autoload :StorageAccount, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/storage_account.rb'
106
+ autoload :StorageProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/storage_profile.rb'
106
107
  autoload :ClusterMonitoringRequest, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_monitoring_request.rb'
107
108
  autoload :ExecuteScriptActionParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/execute_script_action_parameters.rb'
108
109
  autoload :ScriptActionExecutionHistoryList, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action_execution_history_list.rb'
109
110
  autoload :ClusterCreateParametersExtended, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_parameters_extended.rb'
110
111
  autoload :ScriptActionPersistedGetResponseSpec, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action_persisted_get_response_spec.rb'
111
- autoload :Autoscale, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale.rb'
112
+ autoload :AutoscaleConfigurationUpdateParameter, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_configuration_update_parameter.rb'
112
113
  autoload :ScriptActionsList, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_actions_list.rb'
113
114
  autoload :RuntimeScriptActionDetail, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/runtime_script_action_detail.rb'
114
115
  autoload :TrackedResource, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/tracked_resource.rb'
@@ -158,7 +158,7 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
158
158
  #
159
159
  def add_telemetry
160
160
  sdk_information = 'azure_mgmt_hdinsight'
161
- sdk_information = "#{sdk_information}/0.18.3"
161
+ sdk_information = "#{sdk_information}/0.18.4"
162
162
  add_user_agent_information(sdk_information)
163
163
  end
164
164
  end
@@ -52,6 +52,9 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
52
52
  # @return [NetworkProperties] The network properties.
53
53
  attr_accessor :network_properties
54
54
 
55
+ # @return [ComputeIsolationProperties] The compute isolation properties.
56
+ attr_accessor :compute_isolation_properties
57
+
55
58
 
56
59
  #
57
60
  # Mapper for ClusterCreateProperties class as Ruby Hash.
@@ -171,6 +174,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
171
174
  name: 'Composite',
172
175
  class_name: 'NetworkProperties'
173
176
  }
177
+ },
178
+ compute_isolation_properties: {
179
+ client_side_validation: true,
180
+ required: false,
181
+ serialized_name: 'computeIsolationProperties',
182
+ type: {
183
+ name: 'Composite',
184
+ class_name: 'ComputeIsolationProperties'
185
+ }
174
186
  }
175
187
  }
176
188
  }
@@ -73,6 +73,9 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
73
73
  # @return [NetworkProperties] The network properties.
74
74
  attr_accessor :network_properties
75
75
 
76
+ # @return [ComputeIsolationProperties] The compute isolation properties.
77
+ attr_accessor :compute_isolation_properties
78
+
76
79
 
77
80
  #
78
81
  # Mapper for ClusterGetProperties class as Ruby Hash.
@@ -259,6 +262,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
259
262
  name: 'Composite',
260
263
  class_name: 'NetworkProperties'
261
264
  }
265
+ },
266
+ compute_isolation_properties: {
267
+ client_side_validation: true,
268
+ required: false,
269
+ serialized_name: 'computeIsolationProperties',
270
+ type: {
271
+ name: 'Composite',
272
+ class_name: 'ComputeIsolationProperties'
273
+ }
262
274
  }
263
275
  }
264
276
  }
@@ -0,0 +1,58 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
7
+ module Models
8
+ #
9
+ # The compute isolation properties.
10
+ #
11
+ class ComputeIsolationProperties
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Boolean] The flag indicates whether enable compute isolation
16
+ # or not.
17
+ attr_accessor :enable_compute_isolation
18
+
19
+ # @return [String] The host sku.
20
+ attr_accessor :host_sku
21
+
22
+
23
+ #
24
+ # Mapper for ComputeIsolationProperties class as Ruby Hash.
25
+ # This will be used for serialization/deserialization.
26
+ #
27
+ def self.mapper()
28
+ {
29
+ client_side_validation: true,
30
+ required: false,
31
+ serialized_name: 'ComputeIsolationProperties',
32
+ type: {
33
+ name: 'Composite',
34
+ class_name: 'ComputeIsolationProperties',
35
+ model_properties: {
36
+ enable_compute_isolation: {
37
+ client_side_validation: true,
38
+ required: false,
39
+ serialized_name: 'enableComputeIsolation',
40
+ type: {
41
+ name: 'Boolean'
42
+ }
43
+ },
44
+ host_sku: {
45
+ client_side_validation: true,
46
+ required: false,
47
+ serialized_name: 'hostSku',
48
+ type: {
49
+ name: 'String'
50
+ }
51
+ }
52
+ }
53
+ }
54
+ }
55
+ end
56
+ end
57
+ end
58
+ end
@@ -15,6 +15,12 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
15
15
  # @return [String] The host name
16
16
  attr_accessor :name
17
17
 
18
+ # @return [String] The Fully Qualified Domain Name of host
19
+ attr_accessor :fqdn
20
+
21
+ # @return [String] The effective disk encryption key URL used by the host
22
+ attr_accessor :effective_disk_encryption_key_url
23
+
18
24
 
19
25
  #
20
26
  # Mapper for HostInfo class as Ruby Hash.
@@ -36,6 +42,22 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
36
42
  type: {
37
43
  name: 'String'
38
44
  }
45
+ },
46
+ fqdn: {
47
+ client_side_validation: true,
48
+ required: false,
49
+ serialized_name: 'fqdn',
50
+ type: {
51
+ name: 'String'
52
+ }
53
+ },
54
+ effective_disk_encryption_key_url: {
55
+ client_side_validation: true,
56
+ required: false,
57
+ serialized_name: 'effectiveDiskEncryptionKeyUrl',
58
+ type: {
59
+ name: 'String'
60
+ }
39
61
  }
40
62
  }
41
63
  }
@@ -18,28 +18,29 @@ module Azure::Hdinsight::Profiles::Latest
18
18
 
19
19
  module Models
20
20
  ClusterListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
21
+ ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
21
22
  ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
22
- ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
23
+ KafkaRestProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
23
24
  ClusterDiskEncryptionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
24
- SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
25
+ AutoscaleTimeAndCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
25
26
  UpdateGatewaySettingsParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
26
- AutoscaleSchedule = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
27
+ AutoscaleCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
27
28
  GatewaySettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
28
- AutoscaleRecurrence = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
29
+ Autoscale = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
29
30
  OperationResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
30
- AutoscaleConfigurationUpdateParameter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleConfigurationUpdateParameter
31
+ HardwareProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
31
32
  Resource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
33
+ DataDisksGroups = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
32
34
  VirtualNetworkProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
33
- HardwareProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
35
+ SshProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
34
36
  SshPublicKey = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
35
- DataDisksGroups = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
36
- LinuxOperatingSystemProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
37
+ OsProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
37
38
  HostInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfo
38
- ScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
39
+ Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
39
40
  OperationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
40
- ComputeProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
41
+ StorageAccount = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
41
42
  ErrorResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
42
- StorageProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
43
+ NetworkProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::NetworkProperties
43
44
  ApplicationGetHttpsEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
44
45
  DiskEncryptionProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
45
46
  ApplicationGetEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
@@ -60,15 +61,15 @@ module Azure::Hdinsight::Profiles::Latest
60
61
  OperationDisplay = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
61
62
  ClusterListRuntimeScriptActionDetailResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
62
63
  VmSizeCompatibilityFilter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
63
- KafkaRestProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
64
+ SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
64
65
  RegionalQuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
65
- AutoscaleCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
66
+ AutoscaleRecurrence = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
66
67
  QuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
67
- SshProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
68
+ LinuxOperatingSystemProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
68
69
  CapabilitiesResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
69
- Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
70
+ ComputeProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
70
71
  LocalizedName = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
71
- NetworkProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::NetworkProperties
72
+ ComputeIsolationProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeIsolationProperties
72
73
  Usage = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
73
74
  ClusterIdentityUserAssignedIdentitiesValue = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
74
75
  UsagesListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
@@ -77,23 +78,23 @@ module Azure::Hdinsight::Profiles::Latest
77
78
  BillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
78
79
  ScriptActionExecutionSummary = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
79
80
  DiskBillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
80
- AutoscaleTimeAndCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
81
+ AutoscaleSchedule = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
81
82
  BillingResources = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
82
- OsProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
83
+ ScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
83
84
  BillingResponseListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
84
85
  EncryptionInTransitProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::EncryptionInTransitProperties
85
86
  ClusterConfigurations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
86
87
  ConnectivityEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
87
88
  Extension = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
88
- ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
89
+ ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
89
90
  ClusterMonitoringResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
90
- StorageAccount = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
91
+ StorageProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
91
92
  ClusterMonitoringRequest = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
92
93
  ExecuteScriptActionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
93
94
  ScriptActionExecutionHistoryList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
94
95
  ClusterCreateParametersExtended = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
95
96
  ScriptActionPersistedGetResponseSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
96
- Autoscale = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
97
+ AutoscaleConfigurationUpdateParameter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleConfigurationUpdateParameter
97
98
  ScriptActionsList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
98
99
  RuntimeScriptActionDetail = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
99
100
  TrackedResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::TrackedResource
@@ -169,71 +170,74 @@ module Azure::Hdinsight::Profiles::Latest
169
170
  def cluster_list_result
170
171
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
171
172
  end
173
+ def cluster_definition
174
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
175
+ end
172
176
  def cluster_resize_parameters
173
177
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
174
178
  end
175
- def client_group_info
176
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
179
+ def kafka_rest_properties
180
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
177
181
  end
178
182
  def cluster_disk_encryption_parameters
179
183
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
180
184
  end
181
- def security_profile
182
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
185
+ def autoscale_time_and_capacity
186
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
183
187
  end
184
188
  def update_gateway_settings_parameters
185
189
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
186
190
  end
187
- def autoscale_schedule
188
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
191
+ def autoscale_capacity
192
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
189
193
  end
190
194
  def gateway_settings
191
195
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
192
196
  end
193
- def autoscale_recurrence
194
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
197
+ def autoscale
198
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
195
199
  end
196
200
  def operation_resource
197
201
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
198
202
  end
199
- def autoscale_configuration_update_parameter
200
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleConfigurationUpdateParameter
203
+ def hardware_profile
204
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
201
205
  end
202
206
  def resource
203
207
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
204
208
  end
209
+ def data_disks_groups
210
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
211
+ end
205
212
  def virtual_network_profile
206
213
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
207
214
  end
208
- def hardware_profile
209
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
215
+ def ssh_profile
216
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
210
217
  end
211
218
  def ssh_public_key
212
219
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
213
220
  end
214
- def data_disks_groups
215
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
216
- end
217
- def linux_operating_system_profile
218
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
221
+ def os_profile
222
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
219
223
  end
220
224
  def host_info
221
225
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfo
222
226
  end
223
- def script_action
224
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
227
+ def role
228
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
225
229
  end
226
230
  def operation_list_result
227
231
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
228
232
  end
229
- def compute_profile
230
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
233
+ def storage_account
234
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
231
235
  end
232
236
  def error_response
233
237
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
234
238
  end
235
- def storage_profile
236
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
239
+ def network_properties
240
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::NetworkProperties
237
241
  end
238
242
  def application_get_https_endpoint
239
243
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
@@ -295,32 +299,32 @@ module Azure::Hdinsight::Profiles::Latest
295
299
  def vm_size_compatibility_filter
296
300
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
297
301
  end
298
- def kafka_rest_properties
299
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
302
+ def security_profile
303
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
300
304
  end
301
305
  def regional_quota_capability
302
306
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
303
307
  end
304
- def autoscale_capacity
305
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
308
+ def autoscale_recurrence
309
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
306
310
  end
307
311
  def quota_capability
308
312
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
309
313
  end
310
- def ssh_profile
311
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
314
+ def linux_operating_system_profile
315
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
312
316
  end
313
317
  def capabilities_result
314
318
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
315
319
  end
316
- def role
317
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
320
+ def compute_profile
321
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
318
322
  end
319
323
  def localized_name
320
324
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
321
325
  end
322
- def network_properties
323
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::NetworkProperties
326
+ def compute_isolation_properties
327
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeIsolationProperties
324
328
  end
325
329
  def usage
326
330
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
@@ -346,14 +350,14 @@ module Azure::Hdinsight::Profiles::Latest
346
350
  def disk_billing_meters
347
351
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
348
352
  end
349
- def autoscale_time_and_capacity
350
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
353
+ def autoscale_schedule
354
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
351
355
  end
352
356
  def billing_resources
353
357
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
354
358
  end
355
- def os_profile
356
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
359
+ def script_action
360
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
357
361
  end
358
362
  def billing_response_list_result
359
363
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
@@ -370,14 +374,14 @@ module Azure::Hdinsight::Profiles::Latest
370
374
  def extension
371
375
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
372
376
  end
373
- def cluster_definition
374
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
377
+ def client_group_info
378
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
375
379
  end
376
380
  def cluster_monitoring_response
377
381
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
378
382
  end
379
- def storage_account
380
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
383
+ def storage_profile
384
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
381
385
  end
382
386
  def cluster_monitoring_request
383
387
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
@@ -394,8 +398,8 @@ module Azure::Hdinsight::Profiles::Latest
394
398
  def script_action_persisted_get_response_spec
395
399
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
396
400
  end
397
- def autoscale
398
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
401
+ def autoscale_configuration_update_parameter
402
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleConfigurationUpdateParameter
399
403
  end
400
404
  def script_actions_list
401
405
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure::Hdinsight::Mgmt
6
- VERSION = '0.18.3'
6
+ VERSION = '0.18.4'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_hdinsight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.3
4
+ version: 0.18.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-02 00:00:00.000000000 Z
11
+ date: 2021-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -147,22 +147,22 @@ files:
147
147
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/kafka_rest_properties.rb
148
148
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/linux_operating_system_profile.rb
149
149
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/localized_name.rb
150
- - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/network_settings.rb
150
+ - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/network_properties.rb
151
151
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/operation.rb
152
152
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/operation_display.rb
153
153
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/operation_list_result.rb
154
154
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/operation_resource.rb
155
155
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/os_profile.rb
156
156
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/ostype.rb
157
- - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/outbound_only_public_network_access_type.rb
157
+ - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/private_link.rb
158
158
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/proxy_resource.rb
159
- - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/public_network_access.rb
160
159
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/quota_capability.rb
161
160
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/quota_info.rb
162
161
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/regional_quota_capability.rb
163
162
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/regions_capability.rb
164
163
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/resource.rb
165
164
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/resource_identity_type.rb
165
+ - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/resource_provider_connection.rb
166
166
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/role.rb
167
167
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/runtime_script_action.rb
168
168
  - lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/runtime_script_action_detail.rb
@@ -231,6 +231,7 @@ files:
231
231
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_monitoring_response.rb
232
232
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_patch_parameters.rb
233
233
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_resize_parameters.rb
234
+ - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/compute_isolation_properties.rb
234
235
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/compute_profile.rb
235
236
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/connectivity_endpoint.rb
236
237
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/data_disks_groups.rb
@@ -1,61 +0,0 @@
1
- # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator.
3
- # Changes may cause incorrect behavior and will be lost if the code is
4
- # regenerated.
5
-
6
- module Azure::Hdinsight::Mgmt::V2015_03_01_preview
7
- module Models
8
- #
9
- # The network settings.
10
- #
11
- class NetworkSettings
12
-
13
- include MsRestAzure
14
-
15
- # @return [PublicNetworkAccess] Specifies whether public network access
16
- # is enabled for inbound and outbound, or outbound only. Possible values
17
- # include: 'InboundAndOutbound', 'OutboundOnly'
18
- attr_accessor :public_network_access
19
-
20
- # @return [OutboundOnlyPublicNetworkAccessType] The mechanism through
21
- # which the cluster will have outbound access to the public network.
22
- # Possible values include: 'PublicLoadBalancer', 'UDR'
23
- attr_accessor :outbound_only_public_network_access_type
24
-
25
-
26
- #
27
- # Mapper for NetworkSettings class as Ruby Hash.
28
- # This will be used for serialization/deserialization.
29
- #
30
- def self.mapper()
31
- {
32
- client_side_validation: true,
33
- required: false,
34
- serialized_name: 'NetworkSettings',
35
- type: {
36
- name: 'Composite',
37
- class_name: 'NetworkSettings',
38
- model_properties: {
39
- public_network_access: {
40
- client_side_validation: true,
41
- required: false,
42
- serialized_name: 'publicNetworkAccess',
43
- type: {
44
- name: 'String'
45
- }
46
- },
47
- outbound_only_public_network_access_type: {
48
- client_side_validation: true,
49
- required: false,
50
- serialized_name: 'outboundOnlyPublicNetworkAccessType',
51
- type: {
52
- name: 'String'
53
- }
54
- }
55
- }
56
- }
57
- }
58
- end
59
- end
60
- end
61
- end