azure_sdk 0.33.0 → 0.34.0

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: 8dab9e417c4c0da86c1ef2fc9a65d3a88af18ba2f22cb8d791049f91a41d5600
4
- data.tar.gz: e7d010be00b069d122e29fbacf7a1801f8931e59eb0a282cfd88e8e0ff9dfc8b
3
+ metadata.gz: 1374847ac58192cf17b8d927f567ff7d8ae1d8b5d556bb2aa4f97d24eb1a6347
4
+ data.tar.gz: c8d6b69c072f81982875ef23f1f6461e09bf06db6ff1dea125c62f97a0f2fad0
5
5
  SHA512:
6
- metadata.gz: e41a3aaf1723cda9ec264402fd17dce2eacaa65f990a827fedf24fe096956aaa045504cfa9e1e9d90330b18e7e64822ce8627f3348546d617506070e68065018
7
- data.tar.gz: 921683d82975a614567748e79d27086498213b8d2daff4066c5f3dca70fc6e97759fe7a7e992b4882fecb6db797f0ed9d8528b6941038d50852737a76552a771
6
+ metadata.gz: 034cb076e4a860db78722bdb20462d52d4e81e03c1975b245e4cc70b23dba2c20b1678affecf4ce6d80e9fb6c050a3d7546dae1ff5fbff732d77ffb76d6f1fc2
7
+ data.tar.gz: 70cb5f4ecb2923cdbeea2025a0d9898b504a294c58db290c738fad34985745788c14c5793ed41a31d3a21cfc8f128468a64e213e8037a8083981d2186b8bfb55
@@ -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
6
- VERSION = '0.33.0'
6
+ VERSION = '0.34.0'
7
7
  end
@@ -7,11 +7,11 @@ require 'azure_mgmt_container_service'
7
7
  module Azure::Profiles::Latest
8
8
  module ContainerService
9
9
  module Mgmt
10
- ContainerServices = Azure::ContainerService::Mgmt::V2019_04_01::ContainerServices
11
- Operations = Azure::ContainerService::Mgmt::V2019_04_01::Operations
12
- ManagedClusters = Azure::ContainerService::Mgmt::V2019_04_01::ManagedClusters
13
- AgentPools = Azure::ContainerService::Mgmt::V2019_04_01::AgentPools
14
10
  OpenShiftManagedClusters = Azure::ContainerService::Mgmt::V2019_04_30::OpenShiftManagedClusters
11
+ ContainerServices = Azure::ContainerService::Mgmt::V2019_08_01::ContainerServices
12
+ Operations = Azure::ContainerService::Mgmt::V2019_08_01::Operations
13
+ ManagedClusters = Azure::ContainerService::Mgmt::V2019_08_01::ManagedClusters
14
+ AgentPools = Azure::ContainerService::Mgmt::V2019_08_01::AgentPools
15
15
 
16
16
  module Models
17
17
  ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceWindowsProfile
@@ -23,45 +23,7 @@ module Azure::Profiles::Latest
23
23
  ContainerServiceListResult = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult
24
24
  ContainerService = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService
25
25
  ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes
