azure_mgmt_hdinsight 0.17.8 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7b2e2b2c0faec59f7fcb0221e79bd1967ee123fefc4aecd29c5338246c56ba1
4
- data.tar.gz: a8c01467e92e2f6adc7aee6e10cab47f7bd29eaf59c60e49c4a9ac82787d8140
3
+ metadata.gz: 1fdd49cb791b19f36a1d008249ea484ec888dc1cc6e92b459d1a6429cf49cf17
4
+ data.tar.gz: 6b441136b0fcdcdb15e28c44f1eb73d221c9f2b63448c1fe230967482d031011
5
5
  SHA512:
6
- metadata.gz: 927d952527d7c71285e8f8a86a001da1adaeec51aaf07c816157df0c31b3095ead38f4a2b228ff69bfd261b6ccdc68acebea4667f19562c58546fc44ee714244
7
- data.tar.gz: 74235cba28f0c07d4370fca50c142fcb328a7e1d0a8d59cc478756fe6b8136d846cf9b5e11e363d57349b457c4a9288602431bf5d79625500d00633186d7c32f
6
+ metadata.gz: 5d43e30d94f37cbfeab5dd590e8a7a61c26f331380abbe2dce913c9c1f927393f7baaa425f560e0e74cc366d364ab972d596bb3663df4a96e272c776854ff710
7
+ data.tar.gz: 58aa48193847b7f4d757e4ec12a3013ac2dfc7af3dca1876721d5df50ba25668d99f22190ab45cbd16951b7e4c70b930fb80352eb05f8567942002a39dfa9026
@@ -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.17.8"
157
+ sdk_information = "#{sdk_information}/0.18.0"
158
158
  add_user_agent_information(sdk_information)
159
159
  end
160
160
  end
@@ -33,81 +33,80 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
33
33
 
34
34
  module Models
35
35
  autoload :ClusterDiskEncryptionParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_disk_encryption_parameters.rb'
36
+ autoload :ClusterDefinition, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_definition.rb'
36
37
  autoload :UpdateGatewaySettingsParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/update_gateway_settings_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 :GatewaySettings, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/gateway_settings.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 :OperationResource, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_resource.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 :Resource, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/resource.rb'
44
+ autoload :Autoscale, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale.rb'
43
45
  autoload :AutoscaleRecurrence, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_recurrence.rb'
44
- autoload :AutoscaleCapacity, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_capacity.rb'
46
+ autoload :VirtualNetworkProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/virtual_network_profile.rb'
45
47
  autoload :HardwareProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/hardware_profile.rb'
46
- autoload :Autoscale, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale.rb'
47
- autoload :DataDisksGroups, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/data_disks_groups.rb'
48
- autoload :HostInfoListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/host_info_list_result.rb'
49
- autoload :SshProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/ssh_profile.rb'
48
+ autoload :SshPublicKey, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/ssh_public_key.rb'
50
49
  autoload :HostInfo, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/host_info.rb'
51
- autoload :OsProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/os_profile.rb'
50
+ autoload :LinuxOperatingSystemProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/linux_operating_system_profile.rb'
51
+ autoload :OperationListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_list_result.rb'
52
+ autoload :ScriptAction, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action.rb'
52
53
  autoload :ErrorResponse, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/error_response.rb'
53
- autoload :Role, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/role.rb'
54
+ autoload :ComputeProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/compute_profile.rb'
54
55
  autoload :ApplicationGetHttpsEndpoint, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_get_https_endpoint.rb'
55
- autoload :StorageAccount, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/storage_account.rb'
56
+ autoload :StorageProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/storage_profile.rb'
56
57
  autoload :ApplicationGetEndpoint, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_get_endpoint.rb'
57
- autoload :DiskEncryptionProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/disk_encryption_properties.rb'
58
+ autoload :ClusterCreateProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb'
58
59
  autoload :ApplicationProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_properties.rb'
