azure_sdk 0.23.1 → 0.24.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 +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/latest_profile_client.rb +10 -1
- data/lib/latest/modules/anomalydetector_profile_module.rb +69 -0
- data/lib/latest/modules/containerservice_profile_module.rb +179 -83
- data/lib/latest/modules/customvisionprediction_profile_module.rb +19 -11
- data/lib/latest/modules/customvisiontraining_profile_module.rb +128 -116
- data/lib/latest/modules/mediaservices_profile_module.rb +128 -120
- data/lib/latest/modules/netapp_profile_module.rb +47 -31
- data/lib/latest/modules/network_profile_module.rb +496 -428
- metadata +12 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d214e73c7ebb86347f8851dec3c40afc1433c2bfba4e61c4ba43a583090ff43
|
4
|
+
data.tar.gz: df3f8f38cedd05935f8f7f61bd90835602e19c3ef55ab86f365c6cbb3b90f43e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff3ebcb5bf551a29c318250bb41a7bbbc3bd827fbc2ae9a84db527a24b9d1a6d5b27e4a7d907817b57142ea11e2687c68aad50cbbc4c97ca284c9e7c4e6557cf
|
7
|
+
data.tar.gz: f28e8bc55834b9cef47078852a1769e1ed5f687e7bc775af7297d10f09b927ca15edf91685b7460521f6529e5db56b6539540bc18c79faaa6dd362163a365d5a
|
data/lib/azure_sdk/version.rb
CHANGED
@@ -77,6 +77,7 @@ require 'latest/modules/streamanalytics_profile_module'
|
|
77
77
|
require 'latest/modules/subscriptions_profile_module'
|
78
78
|
require 'latest/modules/trafficmanager_profile_module'
|
79
79
|
require 'latest/modules/web_profile_module'
|
80
|
+
require 'latest/modules/anomalydetector_profile_module'
|
80
81
|
require 'latest/modules/autosuggest_profile_module'
|
81
82
|
require 'latest/modules/customimagesearch_profile_module'
|
82
83
|
require 'latest/modules/computervision_profile_module'
|
@@ -105,7 +106,7 @@ module Azure::Profiles::Latest
|
|
105
106
|
class Client
|
106
107
|
include MsRestAzure::Common::Configurable
|
107
108
|
|
108
|
-
attr_reader :advisor, :analysis_services, :api_management, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :data_migration, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hdinsight, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :mixed_reality, :monitor, :managed_service_identity, :net_app, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :power_bi_embedded, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resources, :resources_management, :scheduler, :search, :security, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :stream_analytics, :subscriptions, :traffic_manager, :web, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
109
|
+
attr_reader :advisor, :analysis_services, :api_management, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :data_migration, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hdinsight, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :mixed_reality, :monitor, :managed_service_identity, :net_app, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :power_bi_embedded, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resources, :resources_management, :scheduler, :search, :security, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :stream_analytics, :subscriptions, :traffic_manager, :web, :anomaly_detector, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
109
110
|
|
110
111
|
#
|
111
112
|
# Initializes a new instance of the Client class.
|
@@ -211,6 +212,7 @@ module Azure::Profiles::Latest
|
|
211
212
|
@subscriptions = SubscriptionsAdapter.new(self, base_url, sdk_options)
|
212
213
|
@traffic_manager = TrafficManagerAdapter.new(self, base_url, sdk_options)
|
213
214
|
@web = WebAdapter.new(self, base_url, sdk_options)
|
215
|
+
@anomaly_detector = AnomalyDetectorAdapter.new(self, base_url, sdk_options)
|
214
216
|
@autosuggest = AutosuggestAdapter.new(self, base_url, sdk_options)
|
215
217
|
@customimagesearch = CustomimagesearchAdapter.new(self, base_url, sdk_options)
|
216
218
|
@computer_vision = ComputerVisionAdapter.new(self, base_url, sdk_options)
|
@@ -827,6 +829,13 @@ module Azure::Profiles::Latest
|
|
827
829
|
end
|
828
830
|
end
|
829
831
|
|
832
|
+
class AnomalyDetectorAdapter < Azure::Profiles::Latest::AnomalyDetector::AnomalyDetectorDataClass
|
833
|
+
|
834
|
+
def initialize(context, base_url, options)
|
835
|
+
super(context)
|
836
|
+
end
|
837
|
+
end
|
838
|
+
|
830
839
|
class AutosuggestAdapter < Azure::Profiles::Latest::Autosuggest::AutosuggestDataClass
|
831
840
|
|
832
841
|
def initialize(context, base_url, options)
|
@@ -0,0 +1,69 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'azure_cognitiveservices_anomalydetector'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module AnomalyDetector
|
9
|
+
|
10
|
+
module Models
|
11
|
+
Request = Azure::CognitiveServices::AnomalyDetector::V1_0::Models::Request
|
12
|
+
EntireDetectResponse = Azure::CognitiveServices::AnomalyDetector::V1_0::Models::EntireDetectResponse
|
13
|
+
Point = Azure::CognitiveServices::AnomalyDetector::V1_0::Models::Point
|
14
|
+
LastDetectResponse = Azure::CognitiveServices::AnomalyDetector::V1_0::Models::LastDetectResponse
|
15
|
+
APIError = Azure::CognitiveServices::AnomalyDetector::V1_0::Models::APIError
|
16
|
+
Granularity = Azure::CognitiveServices::AnomalyDetector::V1_0::Models::Granularity
|
17
|
+
end
|
18
|
+
|
19
|
+
class AnomalyDetectorDataClass
|
20
|
+
attr_reader :configurable, :base_url, :options, :model_classes
|
21
|
+
|
22
|
+
def initialize(configurable, base_url=nil, options=nil)
|
23
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
24
|
+
|
25
|
+
@client_0 = Azure::CognitiveServices::AnomalyDetector::V1_0::AnomalyDetectorClient.new(configurable.credentials, options)
|
26
|
+
if(@client_0.respond_to?(:subscription_id))
|
27
|
+
@client_0.subscription_id = configurable.subscription_id
|
28
|
+
end
|
29
|
+
add_telemetry(@client_0)
|
30
|
+
|
31
|
+
@model_classes = ModelClasses.new
|
32
|
+
end
|
33
|
+
|
34
|
+
def add_telemetry(client)
|
35
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/AnomalyDetector"
|
36
|
+
client.add_user_agent_information(profile_information)
|
37
|
+
end
|
38
|
+
|
39
|
+
def method_missing(method, *args)
|
40
|
+
if @client_0.respond_to?method
|
41
|
+
@client_0.send(method, *args)
|
42
|
+
else
|
43
|
+
super
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
class ModelClasses
|
48
|
+
def request
|
49
|
+
Azure::CognitiveServices::AnomalyDetector::V1_0::Models::Request
|
50
|
+
end
|
51
|
+
def entire_detect_response
|
52
|
+
Azure::CognitiveServices::AnomalyDetector::V1_0::Models::EntireDetectResponse
|
53
|
+
end
|
54
|
+
def point
|
55
|
+
Azure::CognitiveServices::AnomalyDetector::V1_0::Models::Point
|
56
|
+
end
|
57
|
+
def last_detect_response
|
58
|
+
Azure::CognitiveServices::AnomalyDetector::V1_0::Models::LastDetectResponse
|
59
|
+
end
|
60
|
+
def apierror
|
61
|
+
Azure::CognitiveServices::AnomalyDetector::V1_0::Models::APIError
|
62
|
+
end
|
63
|
+
def granularity
|
64
|
+
Azure::CognitiveServices::AnomalyDetector::V1_0::Models::Granularity
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
69
|
+
end
|
@@ -7,51 +7,74 @@ require 'azure_mgmt_container_service'
|
|
7
7
|
module Azure::Profiles::Latest
|
8
8
|
module ContainerService
|
9
9
|
module Mgmt
|
10
|
-
Operations = Azure::ContainerService::Mgmt::V2018_03_31::Operations
|
11
|
-
ManagedClusters = Azure::ContainerService::Mgmt::V2018_03_31::ManagedClusters
|
12
10
|
ContainerServices = Azure::ContainerService::Mgmt::V2017_09_30::ContainerServices
|
11
|
+
OpenShiftManagedClusters = Azure::ContainerService::Mgmt::V2018_09_30_preview::OpenShiftManagedClusters
|
12
|
+
Operations = Azure::ContainerService::Mgmt::V2019_02_01::Operations
|
13
|
+
ManagedClusters = Azure::ContainerService::Mgmt::V2019_02_01::ManagedClusters
|
14
|
+
AgentPools = Azure::ContainerService::Mgmt::V2019_02_01::AgentPools
|
13
15
|
|
14
16
|
module Models
|
15
17
|
ContainerServiceCustomProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile
|
18
|
+
ContainerServiceServicePrincipalProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceServicePrincipalProfile
|
16
19
|
ContainerServiceOrchestratorProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorProfile
|
17
20
|
ContainerServiceAgentPoolProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceAgentPoolProfile
|
21
|
+
KeyVaultSecretRef = Azure::ContainerService::Mgmt::V2017_07_01::Models::KeyVaultSecretRef
|
18
22
|
ContainerServiceListResult = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult
|
19
23
|
ContainerService = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService
|
20
24
|
ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes
|
21
|
-
ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceLinuxProfile
|
22
|
-
ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceNetworkProfile
|
23
|
-
OperationListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult
|
24
|
-
ContainerServiceVMDiagnostics = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMDiagnostics
|
25
|
-
TagsObject = Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject
|
26
|
-
ContainerServiceDiagnosticsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceDiagnosticsProfile
|
27
|
-
ContainerServiceServicePrincipalProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceServicePrincipalProfile
|
28
|
-
ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAddonProfile
|
29
|
-
ManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAgentPoolProfile
|
30
|
-
ManagedClusterAADProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAADProfile
|
31
|
-
ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey
|
32
|
-
ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshConfiguration
|
33
|
-
OperationValue = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue
|
34
|
-
KeyVaultSecretRef = Azure::ContainerService::Mgmt::V2018_03_31::Models::KeyVaultSecretRef
|
35
|
-
ManagedClusterListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult
|
36
|
-
ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile
|
37
|
-
ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile
|
38
|
-
ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile
|
39
|
-
Resource = Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource
|
40
|
-
ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile
|
41
|
-
ManagedCluster = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedCluster
|
42
|
-
ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAccessProfile
|
43
|
-
ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceStorageProfileTypes
|
44
|
-
ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMSizeTypes
|
45
|
-
OSType = Azure::ContainerService::Mgmt::V2018_03_31::Models::OSType
|
46
|
-
NetworkPlugin = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPlugin
|
47
|
-
NetworkPolicy = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPolicy
|
48
25
|
OrchestratorVersionProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile
|
49
26
|
OrchestratorVersionProfileListResult = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfileListResult
|
50
|
-
|
27
|
+
OpenShiftManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterAgentPoolProfile
|
28
|
+
OpenShiftManagedClusterBaseIdentityProvider = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterBaseIdentityProvider
|
29
|
+
OpenShiftManagedClusterIdentityProvider = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterIdentityProvider
|
30
|
+
OpenShiftRouterProfile = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftRouterProfile
|
31
|
+
OpenShiftManagedClusterAuthProfile = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterAuthProfile
|
32
|
+
OpenShiftManagedClusterMasterPoolProfile = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterMasterPoolProfile
|
33
|
+
PurchasePlan = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::PurchasePlan
|
34
|
+
OpenShiftManagedClusterListResult = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterListResult
|
35
|
+
NetworkProfile = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::NetworkProfile
|
36
|
+
OpenShiftManagedCluster = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedCluster
|
37
|
+
OpenShiftManagedClusterAADIdentityProvider = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterAADIdentityProvider
|
38
|
+
OpenShiftContainerServiceVMSize = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftContainerServiceVMSize
|
39
|
+
OpenShiftAgentPoolProfileRole = Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftAgentPoolProfileRole
|
40
|
+
ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceLinuxProfile
|
41
|
+
ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceNetworkProfile
|
42
|
+
OperationListResult = Azure::ContainerService::Mgmt::V2019_02_01::Models::OperationListResult
|
43
|
+
ContainerServiceVMDiagnostics = Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceVMDiagnostics
|
44
|
+
SubResource = Azure::ContainerService::Mgmt::V2019_02_01::Models::SubResource
|
45
|
+
ContainerServiceDiagnosticsProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceDiagnosticsProfile
|
46
|
+
ManagedClusterServicePrincipalProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterServicePrincipalProfile
|
47
|
+
ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterAddonProfile
|
48
|
+
ManagedClusterAgentPoolProfileProperties = Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterAgentPoolProfileProperties
|
49
|
+
ManagedClusterAADProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterAADProfile
|
50
|
+
ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceMasterProfile
|
51
|
+
CredentialResult = Azure::ContainerService::Mgmt::V2019_02_01::Models::CredentialResult
|
52
|
+
ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceWindowsProfile
|
53
|
+
ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceSshConfiguration
|
54
|
+
Resource = Azure::ContainerService::Mgmt::V2019_02_01::Models::Resource
|
55
|
+
ManagedClusterListResult = Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterListResult
|
56
|
+
AgentPoolListResult = Azure::ContainerService::Mgmt::V2019_02_01::Models::AgentPoolListResult
|
57
|
+
OrchestratorProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::OrchestratorProfile
|
58
|
+
OperationValue = Azure::ContainerService::Mgmt::V2019_02_01::Models::OperationValue
|
59
|
+
CredentialResults = Azure::ContainerService::Mgmt::V2019_02_01::Models::CredentialResults
|
60
|
+
ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceSshPublicKey
|
61
|
+
ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterPoolUpgradeProfile
|
62
|
+
TagsObject = Azure::ContainerService::Mgmt::V2019_02_01::Models::TagsObject
|
63
|
+
ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterUpgradeProfile
|
64
|
+
ManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterAgentPoolProfile
|
65
|
+
AgentPool = Azure::ContainerService::Mgmt::V2019_02_01::Models::AgentPool
|
66
|
+
ManagedCluster = Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedCluster
|
67
|
+
ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterAccessProfile
|
68
|
+
ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceStorageProfileTypes
|
69
|
+
ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceVMSizeTypes
|
70
|
+
OSType = Azure::ContainerService::Mgmt::V2019_02_01::Models::OSType
|
71
|
+
AgentPoolType = Azure::ContainerService::Mgmt::V2019_02_01::Models::AgentPoolType
|
72
|
+
NetworkPlugin = Azure::ContainerService::Mgmt::V2019_02_01::Models::NetworkPlugin
|
73
|
+
NetworkPolicy = Azure::ContainerService::Mgmt::V2019_02_01::Models::NetworkPolicy
|
51
74
|
end
|
52
75
|
|
53
76
|
class ContainerServiceManagementClass
|
54
|
-
attr_reader :operations, :managed_clusters, :
|
77
|
+
attr_reader :container_services, :open_shift_managed_clusters, :operations, :managed_clusters, :agent_pools, :configurable, :base_url, :options, :model_classes
|
55
78
|
|
56
79
|
def initialize(configurable, base_url=nil, options=nil)
|
57
80
|
@configurable, @base_url, @options = configurable, base_url, options
|
@@ -62,20 +85,28 @@ module Azure::Profiles::Latest
|
|
62
85
|
end
|
63
86
|
add_telemetry(@client_0)
|
64
87
|
|
65
|
-
@client_1 = Azure::ContainerService::Mgmt::
|
88
|
+
@client_1 = Azure::ContainerService::Mgmt::V2017_09_30::ContainerServiceClient.new(configurable.credentials, base_url, options)
|
66
89
|
if(@client_1.respond_to?(:subscription_id))
|
67
90
|
@client_1.subscription_id = configurable.subscription_id
|
68
91
|
end
|
69
92
|
add_telemetry(@client_1)
|
70
|
-
@
|
71
|
-
@managed_clusters = @client_1.managed_clusters
|
93
|
+
@container_services = @client_1.container_services
|
72
94
|
|
73
|
-
@client_2 = Azure::ContainerService::Mgmt::
|
95
|
+
@client_2 = Azure::ContainerService::Mgmt::V2018_09_30_preview::ContainerServiceClient.new(configurable.credentials, base_url, options)
|
74
96
|
if(@client_2.respond_to?(:subscription_id))
|
75
97
|
@client_2.subscription_id = configurable.subscription_id
|
76
98
|
end
|
77
99
|
add_telemetry(@client_2)
|
78
|
-
@
|
100
|
+
@open_shift_managed_clusters = @client_2.open_shift_managed_clusters
|
101
|
+
|
102
|
+
@client_3 = Azure::ContainerService::Mgmt::V2019_02_01::ContainerServiceClient.new(configurable.credentials, base_url, options)
|
103
|
+
if(@client_3.respond_to?(:subscription_id))
|
104
|
+
@client_3.subscription_id = configurable.subscription_id
|
105
|
+
end
|
106
|
+
add_telemetry(@client_3)
|
107
|
+
@operations = @client_3.operations
|
108
|
+
@managed_clusters = @client_3.managed_clusters
|
109
|
+
@agent_pools = @client_3.agent_pools
|
79
110
|
|
80
111
|
@model_classes = ModelClasses.new
|
81
112
|
end
|
@@ -86,7 +117,9 @@ module Azure::Profiles::Latest
|
|
86
117
|
end
|
87
118
|
|
88
119
|
def method_missing(method, *args)
|
89
|
-
if @
|
120
|
+
if @client_3.respond_to?method
|
121
|
+
@client_3.send(method, *args)
|
122
|
+
elsif @client_2.respond_to?method
|
90
123
|
@client_2.send(method, *args)
|
91
124
|
elsif @client_1.respond_to?method
|
92
125
|
@client_1.send(method, *args)
|
@@ -101,12 +134,18 @@ module Azure::Profiles::Latest
|
|
101
134
|
def container_service_custom_profile
|
102
135
|
Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile
|
103
136
|
end
|
137
|
+
def container_service_service_principal_profile
|
138
|
+
Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceServicePrincipalProfile
|
139
|
+
end
|
104
140
|
def container_service_orchestrator_profile
|
105
141
|
Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorProfile
|
106
142
|
end
|
107
143
|
def container_service_agent_pool_profile
|
108
144
|
Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceAgentPoolProfile
|
109
145
|
end
|
146
|
+
def key_vault_secret_ref
|
147
|
+
Azure::ContainerService::Mgmt::V2017_07_01::Models::KeyVaultSecretRef
|
148
|
+
end
|
110
149
|
def container_service_list_result
|
111
150
|
Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult
|
112
151
|
end
|
@@ -116,95 +155,152 @@ module Azure::Profiles::Latest
|
|
116
155
|
def container_service_orchestrator_types
|
117
156
|
Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes
|
118
157
|
end
|
158
|
+
def orchestrator_version_profile
|
159
|
+
Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile
|
160
|
+
end
|
161
|
+
def orchestrator_version_profile_list_result
|
162
|
+
Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfileListResult
|
163
|
+
end
|
164
|
+
def open_shift_managed_cluster_agent_pool_profile
|
165
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterAgentPoolProfile
|
166
|
+
end
|
167
|
+
def open_shift_managed_cluster_base_identity_provider
|
168
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterBaseIdentityProvider
|
169
|
+
end
|
170
|
+
def open_shift_managed_cluster_identity_provider
|
171
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterIdentityProvider
|
172
|
+
end
|
173
|
+
def open_shift_router_profile
|
174
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftRouterProfile
|
175
|
+
end
|
176
|
+
def open_shift_managed_cluster_auth_profile
|
177
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterAuthProfile
|
178
|
+
end
|
179
|
+
def open_shift_managed_cluster_master_pool_profile
|
180
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterMasterPoolProfile
|
181
|
+
end
|
182
|
+
def purchase_plan
|
183
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::PurchasePlan
|
184
|
+
end
|
185
|
+
def open_shift_managed_cluster_list_result
|
186
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterListResult
|
187
|
+
end
|
188
|
+
def network_profile
|
189
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::NetworkProfile
|
190
|
+
end
|
191
|
+
def open_shift_managed_cluster
|
192
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedCluster
|
193
|
+
end
|
194
|
+
def open_shift_managed_cluster_aadidentity_provider
|
195
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftManagedClusterAADIdentityProvider
|
196
|
+
end
|
197
|
+
def open_shift_container_service_vmsize
|
198
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftContainerServiceVMSize
|
199
|
+
end
|
200
|
+
def open_shift_agent_pool_profile_role
|
201
|
+
Azure::ContainerService::Mgmt::V2018_09_30_preview::Models::OpenShiftAgentPoolProfileRole
|
202
|
+
end
|
119
203
|
def container_service_linux_profile
|
120
|
-
Azure::ContainerService::Mgmt::
|
204
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceLinuxProfile
|
121
205
|
end
|
122
206
|
def container_service_network_profile
|
123
|
-
Azure::ContainerService::Mgmt::
|
207
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceNetworkProfile
|
124
208
|
end
|
125
209
|
def operation_list_result
|
126
|
-
Azure::ContainerService::Mgmt::
|
210
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::OperationListResult
|
127
211
|
end
|
128
212
|
def container_service_vmdiagnostics
|
129
|
-
Azure::ContainerService::Mgmt::
|
213
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceVMDiagnostics
|
130
214
|
end
|
131
|
-
def
|
132
|
-
Azure::ContainerService::Mgmt::
|
215
|
+
def sub_resource
|
216
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::SubResource
|
133
217
|
end
|
134
218
|
def container_service_diagnostics_profile
|
135
|
-
Azure::ContainerService::Mgmt::
|
219
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceDiagnosticsProfile
|
136
220
|
end
|
137
|
-
def
|
138
|
-
Azure::ContainerService::Mgmt::
|
221
|
+
def managed_cluster_service_principal_profile
|
222
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterServicePrincipalProfile
|
139
223
|
end
|
140
224
|
def managed_cluster_addon_profile
|
141
|
-
Azure::ContainerService::Mgmt::
|
225
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterAddonProfile
|
142
226
|
end
|
143
|
-
def
|
144
|
-
Azure::ContainerService::Mgmt::
|
227
|
+
def managed_cluster_agent_pool_profile_properties
|
228
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterAgentPoolProfileProperties
|
145
229
|
end
|
146
230
|
def managed_cluster_aadprofile
|
147
|
-
Azure::ContainerService::Mgmt::
|
231
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterAADProfile
|
148
232
|
end
|
149
|
-
def
|
150
|
-
Azure::ContainerService::Mgmt::
|
233
|
+
def container_service_master_profile
|
234
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceMasterProfile
|
235
|
+
end
|
236
|
+
def credential_result
|
237
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::CredentialResult
|
238
|
+
end
|
239
|
+
def container_service_windows_profile
|
240
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceWindowsProfile
|
151
241
|
end
|
152
242
|
def container_service_ssh_configuration
|
153
|
-
Azure::ContainerService::Mgmt::
|
243
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceSshConfiguration
|
244
|
+
end
|
245
|
+
def resource
|
246
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::Resource
|
247
|
+
end
|
248
|
+
def managed_cluster_list_result
|
249
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterListResult
|
250
|
+
end
|
251
|
+
def agent_pool_list_result
|
252
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::AgentPoolListResult
|
253
|
+
end
|
254
|
+
def orchestrator_profile
|
255
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::OrchestratorProfile
|
154
256
|
end
|
155
257
|
def operation_value
|
156
|
-
Azure::ContainerService::Mgmt::
|
258
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::OperationValue
|
157
259
|
end
|
158
|
-
def
|
159
|
-
Azure::ContainerService::Mgmt::
|
260
|
+
def credential_results
|
261
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::CredentialResults
|
160
262
|
end
|
161
|
-
def
|
162
|
-
Azure::ContainerService::Mgmt::
|
263
|
+
def container_service_ssh_public_key
|
264
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceSshPublicKey
|
163
265
|
end
|
164
|
-
def
|
165
|
-
Azure::ContainerService::Mgmt::
|
266
|
+
def managed_cluster_pool_upgrade_profile
|
267
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterPoolUpgradeProfile
|
166
268
|
end
|
167
|
-
def
|
168
|
-
Azure::ContainerService::Mgmt::
|
269
|
+
def tags_object
|
270
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::TagsObject
|
169
271
|
end
|
170
272
|
def managed_cluster_upgrade_profile
|
171
|
-
Azure::ContainerService::Mgmt::
|
273
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterUpgradeProfile
|
172
274
|
end
|
173
|
-
def
|
174
|
-
Azure::ContainerService::Mgmt::
|
275
|
+
def managed_cluster_agent_pool_profile
|
276
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterAgentPoolProfile
|
175
277
|
end
|
176
|
-
def
|
177
|
-
Azure::ContainerService::Mgmt::
|
278
|
+
def agent_pool
|
279
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::AgentPool
|
178
280
|
end
|
179
281
|
def managed_cluster
|
180
|
-
Azure::ContainerService::Mgmt::
|
282
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedCluster
|
181
283
|
end
|
182
284
|
def managed_cluster_access_profile
|
183
|
-
Azure::ContainerService::Mgmt::
|
285
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ManagedClusterAccessProfile
|
184
286
|
end
|
185
287
|
def container_service_storage_profile_types
|
186
|
-
Azure::ContainerService::Mgmt::
|
288
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceStorageProfileTypes
|
187
289
|
end
|
188
290
|
def container_service_vmsize_types
|
189
|
-
Azure::ContainerService::Mgmt::
|
291
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::ContainerServiceVMSizeTypes
|
190
292
|
end
|
191
293
|
def ostype
|
192
|
-
Azure::ContainerService::Mgmt::
|
294
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::OSType
|
295
|
+
end
|
296
|
+
def agent_pool_type
|
297
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::AgentPoolType
|
193
298
|
end
|
194
299
|
def network_plugin
|
195
|
-
Azure::ContainerService::Mgmt::
|
300
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::NetworkPlugin
|
196
301
|
end
|
197
302
|
def network_policy
|
198
|
-
Azure::ContainerService::Mgmt::
|
199
|
-
end
|
200
|
-
def orchestrator_version_profile
|
201
|
-
Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile
|
202
|
-
end
|
203
|
-
def orchestrator_version_profile_list_result
|
204
|
-
Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfileListResult
|
205
|
-
end
|
206
|
-
def orchestrator_profile
|
207
|
-
Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile
|
303
|
+
Azure::ContainerService::Mgmt::V2019_02_01::Models::NetworkPolicy
|
208
304
|
end
|
209
305
|
end
|
210
306
|
end
|