26
- ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceSshConfiguration
27
- ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceLinuxProfile
28
- OrchestratorVersionProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::OrchestratorVersionProfile
29
- ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceNetworkProfile
30
- OperationValue = Azure::ContainerService::Mgmt::V2019_04_01::Models::OperationValue
31
- ContainerServiceVMDiagnostics = Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceVMDiagnostics
32
- ContainerServiceDiagnosticsProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceDiagnosticsProfile
33
- ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterAddonProfile
34
- ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceMasterProfile
35
- ManagedClusterAADProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterAADProfile
36
- ManagedClusterServicePrincipalProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterServicePrincipalProfile
37
- ManagedClusterAgentPoolProfileProperties = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterAgentPoolProfileProperties
38
- AgentPoolListResult = Azure::ContainerService::Mgmt::V2019_04_01::Models::AgentPoolListResult
39
- ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceSshPublicKey
40
- ManagedClusterIdentity = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterIdentity
41
- OrchestratorVersionProfileListResult = Azure::ContainerService::Mgmt::V2019_04_01::Models::OrchestratorVersionProfileListResult
42
- CredentialResults = Azure::ContainerService::Mgmt::V2019_04_01::Models::CredentialResults
43
- SubResource = Azure::ContainerService::Mgmt::V2019_04_01::Models::SubResource
44
- ManagedClusterListResult = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterListResult
45
- ManagedClusterWindowsProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterWindowsProfile
46
- CredentialResult = Azure::ContainerService::Mgmt::V2019_04_01::Models::CredentialResult
47
- OperationListResult = Azure::ContainerService::Mgmt::V2019_04_01::Models::OperationListResult
48
- ManagedClusterPoolUpgradeProfileUpgradesItem = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterPoolUpgradeProfileUpgradesItem
49
- OrchestratorProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::OrchestratorProfile
50
- ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterPoolUpgradeProfile
51
- ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterUpgradeProfile
52
- ManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterAgentPoolProfile
53
- AgentPool = Azure::ContainerService::Mgmt::V2019_04_01::Models::AgentPool
54
- ManagedCluster = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedCluster
55
- ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterAccessProfile
56
- ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceStorageProfileTypes
57
- ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceVMSizeTypes
58
- AgentPoolType = Azure::ContainerService::Mgmt::V2019_04_01::Models::AgentPoolType
59
- NetworkPlugin = Azure::ContainerService::Mgmt::V2019_04_01::Models::NetworkPlugin
60
- NetworkPolicy = Azure::ContainerService::Mgmt::V2019_04_01::Models::NetworkPolicy
61
- LoadBalancerSku = Azure::ContainerService::Mgmt::V2019_04_01::Models::LoadBalancerSku
62
- ResourceIdentityType = Azure::ContainerService::Mgmt::V2019_04_01::Models::ResourceIdentityType
63
26
  OpenShiftManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterAgentPoolProfile
64
- Resource = Azure::ContainerService::Mgmt::V2019_04_30::Models::Resource
65
27
  OpenShiftManagedClusterBaseIdentityProvider = Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterBaseIdentityProvider
66
28
  OpenShiftManagedClusterIdentityProvider = Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterIdentityProvider
67
29
  OpenShiftRouterProfile = Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftRouterProfile
@@ -70,16 +32,66 @@ module Azure::Profiles::Latest
70
32
  PurchasePlan = Azure::ContainerService::Mgmt::V2019_04_30::Models::PurchasePlan
71
33
  OpenShiftManagedClusterListResult = Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterListResult
72
34
  NetworkProfile = Azure::ContainerService::Mgmt::V2019_04_30::Models::NetworkProfile
73
- TagsObject = Azure::ContainerService::Mgmt::V2019_04_30::Models::TagsObject
74
35
  OpenShiftManagedCluster = Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedCluster
75
36
  OpenShiftManagedClusterAADIdentityProvider = Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterAADIdentityProvider
76
- OSType = Azure::ContainerService::Mgmt::V2019_04_30::Models::OSType
77
37
  OpenShiftContainerServiceVMSize = Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftContainerServiceVMSize
78
38
  OpenShiftAgentPoolProfileRole = Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftAgentPoolProfileRole
39
+ ManagedClusterLoadBalancerProfileOutboundIPs = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterLoadBalancerProfileOutboundIPs
40
+ ManagedClusterLoadBalancerProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterLoadBalancerProfile
41
+ OrchestratorVersionProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfile
42
+ ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceNetworkProfile
43
+ OperationValue = Azure::ContainerService::Mgmt::V2019_08_01::Models::OperationValue
44
+ ContainerServiceVMDiagnostics = Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceVMDiagnostics
45
+ Resource = Azure::ContainerService::Mgmt::V2019_08_01::Models::Resource
46
+ ContainerServiceDiagnosticsProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceDiagnosticsProfile
47
+ TagsObject = Azure::ContainerService::Mgmt::V2019_08_01::Models::TagsObject
48
+ ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAddonProfile
49
+ ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceMasterProfile
50
+ ManagedClusterAADProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAADProfile
51
+ ManagedClusterServicePrincipalProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterServicePrincipalProfile
52
+ ManagedClusterAgentPoolProfileProperties = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAgentPoolProfileProperties
53
+ AgentPoolListResult = Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolListResult
54
+ ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceSshPublicKey
55
+ ManagedClusterAPIServerAccessProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAPIServerAccessProfile
56
+ ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceLinuxProfile
57
+ ManagedClusterIdentity = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterIdentity
58
+ ResourceReference = Azure::ContainerService::Mgmt::V2019_08_01::Models::ResourceReference
59
+ CredentialResults = Azure::ContainerService::Mgmt::V2019_08_01::Models::CredentialResults
60
+ OrchestratorProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorProfile
61
+ ManagedClusterListResult = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterListResult
62
+ OperationListResult = Azure::ContainerService::Mgmt::V2019_08_01::Models::OperationListResult
63
+ CredentialResult = Azure::ContainerService::Mgmt::V2019_08_01::Models::CredentialResult
64
+ ManagedClusterPoolUpgradeProfileUpgradesItem = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterPoolUpgradeProfileUpgradesItem
65
+ ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceSshConfiguration
66
+ ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterPoolUpgradeProfile
67
+ ManagedClusterLoadBalancerProfileOutboundIPPrefixes = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterLoadBalancerProfileOutboundIPPrefixes
68
+ ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterUpgradeProfile
69
+ SubResource = Azure::ContainerService::Mgmt::V2019_08_01::Models::SubResource
70
+ AgentPoolUpgradeProfilePropertiesUpgradesItem = Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolUpgradeProfilePropertiesUpgradesItem
71
+ ManagedClusterLoadBalancerProfileManagedOutboundIPs = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterLoadBalancerProfileManagedOutboundIPs
72
+ AgentPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolUpgradeProfile
73
+ ManagedClusterWindowsProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterWindowsProfile
74
+ AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem = Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
75
+ OrchestratorVersionProfileListResult = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfileListResult
76
+ AgentPoolAvailableVersions = Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolAvailableVersions
77
+ ManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAgentPoolProfile
78
+ AgentPool = Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPool
79
+ ManagedCluster = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedCluster
80
+ ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAccessProfile
81
+ ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceStorageProfileTypes
82
+ ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceVMSizeTypes
83
+ OSType = Azure::ContainerService::Mgmt::V2019_08_01::Models::OSType
84
+ AgentPoolType = Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolType
85
+ ScaleSetPriority = Azure::ContainerService::Mgmt::V2019_08_01::Models::ScaleSetPriority
86
+ ScaleSetEvictionPolicy = Azure::ContainerService::Mgmt::V2019_08_01::Models::ScaleSetEvictionPolicy
87
+ NetworkPlugin = Azure::ContainerService::Mgmt::V2019_08_01::Models::NetworkPlugin
88
+ NetworkPolicy = Azure::ContainerService::Mgmt::V2019_08_01::Models::NetworkPolicy
89
+ LoadBalancerSku = Azure::ContainerService::Mgmt::V2019_08_01::Models::LoadBalancerSku
90
+ ResourceIdentityType = Azure::ContainerService::Mgmt::V2019_08_01::Models::ResourceIdentityType
79
91
  end
80
92
 
81
93
  class ContainerServiceManagementClass
82
- attr_reader :container_services, :operations, :managed_clusters, :agent_pools, :open_shift_managed_clusters, :configurable, :base_url, :options, :model_classes
94
+ attr_reader :open_shift_managed_clusters, :container_services, :operations, :managed_clusters, :agent_pools, :configurable, :base_url, :options, :model_classes
83
95
 
84
96
  def initialize(configurable, base_url=nil, options=nil)
85
97
  @configurable, @base_url, @options = configurable, base_url, options
@@ -95,10 +107,6 @@ module Azure::Profiles::Latest
95
107
  @client_1.subscription_id = configurable.subscription_id
96
108
  end
97
109
  add_telemetry(@client_1)
98
- @container_services = @client_1.container_services
99
- @operations = @client_1.operations
100
- @managed_clusters = @client_1.managed_clusters
101
- @agent_pools = @client_1.agent_pools
102
110
 
103
111
  @client_2 = Azure::ContainerService::Mgmt::V2019_04_30::ContainerServiceClient.new(configurable.credentials, base_url, options)
104
112
  if(@client_2.respond_to?(:subscription_id))