59
- autoload :ClusterIdentityUserAssignedIdentitiesValue, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_identity_user_assigned_identities_value.rb'
60
- autoload :OperationListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_list_result.rb'
61
- autoload :ClusterCreateParametersExtended, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_parameters_extended.rb'
60
+ autoload :ClusterIdentity, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_identity.rb'
61
+ autoload :Operation, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation.rb'
62
+ autoload :ClusterPatchParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_patch_parameters.rb'
62
63
  autoload :ApplicationListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_list_result.rb'
63
- autoload :QuotaInfo, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/quota_info.rb'
64
+ autoload :Errors, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/errors.rb'
64
65
  autoload :VersionSpec, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/version_spec.rb'
65
- autoload :ConnectivityEndpoint, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/connectivity_endpoint.rb'
66
+ autoload :ClusterGetProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb'
66
67
  autoload :VersionsCapability, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/versions_capability.rb'
68
+ autoload :RuntimeScriptAction, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/runtime_script_action.rb'
67
69
  autoload :RegionsCapability, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/regions_capability.rb'
68
- autoload :ExecuteScriptActionParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/execute_script_action_parameters.rb'
70
+ autoload :ClusterListPersistedScriptActionsResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_list_persisted_script_actions_result.rb'
69
71
  autoload :VmSizesCapability, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/vm_sizes_capability.rb'
70
- autoload :ScriptActionExecutionSummary, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action_execution_summary.rb'
71
- autoload :VmSizeCompatibilityFilter, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/vm_size_compatibility_filter.rb'
72
+ autoload :OperationDisplay, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_display.rb'
72
73
  autoload :ClusterListRuntimeScriptActionDetailResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_list_runtime_script_action_detail_result.rb'
73
- autoload :RegionalQuotaCapability, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/regional_quota_capability.rb'
74
+ autoload :VmSizeCompatibilityFilter, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/vm_size_compatibility_filter.rb'
74
75
  autoload :ClusterResizeParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_resize_parameters.rb'
76
+ autoload :RegionalQuotaCapability, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/regional_quota_capability.rb'
77
+ autoload :SecurityProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/security_profile.rb'
75
78
  autoload :QuotaCapability, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/quota_capability.rb'
76
- autoload :KafkaRestProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/kafka_rest_properties.rb'
79
+ autoload :DataDisksGroups, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/data_disks_groups.rb'
77
80
  autoload :CapabilitiesResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/capabilities_result.rb'
78
- autoload :VirtualNetworkProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/virtual_network_profile.rb'
81
+ autoload :OsProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/os_profile.rb'
79
82
  autoload :LocalizedName, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/localized_name.rb'
80
- autoload :LinuxOperatingSystemProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/linux_operating_system_profile.rb'
83
+ autoload :StorageAccount, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/storage_account.rb'
81
84
  autoload :Usage, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/usage.rb'
82
- autoload :ComputeProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/compute_profile.rb'
85
+ autoload :ClusterIdentityUserAssignedIdentitiesValue, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_identity_user_assigned_identities_value.rb'
83
86
  autoload :UsagesListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/usages_list_result.rb'
84
- autoload :ClusterCreateProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_properties.rb'
87
+ autoload :QuotaInfo, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/quota_info.rb'
85
88
  autoload :VmSizeCompatibilityFilterV2, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/vm_size_compatibility_filter_v2.rb'
86
- autoload :ClusterPatchParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_patch_parameters.rb'
87
89
  autoload :BillingMeters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/billing_meters.rb'
88
- autoload :ClusterGetProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb'
90
+ autoload :ScriptActionExecutionSummary, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action_execution_summary.rb'
89
91
  autoload :DiskBillingMeters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/disk_billing_meters.rb'
90
- autoload :ClusterListPersistedScriptActionsResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_list_persisted_script_actions_result.rb'
92
+ autoload :ClientGroupInfo, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/client_group_info.rb'
91
93
  autoload :BillingResources, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/billing_resources.rb'
92
- autoload :ClusterListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_list_result.rb'
94
+ autoload :SshProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/ssh_profile.rb'
93
95
  autoload :BillingResponseListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/billing_response_list_result.rb'
