azure_mgmt_hdinsight 0.18.2 → 0.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08fc199d98d64c82d269adbc4599ad2b296003699c9da867042f42e2153d4ee4'
4
- data.tar.gz: 4dcb2b4047877e546ba67facdab609f74f50df1f241dbcb2a99d27197a691ba4
3
+ metadata.gz: 3864e28fa44545c67a09b0694640e7dc792cffbc5c00f8b1dca747d002e3ca38
4
+ data.tar.gz: 55d09d1e42ded85a2f44aae933f74e962f13b647848aabec8f0d63cf25a4ca00
5
5
  SHA512:
6
- metadata.gz: d78a7c3fc6dc6bb2ce5f8de596d400266459255122bf17cc77b26effd5b198a841cc46620171f851d0b0992b3a8446a8575f8051d0fd1835617bc6e354da3d22
7
- data.tar.gz: 102230b1670b3cdb219ddc5e3ee1a42b92061e654ba6d5391173b46e7cb7ba026ac61b8922caf0c610d05b37682fa7e07e270fbfc4b60df62994631e4a2ed01b
6
+ metadata.gz: 65866a92667387ce199e73354c44bf20f1eda319b6d5d931e718f99fb262b8cdd2429096403378a0ae706920a6058ca73be41dbdce24c43a19020384d28217f8
7
+ data.tar.gz: 3824e36f65deffed08ad7730720a9bf7275808225f18f7a3c7079b151992345e1eb1c95e4cb5ea8ca3bdca1b9916dd237650f278f03145d01c80bd73909b3575
@@ -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.2"
157
+ sdk_information = "#{sdk_information}/0.18.3"
158
158
  add_user_agent_information(sdk_information)
159
159
  end
160
160
  end
@@ -83,7 +83,7 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
83
83
  autoload :CapabilitiesResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/capabilities_result.rb'
84
84
  autoload :Role, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/role.rb'
85
85
  autoload :LocalizedName, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/localized_name.rb'
86
- autoload :NetworkSettings, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/network_settings.rb'
86
+ autoload :NetworkProperties, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/network_properties.rb'
87
87
  autoload :Usage, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/usage.rb'
88
88
  autoload :ClusterIdentityUserAssignedIdentitiesValue, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/cluster_identity_user_assigned_identities_value.rb'
89
89
  autoload :UsagesListResult, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/usages_list_result.rb'
@@ -117,8 +117,8 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
117
117
  autoload :Application, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/application.rb'
118
118
  autoload :DirectoryType, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/directory_type.rb'
119
119
  autoload :DaysOfWeek, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/days_of_week.rb'
120
- autoload :PublicNetworkAccess, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/public_network_access.rb'
121
- autoload :OutboundOnlyPublicNetworkAccessType, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/outbound_only_public_network_access_type.rb'
120
+ autoload :ResourceProviderConnection, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/resource_provider_connection.rb'
121
+ autoload :PrivateLink, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/private_link.rb'
122
122
  autoload :OSType, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/ostype.rb'
123
123
  autoload :Tier, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/tier.rb'
124
124
  autoload :JsonWebKeyEncryptionAlgorithm, '2018-06-01-preview/generated/azure_mgmt_hdinsight/models/json_web_key_encryption_algorithm.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.2"
161
+ sdk_information = "#{sdk_information}/0.18.3"
162
162
  add_user_agent_information(sdk_information)
163
163
  end
164
164
  end
@@ -49,8 +49,8 @@ module Azure::Hdinsight::Mgmt::V2018_06_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::V2018_06_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::V2018_06_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::V2018_06_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::V2018_06_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::V2018_06_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::V2018_06_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::V2018_06_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::V2018_06_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
@@ -68,7 +68,7 @@ module Azure::Hdinsight::Profiles::Latest
68
68
  CapabilitiesResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
69
69
  Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
70
70
  LocalizedName = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
71
- NetworkSettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::NetworkSettings
71
+ NetworkProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::NetworkProperties
72
72
  Usage = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
73
73
  ClusterIdentityUserAssignedIdentitiesValue = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
74
74
  UsagesListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
@@ -102,8 +102,8 @@ module Azure::Hdinsight::Profiles::Latest
102
102
  Application = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Application
103
103
  DirectoryType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DirectoryType
104
104
  DaysOfWeek = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DaysOfWeek
105
- PublicNetworkAccess = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::PublicNetworkAccess
106
- OutboundOnlyPublicNetworkAccessType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OutboundOnlyPublicNetworkAccessType
105
+ ResourceProviderConnection = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ResourceProviderConnection
106
+ PrivateLink = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::PrivateLink
107
107
  OSType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OSType
108
108
  Tier = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Tier
109
109
  JsonWebKeyEncryptionAlgorithm = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::JsonWebKeyEncryptionAlgorithm
@@ -319,8 +319,8 @@ module Azure::Hdinsight::Profiles::Latest
319
319
  def localized_name
320
320
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
321
321
  end
322
- def network_settings
323
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::NetworkSettings
322
+ def network_properties
323
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::NetworkProperties
324
324
  end
325
325
  def usage
326
326
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
@@ -421,11 +421,11 @@ module Azure::Hdinsight::Profiles::Latest
421
421
  def days_of_week
422
422
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DaysOfWeek
423
423
  end
424
- def public_network_access
425
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::PublicNetworkAccess
424
+ def resource_provider_connection
425
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ResourceProviderConnection
426
426
  end
427
- def outbound_only_public_network_access_type
428
- Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OutboundOnlyPublicNetworkAccessType
427
+ def private_link
428
+ Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::PrivateLink
429
429
  end
430
430
  def ostype
431
431
  Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OSType
@@ -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.2'
6
+ VERSION = '0.18.3'
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.2
4
+ version: 0.18.3
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-08-25 00:00:00.000000000 Z
11
+ date: 2020-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -252,22 +252,22 @@ files:
252
252
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/kafka_rest_properties.rb
253
253
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/linux_operating_system_profile.rb
254
254
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/localized_name.rb
255
- - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/network_settings.rb
255
+ - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/network_properties.rb
256
256
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation.rb
257
257
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_display.rb
258
258
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_list_result.rb
259
259
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/operation_resource.rb
260
260
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/os_profile.rb
261
261
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/ostype.rb
262
- - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/outbound_only_public_network_access_type.rb
262
+ - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/private_link.rb
263
263
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/proxy_resource.rb
264
- - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/public_network_access.rb
265
264
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/quota_capability.rb
266
265
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/quota_info.rb
267
266
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/regional_quota_capability.rb
268
267
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/regions_capability.rb
269
268
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/resource.rb
270
269
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/resource_identity_type.rb
270
+ - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/resource_provider_connection.rb
271
271
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/role.rb
272
272
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/runtime_script_action.rb
273
273
  - lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/runtime_script_action_detail.rb
@@ -328,7 +328,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
328
  version: '0'
329
329
  requirements: []
330
330
  rubyforge_project:
331
- rubygems_version: 2.7.8
331
+ rubygems_version: 2.7.10
332
332
  signing_key:
333
333
  specification_version: 4
334
334
  summary: Official Ruby client library to consume Microsoft Azure Hdinsight Management
@@ -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::V2018_06_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