@@ -107,6 +115,22 @@ module Azure::Profiles::Latest
107
115
  add_telemetry(@client_2)
108
116
  @open_shift_managed_clusters = @client_2.open_shift_managed_clusters
109
117
 
118
+ @client_3 = Azure::ContainerService::Mgmt::V2019_06_01::ContainerServiceClient.new(configurable.credentials, base_url, options)
119
+ if(@client_3.respond_to?(:subscription_id))
120
+ @client_3.subscription_id = configurable.subscription_id
121
+ end
122
+ add_telemetry(@client_3)
123
+
124
+ @client_4 = Azure::ContainerService::Mgmt::V2019_08_01::ContainerServiceClient.new(configurable.credentials, base_url, options)
125
+ if(@client_4.respond_to?(:subscription_id))
126
+ @client_4.subscription_id = configurable.subscription_id
127
+ end
128
+ add_telemetry(@client_4)
129
+ @container_services = @client_4.container_services
130
+ @operations = @client_4.operations
131
+ @managed_clusters = @client_4.managed_clusters
132
+ @agent_pools = @client_4.agent_pools
133
+
110
134
  @model_classes = ModelClasses.new
111
135
  end
112
136
 
@@ -116,7 +140,11 @@ module Azure::Profiles::Latest
116
140
  end
117
141
 
118
142
  def method_missing(method, *args)
119
- if @client_2.respond_to?method
143
+ if @client_4.respond_to?method
144
+ @client_4.send(method, *args)
145
+ elsif @client_3.respond_to?method
146
+ @client_3.send(method, *args)
147
+ elsif @client_2.respond_to?method
120
148
  @client_2.send(method, *args)
121
149
  elsif @client_1.respond_to?method
122
150
  @client_1.send(method, *args)
@@ -155,164 +183,200 @@ module Azure::Profiles::Latest
155
183
  def container_service_orchestrator_types
156
184
  Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes
157
185
  end
158
- def container_service_ssh_configuration
159
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceSshConfiguration
186
+ def open_shift_managed_cluster_agent_pool_profile
187
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterAgentPoolProfile
160
188
  end
161
- def container_service_linux_profile
162
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceLinuxProfile
189
+ def open_shift_managed_cluster_base_identity_provider
190
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterBaseIdentityProvider
191
+ end
192
+ def open_shift_managed_cluster_identity_provider
193
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterIdentityProvider
194
+ end
195
+ def open_shift_router_profile
196
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftRouterProfile
197
+ end
198
+ def open_shift_managed_cluster_auth_profile
199
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterAuthProfile
200
+ end
201
+ def open_shift_managed_cluster_master_pool_profile
202
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterMasterPoolProfile
203
+ end
204
+ def purchase_plan
205
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::PurchasePlan
206
+ end
207
+ def open_shift_managed_cluster_list_result
208
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterListResult
209
+ end
210
+ def network_profile
211
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::NetworkProfile
212
+ end
213
+ def open_shift_managed_cluster
214
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedCluster
215
+ end
216
+ def open_shift_managed_cluster_aadidentity_provider
217
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterAADIdentityProvider
218
+ end
219
+ def open_shift_container_service_vmsize
220
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftContainerServiceVMSize
221
+ end
222
+ def open_shift_agent_pool_profile_role
223
+ Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftAgentPoolProfileRole
224
+ end
225
+ def managed_cluster_load_balancer_profile_outbound_ips
226
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterLoadBalancerProfileOutboundIPs
227
+ end
228
+ def managed_cluster_load_balancer_profile
229
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterLoadBalancerProfile
163
230
  end
164
231
  def orchestrator_version_profile
165
- Azure::ContainerService::Mgmt::V2019_04_01::Models::OrchestratorVersionProfile
232
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfile
166
233
  end
167
234
  def container_service_network_profile
168
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceNetworkProfile
235
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceNetworkProfile
169
236
  end
170
237
  def operation_value
171
- Azure::ContainerService::Mgmt::V2019_04_01::Models::OperationValue
238
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::OperationValue
172
239
  end
173
240
  def container_service_vmdiagnostics
174
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceVMDiagnostics
241
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceVMDiagnostics
242
+ end
243
+ def resource
244
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::Resource
175
245
  end