94
- autoload :AutoscaleTimeAndCapacity, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_time_and_capacity.rb'
96
+ autoload :DiskEncryptionProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/disk_encryption_properties.rb'
95
97
  autoload :ClusterConfigurations, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_configurations.rb'
96
- autoload :ScriptAction, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action.rb'
98
+ autoload :ConnectivityEndpoint, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/connectivity_endpoint.rb'
97
99
  autoload :Extension, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/extension.rb'
98
- autoload :ClusterIdentity, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_identity.rb'
100
+ autoload :ClusterListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_list_result.rb'
99
101
  autoload :ClusterMonitoringResponse, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_monitoring_response.rb'
100
- autoload :RuntimeScriptAction, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/runtime_script_action.rb'
102
+ autoload :Role, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/role.rb'
101
103
  autoload :ClusterMonitoringRequest, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_monitoring_request.rb'
102
- autoload :ClusterDefinition, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_definition.rb'
104
+ autoload :ExecuteScriptActionParameters, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/execute_script_action_parameters.rb'
103
105
  autoload :ScriptActionExecutionHistoryList, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action_execution_history_list.rb'
104
- autoload :StorageProfile, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/storage_profile.rb'
106
+ autoload :ClusterCreateParametersExtended, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_create_parameters_extended.rb'
105
107
  autoload :ScriptActionPersistedGetResponseSpec, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_action_persisted_get_response_spec.rb'
106
- autoload :Operation, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation.rb'
107
- autoload :SshPublicKey, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/ssh_public_key.rb'
108
+ autoload :AutoscaleSchedule, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_schedule.rb'
108
109
  autoload :ScriptActionsList, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/script_actions_list.rb'
109
- autoload :Errors, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/errors.rb'
110
- autoload :OperationDisplay, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_display.rb'
111
110
  autoload :RuntimeScriptActionDetail, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/runtime_script_action_detail.rb'
112
111
  autoload :TrackedResource, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/tracked_resource.rb'
113
112
  autoload :Cluster, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster.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.17.8"
161
+ sdk_information = "#{sdk_information}/0.18.0"
162
162
  add_user_agent_information(sdk_information)
163
163
  end
164
164
  end
@@ -29,7 +29,7 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
29
29
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
30
30
  # will be added to the HTTP request.
31
31
  #
32
- # @return [HostInfoListResult] operation results.
32
+ # @return [Array] operation results.
33
33
  #
34
34
  def list_hosts(resource_group_name, cluster_name, custom_headers:nil)
35
35
  response = list_hosts_async(resource_group_name, cluster_name, custom_headers:custom_headers).value!
@@ -102,7 +102,23 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
102
102
  if status_code == 200
103
103
  begin
104
104
  parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
105
- result_mapper = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfoListResult.mapper()
105
+ result_mapper = {
106
+ client_side_validation: true,
107
+ required: false,
108
+ serialized_name: 'parsed_response',
109
+ type: {
110
+ name: 'Sequence',
111
+ element: {
112
+ client_side_validation: true,
113
+ required: false,
114
+ serialized_name: 'HostInfoElementType',
115
+ type: {
116
+ name: 'Composite',
117
+ class_name: 'HostInfo'
118
+ }
119
+ }
120
+ }
121
+ }
106
122
  result.body = @client.deserialize(result_mapper, parsed_response)
107
123
  rescue Exception => e
108
124
  fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
@@ -18,81 +18,80 @@ module Azure::Hdinsight::Profiles::Latest
18
18
 
19
19
  module Models
20
20
  ClusterDiskEncryptionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
21
+ ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
21
22
  UpdateGatewaySettingsParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
22
- ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
23
+ KafkaRestProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
23
24
  GatewaySettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
24
- SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
25
+ AutoscaleTimeAndCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
25
26
  OperationResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
26
- AutoscaleSchedule = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
27
+ AutoscaleCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
27
28
  Resource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
29
+ Autoscale = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
28
30
  AutoscaleRecurrence = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
29
- AutoscaleCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
31
+ VirtualNetworkProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
30
32
  HardwareProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
