azure_mgmt_hdinsight 0.18.4 → 0.18.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/hdinsight_management_client.rb +1 -1
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight.rb +47 -41
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/applications.rb +1 -1
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/clusters.rb +99 -1
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/extensions.rb +4 -4
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/hdinsight_management_client.rb +1 -1
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/locations.rb +97 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_get_endpoint.rb +11 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_get_https_endpoint.rb +11 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/{operation_resource.rb → async_operation_result.rb} +4 -4
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/billing_response_list_result.rb +40 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/capabilities_result.rb +6 -6
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_get_properties.rb +35 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_identity_user_assigned_identities_value.rb +11 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_monitoring_request.rb +3 -3
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_monitoring_response.rb +4 -5
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/connectivity_endpoint.rb +11 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/dimension.rb +80 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/excluded_services_config.rb +57 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/extension.rb +1 -1
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/filter_mode.rb +2 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/metric_specifications.rb +251 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation.rb +12 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_display.rb +11 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_properties.rb +47 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/role.rb +22 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/service_specification.rb +55 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/storage_account.rb +22 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/version_spec.rb +2 -2
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/vm_size_compatibility_filter_v2.rb +1 -1
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/vm_size_property.rb +149 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/script_actions.rb +1 -1
- data/lib/profiles/latest/modules/hdinsight_profile_module.rb +153 -129
- data/lib/version.rb +1 -1
- metadata +9 -3
data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application_get_https_endpoint.rb
CHANGED
@@ -24,6 +24,9 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
24
24
|
# @return [Integer] The public port to connect to.
|
25
25
|
attr_accessor :public_port
|
26
26
|
|
27
|
+
# @return [String] The private ip address of the endpoint.
|
28
|
+
attr_accessor :private_ipaddress
|
29
|
+
|
27
30
|
# @return [String] The subdomain suffix of the application.
|
28
31
|
attr_accessor :sub_domain_suffix
|
29
32
|
|
@@ -84,6 +87,14 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
84
87
|
name: 'Number'
|
85
88
|
}
|
86
89
|
},
|
90
|
+
private_ipaddress: {
|
91
|
+
client_side_validation: true,
|
92
|
+
required: false,
|
93
|
+
serialized_name: 'privateIPAddress',
|
94
|
+
type: {
|
95
|
+
name: 'String'
|
96
|
+
}
|
97
|
+
},
|
87
98
|
sub_domain_suffix: {
|
88
99
|
client_side_validation: true,
|
89
100
|
required: false,
|
@@ -8,7 +8,7 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
8
8
|
#
|
9
9
|
# The azure async operation response.
|
10
10
|
#
|
11
|
-
class
|
11
|
+
class AsyncOperationResult
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
@@ -21,17 +21,17 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
21
21
|
|
22
22
|
|
23
23
|
#
|
24
|
-
# Mapper for
|
24
|
+
# Mapper for AsyncOperationResult class as Ruby Hash.
|
25
25
|
# This will be used for serialization/deserialization.
|
26
26
|
#
|
27
27
|
def self.mapper()
|
28
28
|
{
|
29
29
|
client_side_validation: true,
|
30
30
|
required: false,
|
31
|
-
serialized_name: '
|
31
|
+
serialized_name: 'AsyncOperationResult',
|
32
32
|
type: {
|
33
33
|
name: 'Composite',
|
34
|
-
class_name: '
|
34
|
+
class_name: 'AsyncOperationResult',
|
35
35
|
model_properties: {
|
36
36
|
status: {
|
37
37
|
client_side_validation: true,
|
data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/billing_response_list_result.rb
CHANGED
@@ -17,11 +17,17 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
17
17
|
# exclude.
|
18
18
|
attr_accessor :vm_sizes
|
19
19
|
|
20
|
+
# @return [Array<String>] The vm sizes which enable encryption at host.
|
21
|
+
attr_accessor :vm_sizes_with_encryption_at_host
|
22
|
+
|
20
23
|
# @return [Array<VmSizeCompatibilityFilterV2>] The virtual machine
|
21
24
|
# filtering mode. Effectively this can enabling or disabling the virtual
|
22
25
|
# machine sizes in a particular set.
|
23
26
|
attr_accessor :vm_size_filters
|
24
27
|
|
28
|
+
# @return [Array<VmSizeProperty>] The vm size properties.
|
29
|
+
attr_accessor :vm_size_properties
|
30
|
+
|
25
31
|
# @return [Array<BillingResources>] The billing and managed disk billing
|
26
32
|
# resources for a region.
|
27
33
|
attr_accessor :billing_resources
|
@@ -56,6 +62,22 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
56
62
|
}
|
57
63
|
}
|
58
64
|
},
|
65
|
+
vm_sizes_with_encryption_at_host: {
|
66
|
+
client_side_validation: true,
|
67
|
+
required: false,
|
68
|
+
serialized_name: 'vmSizesWithEncryptionAtHost',
|
69
|
+
type: {
|
70
|
+
name: 'Sequence',
|
71
|
+
element: {
|
72
|
+
client_side_validation: true,
|
73
|
+
required: false,
|
74
|
+
serialized_name: 'StringElementType',
|
75
|
+
type: {
|
76
|
+
name: 'String'
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
80
|
+
},
|
59
81
|
vm_size_filters: {
|
60
82
|
client_side_validation: true,
|
61
83
|
required: false,
|
@@ -73,6 +95,24 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
73
95
|
}
|
74
96
|
}
|
75
97
|
},
|
98
|
+
vm_size_properties: {
|
99
|
+
client_side_validation: true,
|
100
|
+
required: false,
|
101
|
+
read_only: true,
|
102
|
+
serialized_name: 'vmSizeProperties',
|
103
|
+
type: {
|
104
|
+
name: 'Sequence',
|
105
|
+
element: {
|
106
|
+
client_side_validation: true,
|
107
|
+
required: false,
|
108
|
+
serialized_name: 'VmSizePropertyElementType',
|
109
|
+
type: {
|
110
|
+
name: 'Composite',
|
111
|
+
class_name: 'VmSizeProperty'
|
112
|
+
}
|
113
|
+
}
|
114
|
+
}
|
115
|
+
},
|
76
116
|
billing_resources: {
|
77
117
|
client_side_validation: true,
|
78
118
|
required: false,
|
@@ -20,11 +20,11 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
20
20
|
attr_accessor :regions
|
21
21
|
|
22
22
|
# @return [Hash{String => VmSizesCapability}] The virtual machine sizes.
|
23
|
-
attr_accessor :
|
23
|
+
attr_accessor :vmsizes
|
24
24
|
|
25
25
|
# @return [Array<VmSizeCompatibilityFilter>] The virtual machine size
|
26
26
|
# compatibility filters.
|
27
|
-
attr_accessor :
|
27
|
+
attr_accessor :vmsize_filters
|
28
28
|
|
29
29
|
# @return [Array<String>] The capability features.
|
30
30
|
attr_accessor :features
|
@@ -80,10 +80,10 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
80
80
|
}
|
81
81
|
}
|
82
82
|
},
|
83
|
-
|
83
|
+
vmsizes: {
|
84
84
|
client_side_validation: true,
|
85
85
|
required: false,
|
86
|
-
serialized_name: '
|
86
|
+
serialized_name: 'vmsizes',
|
87
87
|
type: {
|
88
88
|
name: 'Dictionary',
|
89
89
|
value: {
|
@@ -97,10 +97,10 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
97
97
|
}
|
98
98
|
}
|
99
99
|
},
|
100
|
-
|
100
|
+
vmsize_filters: {
|
101
101
|
client_side_validation: true,
|
102
102
|
required: false,
|
103
|
-
serialized_name: '
|
103
|
+
serialized_name: 'vmsize_filters',
|
104
104
|
type: {
|
105
105
|
name: 'Sequence',
|
106
106
|
element: {
|
@@ -15,6 +15,9 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
15
15
|
# @return [String] The version of the cluster.
|
16
16
|
attr_accessor :cluster_version
|
17
17
|
|
18
|
+
# @return [String] The hdp version of the cluster.
|
19
|
+
attr_accessor :cluster_hdp_version
|
20
|
+
|
18
21
|
# @return [OSType] The type of operating system. Possible values include:
|
19
22
|
# 'Windows', 'Linux'
|
20
23
|
attr_accessor :os_type
|
@@ -67,9 +70,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
67
70
|
# properties.
|
68
71
|
attr_accessor :encryption_in_transit_properties
|
69
72
|
|
73
|
+
# @return [StorageProfile] The storage profile.
|
74
|
+
attr_accessor :storage_profile
|
75
|
+
|
70
76
|
# @return [String] The minimal supported tls version.
|
71
77
|
attr_accessor :min_supported_tls_version
|
72
78
|
|
79
|
+
# @return [ExcludedServicesConfig] The excluded services config.
|
80
|
+
attr_accessor :excluded_services_config
|
81
|
+
|
73
82
|
# @return [NetworkProperties] The network properties.
|
74
83
|
attr_accessor :network_properties
|
75
84
|
|
@@ -98,6 +107,14 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
98
107
|
name: 'String'
|
99
108
|
}
|
100
109
|
},
|
110
|
+
cluster_hdp_version: {
|
111
|
+
client_side_validation: true,
|
112
|
+
required: false,
|
113
|
+
serialized_name: 'clusterHdpVersion',
|
114
|
+
type: {
|
115
|
+
name: 'String'
|
116
|
+
}
|
117
|
+
},
|
101
118
|
os_type: {
|
102
119
|
client_side_validation: true,
|
103
120
|
required: false,
|
@@ -246,6 +263,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
246
263
|
class_name: 'EncryptionInTransitProperties'
|
247
264
|
}
|
248
265
|
},
|
266
|
+
storage_profile: {
|
267
|
+
client_side_validation: true,
|
268
|
+
required: false,
|
269
|
+
serialized_name: 'storageProfile',
|
270
|
+
type: {
|
271
|
+
name: 'Composite',
|
272
|
+
class_name: 'StorageProfile'
|
273
|
+
}
|
274
|
+
},
|
249
275
|
min_supported_tls_version: {
|
250
276
|
client_side_validation: true,
|
251
277
|
required: false,
|
@@ -254,6 +280,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
254
280
|
name: 'String'
|
255
281
|
}
|
256
282
|
},
|
283
|
+
excluded_services_config: {
|
284
|
+
client_side_validation: true,
|
285
|
+
required: false,
|
286
|
+
serialized_name: 'excludedServicesConfig',
|
287
|
+
type: {
|
288
|
+
name: 'Composite',
|
289
|
+
class_name: 'ExcludedServicesConfig'
|
290
|
+
}
|
291
|
+
},
|
257
292
|
network_properties: {
|
258
293
|
client_side_validation: true,
|
259
294
|
required: false,
|
@@ -19,6 +19,9 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
19
19
|
# @return [String] The client id of user assigned identity.
|
20
20
|
attr_accessor :client_id
|
21
21
|
|
22
|
+
# @return [String] The tenant id of user assigned identity.
|
23
|
+
attr_accessor :tenant_id
|
24
|
+
|
22
25
|
|
23
26
|
#
|
24
27
|
# Mapper for ClusterIdentityUserAssignedIdentitiesValue class as Ruby
|
@@ -51,6 +54,14 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
51
54
|
type: {
|
52
55
|
name: 'String'
|
53
56
|
}
|
57
|
+
},
|
58
|
+
tenant_id: {
|
59
|
+
client_side_validation: true,
|
60
|
+
required: false,
|
61
|
+
serialized_name: 'tenantId',
|
62
|
+
type: {
|
63
|
+
name: 'String'
|
64
|
+
}
|
54
65
|
}
|
55
66
|
}
|
56
67
|
}
|
data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_monitoring_request.rb
CHANGED
@@ -6,16 +6,16 @@
|
|
6
6
|
module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
7
7
|
module Models
|
8
8
|
#
|
9
|
-
# The
|
9
|
+
# The cluster monitor parameters.
|
10
10
|
#
|
11
11
|
class ClusterMonitoringRequest
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [String] The
|
15
|
+
# @return [String] The cluster monitor workspace ID.
|
16
16
|
attr_accessor :workspace_id
|
17
17
|
|
18
|
-
# @return [String] The
|
18
|
+
# @return [String] The cluster monitor workspace key.
|
19
19
|
attr_accessor :primary_key
|
20
20
|
|
21
21
|
|
data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_monitoring_response.rb
CHANGED
@@ -6,18 +6,17 @@
|
|
6
6
|
module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
7
7
|
module Models
|
8
8
|
#
|
9
|
-
# The
|
9
|
+
# The cluster monitoring status response.
|
10
10
|
#
|
11
11
|
class ClusterMonitoringResponse
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [Boolean] The status of the
|
16
|
-
# on the HDInsight cluster.
|
15
|
+
# @return [Boolean] The status of the monitor on the HDInsight cluster.
|
17
16
|
attr_accessor :cluster_monitoring_enabled
|
18
17
|
|
19
|
-
# @return [String] The workspace ID of the
|
20
|
-
#
|
18
|
+
# @return [String] The workspace ID of the monitor on the HDInsight
|
19
|
+
# cluster.
|
21
20
|
attr_accessor :workspace_id
|
22
21
|
|
23
22
|
|
@@ -24,6 +24,9 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
24
24
|
# @return [Integer] The port to connect to.
|
25
25
|
attr_accessor :port
|
26
26
|
|
27
|
+
# @return [String] The private ip address of the endpoint.
|
28
|
+
attr_accessor :private_ipaddress
|
29
|
+
|
27
30
|
|
28
31
|
#
|
29
32
|
# Mapper for ConnectivityEndpoint class as Ruby Hash.
|
@@ -69,6 +72,14 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
69
72
|
type: {
|
70
73
|
name: 'Number'
|
71
74
|
}
|
75
|
+
},
|
76
|
+
private_ipaddress: {
|
77
|
+
client_side_validation: true,
|
78
|
+
required: false,
|
79
|
+
serialized_name: 'privateIPAddress',
|
80
|
+
type: {
|
81
|
+
name: 'String'
|
82
|
+
}
|
72
83
|
}
|
73
84
|
}
|
74
85
|
}
|
@@ -0,0 +1,80 @@
|
|
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 definition of Dimension.
|
10
|
+
#
|
11
|
+
class Dimension
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] The name of the dimension.
|
16
|
+
attr_accessor :name
|
17
|
+
|
18
|
+
# @return [String] The display name of the dimension.
|
19
|
+
attr_accessor :display_name
|
20
|
+
|
21
|
+
# @return [String] The display name of the dimension.
|
22
|
+
attr_accessor :internal_name
|
23
|
+
|
24
|
+
# @return [Boolean] The flag indicates whether the metric will be
|
25
|
+
# exported for shoebox or not.
|
26
|
+
attr_accessor :to_be_exported_for_shoebox
|
27
|
+
|
28
|
+
|
29
|
+
#
|
30
|
+
# Mapper for Dimension class as Ruby Hash.
|
31
|
+
# This will be used for serialization/deserialization.
|
32
|
+
#
|
33
|
+
def self.mapper()
|
34
|
+
{
|
35
|
+
client_side_validation: true,
|
36
|
+
required: false,
|
37
|
+
serialized_name: 'Dimension',
|
38
|
+
type: {
|
39
|
+
name: 'Composite',
|
40
|
+
class_name: 'Dimension',
|
41
|
+
model_properties: {
|
42
|
+
name: {
|
43
|
+
client_side_validation: true,
|
44
|
+
required: false,
|
45
|
+
serialized_name: 'name',
|
46
|
+
type: {
|
47
|
+
name: 'String'
|
48
|
+
}
|
49
|
+
},
|
50
|
+
display_name: {
|
51
|
+
client_side_validation: true,
|
52
|
+
required: false,
|
53
|
+
serialized_name: 'displayName',
|
54
|
+
type: {
|
55
|
+
name: 'String'
|
56
|
+
}
|
57
|
+
},
|
58
|
+
internal_name: {
|
59
|
+
client_side_validation: true,
|
60
|
+
required: false,
|
61
|
+
serialized_name: 'internalName',
|
62
|
+
type: {
|
63
|
+
name: 'String'
|
64
|
+
}
|
65
|
+
},
|
66
|
+
to_be_exported_for_shoebox: {
|
67
|
+
client_side_validation: true,
|
68
|
+
required: false,
|
69
|
+
serialized_name: 'toBeExportedForShoebox',
|
70
|
+
type: {
|
71
|
+
name: 'Boolean'
|
72
|
+
}
|
73
|
+
}
|
74
|
+
}
|
75
|
+
}
|
76
|
+
}
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|
80
|
+
end
|
@@ -0,0 +1,57 @@
|
|
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 configuration that services will be excluded when creating cluster.
|
10
|
+
#
|
11
|
+
class ExcludedServicesConfig
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] The config id of excluded services.
|
16
|
+
attr_accessor :excluded_services_config_id
|
17
|
+
|
18
|
+
# @return [String] The list of excluded services.
|
19
|
+
attr_accessor :excluded_services_list
|
20
|
+
|
21
|
+
|
22
|
+
#
|
23
|
+
# Mapper for ExcludedServicesConfig class as Ruby Hash.
|
24
|
+
# This will be used for serialization/deserialization.
|
25
|
+
#
|
26
|
+
def self.mapper()
|
27
|
+
{
|
28
|
+
client_side_validation: true,
|
29
|
+
required: false,
|
30
|
+
serialized_name: 'ExcludedServicesConfig',
|
31
|
+
type: {
|
32
|
+
name: 'Composite',
|
33
|
+
class_name: 'ExcludedServicesConfig',
|
34
|
+
model_properties: {
|
35
|
+
excluded_services_config_id: {
|
36
|
+
client_side_validation: true,
|
37
|
+
required: false,
|
38
|
+
serialized_name: 'excludedServicesConfigId',
|
39
|
+
type: {
|
40
|
+
name: 'String'
|
41
|
+
}
|
42
|
+
},
|
43
|
+
excluded_services_list: {
|
44
|
+
client_side_validation: true,
|
45
|
+
required: false,
|
46
|
+
serialized_name: 'excludedServicesList',
|
47
|
+
type: {
|
48
|
+
name: 'String'
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
53
|
+
}
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|