176
246
  def container_service_diagnostics_profile
177
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceDiagnosticsProfile
247
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceDiagnosticsProfile
248
+ end
249
+ def tags_object
250
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::TagsObject
178
251
  end
179
252
  def managed_cluster_addon_profile
180
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterAddonProfile
253
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAddonProfile
181
254
  end
182
255
  def container_service_master_profile
183
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceMasterProfile
256
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceMasterProfile
184
257
  end
185
258
  def managed_cluster_aadprofile
186
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterAADProfile
259
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAADProfile
187
260
  end
188
261
  def managed_cluster_service_principal_profile
189
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterServicePrincipalProfile
262
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterServicePrincipalProfile
190
263
  end
191
264
  def managed_cluster_agent_pool_profile_properties
192
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterAgentPoolProfileProperties
265
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAgentPoolProfileProperties
193
266
  end
194
267
  def agent_pool_list_result
195
- Azure::ContainerService::Mgmt::V2019_04_01::Models::AgentPoolListResult
268
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolListResult
196
269
  end
197
270
  def container_service_ssh_public_key
198
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceSshPublicKey
271
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceSshPublicKey
272
+ end
273
+ def managed_cluster_apiserver_access_profile
274
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAPIServerAccessProfile
275
+ end
276
+ def container_service_linux_profile
277
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceLinuxProfile
199
278
  end
200
279
  def managed_cluster_identity
201
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterIdentity
280
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterIdentity
202
281
  end
203
- def orchestrator_version_profile_list_result
204
- Azure::ContainerService::Mgmt::V2019_04_01::Models::OrchestratorVersionProfileListResult
282
+ def resource_reference
283
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ResourceReference
205
284
  end
206
285
  def credential_results
207
- Azure::ContainerService::Mgmt::V2019_04_01::Models::CredentialResults
286
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::CredentialResults
208
287
  end
209
- def sub_resource
210
- Azure::ContainerService::Mgmt::V2019_04_01::Models::SubResource
288
+ def orchestrator_profile
289
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorProfile
211
290
  end
212
291
  def managed_cluster_list_result
213
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterListResult
292
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterListResult
214
293
  end
215
- def managed_cluster_windows_profile
216
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterWindowsProfile
294
+ def operation_list_result
295
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::OperationListResult
217
296
  end
218
297
  def credential_result
219
- Azure::ContainerService::Mgmt::V2019_04_01::Models::CredentialResult
220
- end
221
- def operation_list_result
222
- Azure::ContainerService::Mgmt::V2019_04_01::Models::OperationListResult
298
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::CredentialResult
223
299
  end
224
300
  def managed_cluster_pool_upgrade_profile_upgrades_item
225
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterPoolUpgradeProfileUpgradesItem
301
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterPoolUpgradeProfileUpgradesItem
226
302
  end
227
- def orchestrator_profile
228
- Azure::ContainerService::Mgmt::V2019_04_01::Models::OrchestratorProfile
303
+ def container_service_ssh_configuration
304
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceSshConfiguration
229
305
  end
230
306
  def managed_cluster_pool_upgrade_profile
231
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterPoolUpgradeProfile
307
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterPoolUpgradeProfile
232
308
  end
233
- def managed_cluster_upgrade_profile
234
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterUpgradeProfile
309
+ def managed_cluster_load_balancer_profile_outbound_ipprefixes
310
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterLoadBalancerProfileOutboundIPPrefixes
235
311
  end
236
- def managed_cluster_agent_pool_profile
237
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterAgentPoolProfile
238
- end
239
- def agent_pool
240
- Azure::ContainerService::Mgmt::V2019_04_01::Models::AgentPool
241
- end
242
- def managed_cluster
243
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedCluster
244
- end
245
- def managed_cluster_access_profile
246
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ManagedClusterAccessProfile
247
- end
248
- def container_service_storage_profile_types
249
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceStorageProfileTypes
312
+ def managed_cluster_upgrade_profile
313
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterUpgradeProfile
250
314
  end
251
- def container_service_vmsize_types
252
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ContainerServiceVMSizeTypes
315
+ def sub_resource
316
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::SubResource
253
317
  end