31
- Autoscale = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
32
- DataDisksGroups = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
33
- HostInfoListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfoListResult
34
- SshProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
33
+ SshPublicKey = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
35
34
  HostInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfo
36
- OsProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
35
+ LinuxOperatingSystemProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
36
+ OperationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
37
+ ScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
37
38
  ErrorResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
38
- Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
39
+ ComputeProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
39
40
  ApplicationGetHttpsEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
40
- StorageAccount = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
41
+ StorageProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
41
42
  ApplicationGetEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
42
- DiskEncryptionProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
43
+ ClusterCreateProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
43
44
  ApplicationProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
44
- ClusterIdentityUserAssignedIdentitiesValue = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
45
- OperationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
46
- ClusterCreateParametersExtended = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
45
+ ClusterIdentity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
46
+ Operation = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
47
+ ClusterPatchParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
47
48
  ApplicationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
48
- QuotaInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
49
+ Errors = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
49
50
  VersionSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionSpec
50
- ConnectivityEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
51
+ ClusterGetProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
51
52
  VersionsCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionsCapability
53
+ RuntimeScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
52
54
  RegionsCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionsCapability
53
- ExecuteScriptActionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
55
+ ClusterListPersistedScriptActionsResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
54
56
  VmSizesCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
55
- ScriptActionExecutionSummary = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
56
- VmSizeCompatibilityFilter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
57
+ OperationDisplay = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
57
58
  ClusterListRuntimeScriptActionDetailResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
58
- RegionalQuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
59
+ VmSizeCompatibilityFilter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
59
60
  ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
61
+ RegionalQuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
62
+ SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
60
63
  QuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
61
- KafkaRestProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
64
+ DataDisksGroups = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
62
65
  CapabilitiesResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
63
- VirtualNetworkProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
66
+ OsProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
64
67
  LocalizedName = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
65
- LinuxOperatingSystemProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
68
+ StorageAccount = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
66
69
  Usage = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
67
- ComputeProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
70
+ ClusterIdentityUserAssignedIdentitiesValue = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
68
71
  UsagesListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
69
- ClusterCreateProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
72
+ QuotaInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
70
73
  VmSizeCompatibilityFilterV2 = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilterV2
71
- ClusterPatchParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
72
74
  BillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
73
- ClusterGetProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
75
+ ScriptActionExecutionSummary = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
74
76
  DiskBillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
75
- ClusterListPersistedScriptActionsResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
77
+ ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
76
78
  BillingResources = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
77
- ClusterListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
79
+ SshProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
78
80
  BillingResponseListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
79
- AutoscaleTimeAndCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
81
+ DiskEncryptionProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
80
82
  ClusterConfigurations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
81
- ScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
83
+ ConnectivityEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
82
84
  Extension = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
83
- ClusterIdentity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
85
+ ClusterListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
84
86
  ClusterMonitoringResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
85
- RuntimeScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
87
+ Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
86
88
  ClusterMonitoringRequest = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
87
- ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
89
+ ExecuteScriptActionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
88
90
  ScriptActionExecutionHistoryList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
89
- StorageProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
91
+ ClusterCreateParametersExtended = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
90
92
  ScriptActionPersistedGetResponseSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
91
- Operation = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
92
- SshPublicKey = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
93
+ AutoscaleSchedule = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
93
94
  ScriptActionsList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
94
- Errors = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
95
- OperationDisplay = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
96
95
  RuntimeScriptActionDetail = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
97
96
  TrackedResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::TrackedResource
98
97
  Cluster = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Cluster
@@ -165,231 +164,228 @@ module Azure::Hdinsight::Profiles::Latest
165
164
  def cluster_disk_encryption_parameters
166
165
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
167
166
  end
167
+ def cluster_definition
168
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
169
+ end
168
170
  def update_gateway_settings_parameters
169
171
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
170
172
  end
171
- def client_group_info
172
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
173
+ def kafka_rest_properties
174
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
173
175
  end
174
176
  def gateway_settings
175
177
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
176
178
  end
177
- def security_profile
178
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
179
+ def autoscale_time_and_capacity
180
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
179
181
  end
180
182
  def operation_resource
181
183
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
182
184
  end
183
- def autoscale_schedule
184
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
185
+ def autoscale_capacity
186
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
185
187
  end
186
188
  def resource
187
189
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
188
190
  end
191
+ def autoscale
192
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
193
+ end
189
194
  def autoscale_recurrence
190
195
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
191
196
  end
192
- def autoscale_capacity
193
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
197
+ def virtual_network_profile
198
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
194
199
  end
195
200
  def hardware_profile
196
201
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
197
202
  end
198
- def autoscale
199
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
200
- end
201
- def data_disks_groups
202
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
203
- end
204
- def host_info_list_result
205
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfoListResult
206
- end
207
- def ssh_profile
208
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
203
+ def ssh_public_key
204
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
209
205
  end
210
206
  def host_info
211
207
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfo
212
208
  end
213
- def os_profile
214
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
209
+ def linux_operating_system_profile
210
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
211
+ end
212
+ def operation_list_result
213
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
214
+ end
215
+ def script_action
216
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
215
217
  end
216
218
  def error_response
217
219
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
218
220
  end
219
- def role
220
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
221
+ def compute_profile
222
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
221
223
  end
222
224
  def application_get_https_endpoint
223
225
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
224
226
  end
225
- def storage_account
226
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
227
+ def storage_profile
228
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
227
229
  end
228
230
  def application_get_endpoint
229
231
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
230
232
  end
231
- def disk_encryption_properties
232
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
233
+ def cluster_create_properties
234
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
233
235
  end
234
236
  def application_properties
235
237
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
236
238
  end
237
- def cluster_identity_user_assigned_identities_value
238
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
239
+ def cluster_identity
240
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
239
241
  end
240
- def operation_list_result
241
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
242
+ def operation
243
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
242
244
  end
243
- def cluster_create_parameters_extended
244
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
245
+ def cluster_patch_parameters
246
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
245
247
  end
246
248
  def application_list_result
247
249
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
248
250
  end
249
- def quota_info
250
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
251
+ def errors
252
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
251
253
  end
252
254
  def version_spec
253
255
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionSpec
254
256
  end
255
- def connectivity_endpoint
256
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
257
+ def cluster_get_properties
258
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
257
259
  end
258
260
  def versions_capability
259
261
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionsCapability
260
262
  end
263
+ def runtime_script_action
264
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
265
+ end
261
266
  def regions_capability
262
267
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionsCapability
263
268
  end
264
- def execute_script_action_parameters
265
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
269
+ def cluster_list_persisted_script_actions_result
270
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
266
271
  end
267
272
  def vm_sizes_capability
268
273
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
269
274
  end
270
- def script_action_execution_summary
271
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
275
+ def operation_display
276
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
277
+ end
278
+ def cluster_list_runtime_script_action_detail_result
279
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
272
280
  end
273
281
  def vm_size_compatibility_filter
274
282
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
275
283
  end
276
- def cluster_list_runtime_script_action_detail_result
277
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
284
+ def cluster_resize_parameters
285
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
278
286
  end
279
287
  def regional_quota_capability
280
288
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
281
289
  end
282
- def cluster_resize_parameters
283
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
290
+ def security_profile
291
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
284
292
  end
285
293
  def quota_capability
286
294
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
287
295
  end
288
- def kafka_rest_properties
289
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
296
+ def data_disks_groups
297
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
290
298
  end
291
299
  def capabilities_result
292
300
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
293
301
  end
294
- def virtual_network_profile
295
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
302
+ def os_profile
303
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
296
304
  end
297
305
  def localized_name
298
306
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
299
307
  end
300
- def linux_operating_system_profile
301
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
308
+ def storage_account
309
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
302
310
  end
303
311
  def usage
304
312
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
305
313
  end
306
- def compute_profile
307
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
314
+ def cluster_identity_user_assigned_identities_value
315
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
308
316
  end
309
317
  def usages_list_result
310
318
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
311
319
  end