254
- def agent_pool_type
255
- Azure::ContainerService::Mgmt::V2019_04_01::Models::AgentPoolType
318
+ def agent_pool_upgrade_profile_properties_upgrades_item
319
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolUpgradeProfilePropertiesUpgradesItem
256
320
  end
257
- def network_plugin
258
- Azure::ContainerService::Mgmt::V2019_04_01::Models::NetworkPlugin
321
+ def managed_cluster_load_balancer_profile_managed_outbound_ips
322
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterLoadBalancerProfileManagedOutboundIPs
259
323
  end
260
- def network_policy
261
- Azure::ContainerService::Mgmt::V2019_04_01::Models::NetworkPolicy
324
+ def agent_pool_upgrade_profile
325
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolUpgradeProfile
262
326
  end
263
- def load_balancer_sku
264
- Azure::ContainerService::Mgmt::V2019_04_01::Models::LoadBalancerSku
327
+ def managed_cluster_windows_profile
328
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterWindowsProfile
265
329
  end
266
- def resource_identity_type
267
- Azure::ContainerService::Mgmt::V2019_04_01::Models::ResourceIdentityType
330
+ def agent_pool_available_versions_properties_agent_pool_versions_item
331
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
268
332
  end
269
- def open_shift_managed_cluster_agent_pool_profile
270
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterAgentPoolProfile
333
+ def orchestrator_version_profile_list_result
334
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfileListResult
271
335
  end
272
- def resource
273
- Azure::ContainerService::Mgmt::V2019_04_30::Models::Resource
336
+ def agent_pool_available_versions
337
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolAvailableVersions
274
338
  end
275
- def open_shift_managed_cluster_base_identity_provider
276
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterBaseIdentityProvider
339
+ def managed_cluster_agent_pool_profile
340
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAgentPoolProfile
277
341
  end
278
- def open_shift_managed_cluster_identity_provider
279
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterIdentityProvider
342
+ def agent_pool
343
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPool
280
344
  end
281
- def open_shift_router_profile
282
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftRouterProfile
345
+ def managed_cluster
346
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedCluster
283
347
  end
284
- def open_shift_managed_cluster_auth_profile
285
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterAuthProfile
348
+ def managed_cluster_access_profile
349
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ManagedClusterAccessProfile
286
350
  end
287
- def open_shift_managed_cluster_master_pool_profile
288
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterMasterPoolProfile
351
+ def container_service_storage_profile_types
352
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceStorageProfileTypes
289
353
  end
290
- def purchase_plan
291
- Azure::ContainerService::Mgmt::V2019_04_30::Models::PurchasePlan
354
+ def container_service_vmsize_types
355
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ContainerServiceVMSizeTypes
292
356
  end
293
- def open_shift_managed_cluster_list_result
294
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterListResult
357
+ def ostype
358
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::OSType
295
359
  end
296
- def network_profile
297
- Azure::ContainerService::Mgmt::V2019_04_30::Models::NetworkProfile
360
+ def agent_pool_type
361
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::AgentPoolType
298
362
  end
299
- def tags_object
300
- Azure::ContainerService::Mgmt::V2019_04_30::Models::TagsObject
363
+ def scale_set_priority
364
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ScaleSetPriority
301
365
  end
302
- def open_shift_managed_cluster
303
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedCluster
366
+ def scale_set_eviction_policy
367
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ScaleSetEvictionPolicy
304
368
  end
305
- def open_shift_managed_cluster_aadidentity_provider
306
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftManagedClusterAADIdentityProvider
369
+ def network_plugin
370
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::NetworkPlugin
307
371
  end
308
- def ostype
309
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OSType
372
+ def network_policy
373
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::NetworkPolicy
310
374
  end
311
- def open_shift_container_service_vmsize
312
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftContainerServiceVMSize
375
+ def load_balancer_sku
376
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::LoadBalancerSku
313
377
  end
314
- def open_shift_agent_pool_profile_role
315
- Azure::ContainerService::Mgmt::V2019_04_30::Models::OpenShiftAgentPoolProfileRole
378
+ def resource_identity_type
379
+ Azure::ContainerService::Mgmt::V2019_08_01::Models::ResourceIdentityType
316
380
  end
317
381
  end
318
382
  end