312
- def cluster_create_properties
313
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
320
+ def quota_info
321
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
314
322
  end
315
323
  def vm_size_compatibility_filter_v2
316
324
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilterV2
317
325
  end
318
- def cluster_patch_parameters
319
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
320
- end
321
326
  def billing_meters
322
327
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
323
328
  end
324
- def cluster_get_properties
325
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
329
+ def script_action_execution_summary
330
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
326
331
  end
327
332
  def disk_billing_meters
328
333
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
329
334
  end
330
- def cluster_list_persisted_script_actions_result
331
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
335
+ def client_group_info
336
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
332
337
  end
333
338
  def billing_resources
334
339
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
335
340
  end
336
- def cluster_list_result
337
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
341
+ def ssh_profile
342
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
338
343
  end
339
344
  def billing_response_list_result
340
345
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
341
346
  end
342
- def autoscale_time_and_capacity
343
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
347
+ def disk_encryption_properties
348
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
344
349
  end
345
350
  def cluster_configurations
346
351
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
347
352
  end
348
- def script_action
349
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
353
+ def connectivity_endpoint
354
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
350
355
  end
351
356
  def extension
352
357
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
353
358
  end
354
- def cluster_identity
355
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
359
+ def cluster_list_result
360
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
356
361
  end
357
362
  def cluster_monitoring_response
358
363
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
359
364
  end
360
- def runtime_script_action
361
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
365
+ def role
366
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
362
367
  end
363
368
  def cluster_monitoring_request
364
369
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
365
370
  end
366
- def cluster_definition
367
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
371
+ def execute_script_action_parameters
372
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
368
373
  end
369
374
  def script_action_execution_history_list
370
375
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
371
376
  end
372
- def storage_profile
373
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
377
+ def cluster_create_parameters_extended
378
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
374
379
  end
375
380
  def script_action_persisted_get_response_spec
376
381
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
377
382
  end
378
- def operation
379
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
380
- end
381
- def ssh_public_key
382
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
383
+ def autoscale_schedule
384
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
383
385
  end
384
386
  def script_actions_list
385
387
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
386
388
  end
387
- def errors
388
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
389
- end
390
- def operation_display
391
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
392
- end
393
389
  def runtime_script_action_detail
394
390
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
395
391
  end
@@ -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.17.8'
6
+ VERSION = '0.18.0'
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.17.8
4
+ version: 0.18.0
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-06-02 00:00:00.000000000 Z
11
+ date: 2020-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -241,7 +241,6 @@ files:
241
241
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/hardware_profile.rb
242
242
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/hdinsight_cluster_provisioning_state.rb
243
243
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/host_info.rb
244
- - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/host_info_list_result.rb
245
244
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/json_web_key_encryption_algorithm.rb
246
245
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/kafka_rest_properties.rb
247
246
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/linux_operating_system_profile.rb
@@ -1,55 +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::V2018_06_01_preview
7
- module Models
8
- #
9
- # Result of the request to list cluster hosts
10
- #
11
- class HostInfoListResult
12
-
13
- include MsRestAzure
14
-
15
- # @return [Array<HostInfo>] The list of cluster hosts.
16
- attr_accessor :value
17
-
18
-
19
- #
20
- # Mapper for HostInfoListResult class as Ruby Hash.
21
- # This will be used for serialization/deserialization.
22
- #
23
- def self.mapper()
24
- {
25
- client_side_validation: true,
26
- required: false,
27
- serialized_name: 'HostInfoListResult',
28
- type: {
29
- name: 'Composite',
30
- class_name: 'HostInfoListResult',
31
- model_properties: {
32
- value: {
33
- client_side_validation: true,
34
- required: false,
35
- serialized_name: 'value',
36
- type: {
37
- name: 'Sequence',
38
- element: {
39
- client_side_validation: true,
40
- required: false,
41
- serialized_name: 'HostInfoElementType',
42
- type: {
43
- name: 'Composite',
44
- class_name: 'HostInfo'
45
- }
46
- }
47
- }
48
- }
49
- }
50
- }
51
- }
52
- end
53
- end
54
- end
55
- end