azure_sdk 0.15.2 → 0.16.1

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.
Files changed (86) hide show
  1. checksums.yaml +5 -5
  2. data/lib/azure_sdk/version.rb +1 -1
  3. data/lib/latest/latest_profile_client.rb +645 -61
  4. data/lib/latest/module_definition.rb +1 -118
  5. data/lib/latest/modules/analysisservices_profile_module.rb +139 -84
  6. data/lib/latest/modules/authorization_profile_module.rb +113 -100
  7. data/lib/latest/modules/automation_profile_module.rb +597 -580
  8. data/lib/latest/modules/batch_profile_module.rb +357 -132
  9. data/lib/latest/modules/billing_profile_module.rb +77 -64
  10. data/lib/latest/modules/cdn_profile_module.rb +277 -216
  11. data/lib/latest/modules/cognitiveservices_profile_module.rb +121 -108
  12. data/lib/latest/modules/commerce_profile_module.rb +79 -66
  13. data/lib/latest/modules/compute_profile_module.rb +783 -730
  14. data/lib/latest/modules/computervision_profile_module.rb +189 -0
  15. data/lib/latest/modules/consumption_profile_module.rb +153 -54
  16. data/lib/latest/modules/containerinstance_profile_module.rb +163 -106
  17. data/lib/latest/modules/containerregistry_profile_module.rb +203 -190
  18. data/lib/latest/modules/containerservice_profile_module.rb +93 -80
  19. data/lib/latest/modules/contentmoderator_profile_module.rb +295 -0
  20. data/lib/latest/modules/customerinsights_profile_module.rb +477 -464
  21. data/lib/latest/modules/customsearch_profile_module.rb +123 -0
  22. data/lib/latest/modules/datalakeanalytics_profile_module.rb +233 -152
  23. data/lib/latest/modules/datalakestore_profile_module.rb +201 -128
  24. data/lib/latest/modules/devtestlabs_profile_module.rb +697 -656
  25. data/lib/latest/modules/dns_profile_module.rb +99 -94
  26. data/lib/latest/modules/entitysearch_profile_module.rb +231 -0
  27. data/lib/latest/modules/eventgrid_profile_module.rb +220 -99
  28. data/lib/latest/modules/eventhub_profile_module.rb +165 -152
  29. data/lib/latest/modules/face_profile_module.rb +241 -0
  30. data/lib/latest/modules/features_profile_module.rb +41 -28
  31. data/lib/latest/modules/graphrbac_profile_module.rb +225 -0
  32. data/lib/latest/modules/imagesearch_profile_module.rb +279 -0
  33. data/lib/latest/modules/iothub_profile_module.rb +265 -252
  34. data/lib/latest/modules/keyvault_profile_module.rb +155 -88
  35. data/lib/latest/modules/links_profile_module.rb +49 -36
  36. data/lib/latest/modules/locks_profile_module.rb +45 -32
  37. data/lib/latest/modules/logic_profile_module.rb +593 -580
  38. data/lib/latest/modules/machinelearning_profile_module.rb +177 -164
  39. data/lib/latest/modules/managedapplications_profile_module.rb +103 -90
  40. data/lib/latest/modules/managedserviceidentity_profile_module.rb +55 -42
  41. data/lib/latest/modules/marketplaceordering_profile_module.rb +59 -46
  42. data/lib/latest/modules/mediaservices_profile_module.rb +103 -90
  43. data/lib/latest/modules/mobileengagement_profile_module.rb +397 -384
  44. data/lib/latest/modules/monitor_profile_module.rb +403 -323
  45. data/lib/latest/modules/network_profile_module.rb +1245 -1148
  46. data/lib/latest/modules/newssearch_profile_module.rb +143 -0
  47. data/lib/latest/modules/notificationhubs_profile_module.rb +155 -142
  48. data/lib/latest/modules/operationalinsights_profile_module.rb +218 -188
  49. data/lib/latest/modules/policy_profile_module.rb +84 -68
  50. data/lib/latest/modules/powerbiembedded_profile_module.rb +107 -94
  51. data/lib/latest/modules/recoveryservices_profile_module.rb +176 -188
  52. data/lib/latest/modules/recoveryservicesbackup_profile_module.rb +1133 -728
  53. data/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +1367 -1354
  54. data/lib/latest/modules/redis_profile_module.rb +165 -152
  55. data/lib/latest/modules/relay_profile_module.rb +143 -130
  56. data/lib/latest/modules/resources_profile_module.rb +227 -214
  57. data/lib/latest/modules/resourcesmanagement_profile_module.rb +81 -74
  58. data/lib/latest/modules/scheduler_profile_module.rb +207 -198
  59. data/lib/latest/modules/search_profile_module.rb +103 -76
  60. data/lib/latest/modules/servermanagement_profile_module.rb +155 -142
  61. data/lib/latest/modules/servicebus_profile_module.rb +247 -234
  62. data/lib/latest/modules/servicefabric_profile_module.rb +269 -120
  63. data/lib/latest/modules/spellcheck_profile_module.rb +101 -0
  64. data/lib/latest/modules/sql_profile_module.rb +1075 -918
  65. data/lib/latest/modules/storage_profile_module.rb +263 -250
  66. data/lib/latest/modules/storsimple8000series_profile_module.rb +695 -682
  67. data/lib/latest/modules/streamanalytics_profile_module.rb +329 -316
  68. data/lib/latest/modules/subscriptions_profile_module.rb +67 -54
  69. data/lib/latest/modules/textanalytics_profile_module.rb +105 -0
  70. data/lib/latest/modules/trafficmanager_profile_module.rb +140 -124
  71. data/lib/latest/modules/videosearch_profile_module.rb +175 -0
  72. data/lib/latest/modules/web_profile_module.rb +1289 -1138
  73. data/lib/latest/modules/websearch_profile_module.rb +211 -0
  74. data/lib/v2017_03_09/module_definition.rb +1 -20
  75. data/lib/v2017_03_09/modules/compute_profile_module.rb +437 -424
  76. data/lib/v2017_03_09/modules/features_profile_module.rb +41 -28
  77. data/lib/v2017_03_09/modules/links_profile_module.rb +49 -36
  78. data/lib/v2017_03_09/modules/locks_profile_module.rb +41 -28
  79. data/lib/v2017_03_09/modules/network_profile_module.rb +535 -522
  80. data/lib/v2017_03_09/modules/policy_profile_module.rb +51 -38
  81. data/lib/v2017_03_09/modules/resources_profile_module.rb +223 -210
  82. data/lib/v2017_03_09/modules/storage_profile_module.rb +143 -130
  83. data/lib/v2017_03_09/modules/subscriptions_profile_module.rb +67 -54
  84. data/lib/v2017_03_09/v2017_03_09_profile_client.rb +103 -10
  85. metadata +312 -133
  86. data/lib/latest/modules/graph_profile_module.rb +0 -202
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2c5faa0a989ac178917a1797bcc798bd4463396f
4
- data.tar.gz: 5efa7c3def8d13c30b9a06ccc7ec62930dda35d1
2
+ SHA256:
3
+ metadata.gz: 6288e78d2cdebcf8ea8ba565b5c0bc54fb11f5e2f57e8e50206718dbd3eea455
4
+ data.tar.gz: 884477986c0a1472903edb0d145c707bbd66ad9a1f8ef673a3352411330a5bc8
5
5
  SHA512:
6
- metadata.gz: fe1c3ff8cb4ed22a8780d0cb8fb8bb42d42adc15b6a489d4483e9c2158397242a8d34a3c95933cdae5cb0c1a682ea15e4768885e30e2e4b85b8c5388d0f867b6
7
- data.tar.gz: b51f808a42c2d25e6179ddd937f236e0ffe472653c90c83128e7e222fddf283738d5c6b54a709ef039b7f669673fe27ea4f1ea35cfc7b2e35e570915a5bb52fe
6
+ metadata.gz: 60f68058623eb46f4244e942f46f8db55fc9421fc5b45dd9680991bf0d66029c69eddb7cb54ea40d1d87ff26eae8119f7be8855a1c0f72dfe2a2544e9758d75e
7
+ data.tar.gz: 67f15fab15903c2a59d3c9a69e01196310258d6bf42b10483831a8e0fca1661c941a8722d1260ef0e9989bbd8700cb2c432967002930b2efe4a25f4b19f2fcb2
@@ -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.15.2'
6
+ VERSION = '0.16.1'
7
7
  end
@@ -24,7 +24,7 @@ require 'latest/modules/dns_profile_module'
24
24
  require 'latest/modules/eventgrid_profile_module'
25
25
  require 'latest/modules/eventhub_profile_module'
26
26
  require 'latest/modules/features_profile_module'
27
- require 'latest/modules/graph_profile_module'
27
+ require 'latest/modules/graphrbac_profile_module'
28
28
  require 'latest/modules/iothub_profile_module'
29
29
  require 'latest/modules/keyvault_profile_module'
30
30
  require 'latest/modules/links_profile_module'
@@ -61,16 +61,45 @@ require 'latest/modules/streamanalytics_profile_module'
61
61
  require 'latest/modules/subscriptions_profile_module'
62
62
  require 'latest/modules/trafficmanager_profile_module'
63
63
  require 'latest/modules/web_profile_module'
64
+ require 'latest/modules/computervision_profile_module'
65
+ require 'latest/modules/contentmoderator_profile_module'
66
+ require 'latest/modules/customsearch_profile_module'
67
+ require 'latest/modules/entitysearch_profile_module'
68
+ require 'latest/modules/face_profile_module'
69
+ require 'latest/modules/imagesearch_profile_module'
70
+ require 'latest/modules/newssearch_profile_module'
71
+ require 'latest/modules/spellcheck_profile_module'
72
+ require 'latest/modules/textanalytics_profile_module'
73
+ require 'latest/modules/videosearch_profile_module'
74
+ require 'latest/modules/websearch_profile_module'
64
75
 
65
- module Azure::Profiles::Latest::Mgmt
76
+ module Azure::Profiles::Latest
66
77
  #
67
78
  # Client class for the Latest profile SDK.
68
79
  #
69
80
  class Client
70
81
  include MsRestAzure::Common::Configurable
71
82
 
72
- attr_reader :analysis_services, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :dev_test_labs, :dns, :event_grid, :event_hub, :features, :graph, :iot_hub, :key_vault, :links, :locks, :logic, :machine_learning, :managed_applications, :marketplace_ordering, :media_services, :mobile_engagement, :monitor, :managed_service_identity, :network, :notification_hubs, :operational_insights, :policy, :power_bi_embedded, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resources, :resources_management, :scheduler, :search, :server_management, :service_bus, :service_fabric, :sql, :stor_simple8000_series, :storage, :stream_analytics, :subscriptions, :traffic_manager, :web
83
+ attr_reader :analysis_services, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :dev_test_labs, :dns, :event_grid, :event_hub, :features, :graph_rbac, :iot_hub, :key_vault, :links, :locks, :logic, :machine_learning, :managed_applications, :marketplace_ordering, :media_services, :mobile_engagement, :monitor, :managed_service_identity, :network, :notification_hubs, :operational_insights, :policy, :power_bi_embedded, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resources, :resources_management, :scheduler, :search, :server_management, :service_bus, :service_fabric, :sql, :stor_simple8000_series, :storage, :stream_analytics, :subscriptions, :traffic_manager, :web, :computer_vision, :content_moderator, :custom_search, :entity_search, :face, :image_search, :news_search, :spell_check, :text_analytics, :video_search, :web_search
73
84
 
85
+ #
86
+ # Initializes a new instance of the Client class.
87
+ # @param options [Hash] hash of client options.
88
+ # options = {
89
+ # tenant_id: 'YOUR TENANT ID',
90
+ # client_id: 'YOUR CLIENT ID',
91
+ # client_secret: 'YOUR CLIENT SECRET',
92
+ # subscription_id: 'YOUR SUBSCRIPTION ID',
93
+ # credentials: credentials,
94
+ # active_directory_settings: active_directory_settings,
95
+ # base_url: 'YOUR BASE URL',
96
+ # options: options
97
+ # }
98
+ # 'credentials' are optional and if not passed in the hash, will be obtained
99
+ # from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.
100
+ #
101
+ # Also, base_url, active_directory_settings & options are optional.
102
+ #
74
103
  def initialize(options = {})
75
104
  if options.is_a?(Hash) && options.length == 0
76
105
  @options = setup_default_options
@@ -80,64 +109,619 @@ module Azure::Profiles::Latest::Mgmt
80
109
 
81
110
  reset!(options)
82
111
 
83
- @analysis_services = Azure::Profiles::Latest::AnalysisServices::Mgmt::AnalysisServicesClass.new(self)
84
- @authorization = Azure::Profiles::Latest::Authorization::Mgmt::AuthorizationClass.new(self)
85
- @automation = Azure::Profiles::Latest::Automation::Mgmt::AutomationClass.new(self)
86
- @batch = Azure::Profiles::Latest::Batch::Mgmt::BatchClass.new(self)
87
- @billing = Azure::Profiles::Latest::Billing::Mgmt::BillingClass.new(self)
88
- @cdn = Azure::Profiles::Latest::CDN::Mgmt::CDNClass.new(self)
89
- @cognitive_services = Azure::Profiles::Latest::CognitiveServices::Mgmt::CognitiveServicesClass.new(self)
90
- @commerce = Azure::Profiles::Latest::Commerce::Mgmt::CommerceClass.new(self)
91
- @compute = Azure::Profiles::Latest::Compute::Mgmt::ComputeClass.new(self)
92
- @consumption = Azure::Profiles::Latest::Consumption::Mgmt::ConsumptionClass.new(self)
93
- @container_instance = Azure::Profiles::Latest::ContainerInstance::Mgmt::ContainerInstanceClass.new(self)
94
- @container_registry = Azure::Profiles::Latest::ContainerRegistry::Mgmt::ContainerRegistryClass.new(self)
95
- @container_service = Azure::Profiles::Latest::ContainerService::Mgmt::ContainerServiceClass.new(self)
96
- @customer_insights = Azure::Profiles::Latest::CustomerInsights::Mgmt::CustomerInsightsClass.new(self)
97
- @data_lake_analytics = Azure::Profiles::Latest::DataLakeAnalytics::Mgmt::DataLakeAnalyticsClass.new(self)
98
- @data_lake_store = Azure::Profiles::Latest::DataLakeStore::Mgmt::DataLakeStoreClass.new(self)
99
- @dev_test_labs = Azure::Profiles::Latest::DevTestLabs::Mgmt::DevTestLabsClass.new(self)
100
- @dns = Azure::Profiles::Latest::Dns::Mgmt::DnsClass.new(self)
101
- @event_grid = Azure::Profiles::Latest::EventGrid::Mgmt::EventGridClass.new(self)
102
- @event_hub = Azure::Profiles::Latest::EventHub::Mgmt::EventHubClass.new(self)
103
- @features = Azure::Profiles::Latest::Features::Mgmt::FeaturesClass.new(self)
104
- @graph = Azure::Profiles::Latest::Graph::Mgmt::GraphClass.new(self)
105
- @iot_hub = Azure::Profiles::Latest::IotHub::Mgmt::IotHubClass.new(self)
106
- @key_vault = Azure::Profiles::Latest::KeyVault::Mgmt::KeyVaultClass.new(self)
107
- @links = Azure::Profiles::Latest::Links::Mgmt::LinksClass.new(self)
108
- @locks = Azure::Profiles::Latest::Locks::Mgmt::LocksClass.new(self)
109
- @logic = Azure::Profiles::Latest::Logic::Mgmt::LogicClass.new(self)
110
- @machine_learning = Azure::Profiles::Latest::MachineLearning::Mgmt::MachineLearningClass.new(self)
111
- @managed_applications = Azure::Profiles::Latest::ManagedApplications::Mgmt::ManagedApplicationsClass.new(self)
112
- @marketplace_ordering = Azure::Profiles::Latest::MarketplaceOrdering::Mgmt::MarketplaceOrderingClass.new(self)
113
- @media_services = Azure::Profiles::Latest::MediaServices::Mgmt::MediaServicesClass.new(self)
114
- @mobile_engagement = Azure::Profiles::Latest::MobileEngagement::Mgmt::MobileEngagementClass.new(self)
115
- @monitor = Azure::Profiles::Latest::Monitor::Mgmt::MonitorClass.new(self)
116
- @managed_service_identity = Azure::Profiles::Latest::ManagedServiceIdentity::Mgmt::ManagedServiceIdentityClass.new(self)
117
- @network = Azure::Profiles::Latest::Network::Mgmt::NetworkClass.new(self)
118
- @notification_hubs = Azure::Profiles::Latest::NotificationHubs::Mgmt::NotificationHubsClass.new(self)
119
- @operational_insights = Azure::Profiles::Latest::OperationalInsights::Mgmt::OperationalInsightsClass.new(self)
120
- @policy = Azure::Profiles::Latest::Policy::Mgmt::PolicyClass.new(self)
121
- @power_bi_embedded = Azure::Profiles::Latest::PowerBiEmbedded::Mgmt::PowerBiEmbeddedClass.new(self)
122
- @recovery_services = Azure::Profiles::Latest::RecoveryServices::Mgmt::RecoveryServicesClass.new(self)
123
- @recovery_services_backup = Azure::Profiles::Latest::RecoveryServicesBackup::Mgmt::RecoveryServicesBackupClass.new(self)
124
- @recovery_services_site_recovery = Azure::Profiles::Latest::RecoveryServicesSiteRecovery::Mgmt::RecoveryServicesSiteRecoveryClass.new(self)
125
- @redis = Azure::Profiles::Latest::Redis::Mgmt::RedisClass.new(self)
126
- @relay = Azure::Profiles::Latest::Relay::Mgmt::RelayClass.new(self)
127
- @resources = Azure::Profiles::Latest::Resources::Mgmt::ResourcesClass.new(self)
128
- @resources_management = Azure::Profiles::Latest::ResourcesManagement::Mgmt::ResourcesManagementClass.new(self)
129
- @scheduler = Azure::Profiles::Latest::Scheduler::Mgmt::SchedulerClass.new(self)
130
- @search = Azure::Profiles::Latest::Search::Mgmt::SearchClass.new(self)
131
- @server_management = Azure::Profiles::Latest::ServerManagement::Mgmt::ServerManagementClass.new(self)
132
- @service_bus = Azure::Profiles::Latest::ServiceBus::Mgmt::ServiceBusClass.new(self)
133
- @service_fabric = Azure::Profiles::Latest::ServiceFabric::Mgmt::ServiceFabricClass.new(self)
134
- @sql = Azure::Profiles::Latest::SQL::Mgmt::SQLClass.new(self)
135
- @stor_simple8000_series = Azure::Profiles::Latest::StorSimple8000Series::Mgmt::StorSimple8000SeriesClass.new(self)
136
- @storage = Azure::Profiles::Latest::Storage::Mgmt::StorageClass.new(self)
137
- @stream_analytics = Azure::Profiles::Latest::StreamAnalytics::Mgmt::StreamAnalyticsClass.new(self)
138
- @subscriptions = Azure::Profiles::Latest::Subscriptions::Mgmt::SubscriptionsClass.new(self)
139
- @traffic_manager = Azure::Profiles::Latest::TrafficManager::Mgmt::TrafficManagerClass.new(self)
140
- @web = Azure::Profiles::Latest::Web::Mgmt::WebClass.new(self)
112
+ base_url = options[:base_url].nil? ? nil:options[:base_url]
113
+ sdk_options = options[:options].nil? ? nil:options[:options]
114
+
115
+ @analysis_services = AnalysisServicesAdapter.new(self, base_url, sdk_options)
116
+ @authorization = AuthorizationAdapter.new(self, base_url, sdk_options)
117
+ @automation = AutomationAdapter.new(self, base_url, sdk_options)
118
+ @batch = BatchAdapter.new(self, base_url, sdk_options)
119
+ @billing = BillingAdapter.new(self, base_url, sdk_options)
120
+ @cdn = CDNAdapter.new(self, base_url, sdk_options)
121
+ @cognitive_services = CognitiveServicesAdapter.new(self, base_url, sdk_options)
122
+ @commerce = CommerceAdapter.new(self, base_url, sdk_options)
123
+ @compute = ComputeAdapter.new(self, base_url, sdk_options)
124
+ @consumption = ConsumptionAdapter.new(self, base_url, sdk_options)
125
+ @container_instance = ContainerInstanceAdapter.new(self, base_url, sdk_options)
126
+ @container_registry = ContainerRegistryAdapter.new(self, base_url, sdk_options)
127
+ @container_service = ContainerServiceAdapter.new(self, base_url, sdk_options)
128
+ @customer_insights = CustomerInsightsAdapter.new(self, base_url, sdk_options)
129
+ @data_lake_analytics = DataLakeAnalyticsAdapter.new(self, base_url, sdk_options)
130
+ @data_lake_store = DataLakeStoreAdapter.new(self, base_url, sdk_options)
131
+ @dev_test_labs = DevTestLabsAdapter.new(self, base_url, sdk_options)
132
+ @dns = DnsAdapter.new(self, base_url, sdk_options)
133
+ @event_grid = EventGridAdapter.new(self, base_url, sdk_options)
134
+ @event_hub = EventHubAdapter.new(self, base_url, sdk_options)
135
+ @features = FeaturesAdapter.new(self, base_url, sdk_options)
136
+ @graph_rbac = GraphRbacAdapter.new(self, base_url, sdk_options)
137
+ @iot_hub = IotHubAdapter.new(self, base_url, sdk_options)
138
+ @key_vault = KeyVaultAdapter.new(self, base_url, sdk_options)
139
+ @links = LinksAdapter.new(self, base_url, sdk_options)
140
+ @locks = LocksAdapter.new(self, base_url, sdk_options)
141
+ @logic = LogicAdapter.new(self, base_url, sdk_options)
142
+ @machine_learning = MachineLearningAdapter.new(self, base_url, sdk_options)
143
+ @managed_applications = ManagedApplicationsAdapter.new(self, base_url, sdk_options)
144
+ @marketplace_ordering = MarketplaceOrderingAdapter.new(self, base_url, sdk_options)
145
+ @media_services = MediaServicesAdapter.new(self, base_url, sdk_options)
146
+ @mobile_engagement = MobileEngagementAdapter.new(self, base_url, sdk_options)
147
+ @monitor = MonitorAdapter.new(self, base_url, sdk_options)
148
+ @managed_service_identity = ManagedServiceIdentityAdapter.new(self, base_url, sdk_options)
149
+ @network = NetworkAdapter.new(self, base_url, sdk_options)
150
+ @notification_hubs = NotificationHubsAdapter.new(self, base_url, sdk_options)
151
+ @operational_insights = OperationalInsightsAdapter.new(self, base_url, sdk_options)
152
+ @policy = PolicyAdapter.new(self, base_url, sdk_options)
153
+ @power_bi_embedded = PowerBiEmbeddedAdapter.new(self, base_url, sdk_options)
154
+ @recovery_services = RecoveryServicesAdapter.new(self, base_url, sdk_options)
155
+ @recovery_services_backup = RecoveryServicesBackupAdapter.new(self, base_url, sdk_options)
156
+ @recovery_services_site_recovery = RecoveryServicesSiteRecoveryAdapter.new(self, base_url, sdk_options)
157
+ @redis = RedisAdapter.new(self, base_url, sdk_options)
158
+ @relay = RelayAdapter.new(self, base_url, sdk_options)
159
+ @resources = ResourcesAdapter.new(self, base_url, sdk_options)
160
+ @resources_management = ResourcesManagementAdapter.new(self, base_url, sdk_options)
161
+ @scheduler = SchedulerAdapter.new(self, base_url, sdk_options)
162
+ @search = SearchAdapter.new(self, base_url, sdk_options)
163
+ @server_management = ServerManagementAdapter.new(self, base_url, sdk_options)
164
+ @service_bus = ServiceBusAdapter.new(self, base_url, sdk_options)
165
+ @service_fabric = ServiceFabricAdapter.new(self, base_url, sdk_options)
166
+ @sql = SQLAdapter.new(self, base_url, sdk_options)
167
+ @stor_simple8000_series = StorSimple8000SeriesAdapter.new(self, base_url, sdk_options)
168
+ @storage = StorageAdapter.new(self, base_url, sdk_options)
169
+ @stream_analytics = StreamAnalyticsAdapter.new(self, base_url, sdk_options)
170
+ @subscriptions = SubscriptionsAdapter.new(self, base_url, sdk_options)
171
+ @traffic_manager = TrafficManagerAdapter.new(self, base_url, sdk_options)
172
+ @web = WebAdapter.new(self, base_url, sdk_options)
173
+ @computer_vision = ComputerVisionAdapter.new(self, base_url, sdk_options)
174
+ @content_moderator = ContentModeratorAdapter.new(self, base_url, sdk_options)
175
+ @custom_search = CustomSearchAdapter.new(self, base_url, sdk_options)
176
+ @entity_search = EntitySearchAdapter.new(self, base_url, sdk_options)
177
+ @face = FaceAdapter.new(self, base_url, sdk_options)
178
+ @image_search = ImageSearchAdapter.new(self, base_url, sdk_options)
179
+ @news_search = NewsSearchAdapter.new(self, base_url, sdk_options)
180
+ @spell_check = SpellCheckAdapter.new(self, base_url, sdk_options)
181
+ @text_analytics = TextAnalyticsAdapter.new(self, base_url, sdk_options)
182
+ @video_search = VideoSearchAdapter.new(self, base_url, sdk_options)
183
+ @web_search = WebSearchAdapter.new(self, base_url, sdk_options)
184
+ end
185
+
186
+ class AnalysisServicesAdapter
187
+ attr_accessor :mgmt
188
+
189
+ def initialize(context, base_url, options)
190
+ @mgmt = Azure::Profiles::Latest::AnalysisServices::Mgmt::AnalysisServicesManagementClass.new(context, base_url, options)
191
+ end
192
+ end
193
+
194
+ class AuthorizationAdapter
195
+ attr_accessor :mgmt
196
+
197
+ def initialize(context, base_url, options)
198
+ @mgmt = Azure::Profiles::Latest::Authorization::Mgmt::AuthorizationManagementClass.new(context, base_url, options)
199
+ end
200
+ end
201
+
202
+ class AutomationAdapter
203
+ attr_accessor :mgmt
204
+
205
+ def initialize(context, base_url, options)
206
+ @mgmt = Azure::Profiles::Latest::Automation::Mgmt::AutomationManagementClass.new(context, base_url, options)
207
+ end
208
+ end
209
+
210
+ class BatchAdapter
211
+ attr_accessor :mgmt
212
+
213
+ def initialize(context, base_url, options)
214
+ @mgmt = Azure::Profiles::Latest::Batch::Mgmt::BatchManagementClass.new(context, base_url, options)
215
+ end
216
+ end
217
+
218
+ class BillingAdapter
219
+ attr_accessor :mgmt
220
+
221
+ def initialize(context, base_url, options)
222
+ @mgmt = Azure::Profiles::Latest::Billing::Mgmt::BillingManagementClass.new(context, base_url, options)
223
+ end
224
+ end
225
+
226
+ class CDNAdapter
227
+ attr_accessor :mgmt
228
+
229
+ def initialize(context, base_url, options)
230
+ @mgmt = Azure::Profiles::Latest::CDN::Mgmt::CDNManagementClass.new(context, base_url, options)
231
+ end
232
+ end
233
+
234
+ class CognitiveServicesAdapter
235
+ attr_accessor :mgmt
236
+
237
+ def initialize(context, base_url, options)
238
+ @mgmt = Azure::Profiles::Latest::CognitiveServices::Mgmt::CognitiveServicesManagementClass.new(context, base_url, options)
239
+ end
240
+ end
241
+
242
+ class CommerceAdapter
243
+ attr_accessor :mgmt
244
+
245
+ def initialize(context, base_url, options)
246
+ @mgmt = Azure::Profiles::Latest::Commerce::Mgmt::CommerceManagementClass.new(context, base_url, options)
247
+ end
248
+ end
249
+
250
+ class ComputeAdapter
251
+ attr_accessor :mgmt
252
+
253
+ def initialize(context, base_url, options)
254
+ @mgmt = Azure::Profiles::Latest::Compute::Mgmt::ComputeManagementClass.new(context, base_url, options)
255
+ end
256
+ end
257
+
258
+ class ConsumptionAdapter
259
+ attr_accessor :mgmt
260
+
261
+ def initialize(context, base_url, options)
262
+ @mgmt = Azure::Profiles::Latest::Consumption::Mgmt::ConsumptionManagementClass.new(context, base_url, options)
263
+ end
264
+ end
265
+
266
+ class ContainerInstanceAdapter
267
+ attr_accessor :mgmt
268
+
269
+ def initialize(context, base_url, options)
270
+ @mgmt = Azure::Profiles::Latest::ContainerInstance::Mgmt::ContainerInstanceManagementClass.new(context, base_url, options)
271
+ end
272
+ end
273
+
274
+ class ContainerRegistryAdapter
275
+ attr_accessor :mgmt
276
+
277
+ def initialize(context, base_url, options)
278
+ @mgmt = Azure::Profiles::Latest::ContainerRegistry::Mgmt::ContainerRegistryManagementClass.new(context, base_url, options)
279
+ end
280
+ end
281
+
282
+ class ContainerServiceAdapter
283
+ attr_accessor :mgmt
284
+
285
+ def initialize(context, base_url, options)
286
+ @mgmt = Azure::Profiles::Latest::ContainerService::Mgmt::ContainerServiceManagementClass.new(context, base_url, options)
287
+ end
288
+ end
289
+
290
+ class CustomerInsightsAdapter
291
+ attr_accessor :mgmt
292
+
293
+ def initialize(context, base_url, options)
294
+ @mgmt = Azure::Profiles::Latest::CustomerInsights::Mgmt::CustomerInsightsManagementClass.new(context, base_url, options)
295
+ end
296
+ end
297
+
298
+ class DataLakeAnalyticsAdapter
299
+ attr_accessor :mgmt
300
+
301
+ def initialize(context, base_url, options)
302
+ @mgmt = Azure::Profiles::Latest::DataLakeAnalytics::Mgmt::DataLakeAnalyticsManagementClass.new(context, base_url, options)
303
+ end
304
+ end
305
+
306
+ class DataLakeStoreAdapter
307
+ attr_accessor :mgmt
308
+
309
+ def initialize(context, base_url, options)
310
+ @mgmt = Azure::Profiles::Latest::DataLakeStore::Mgmt::DataLakeStoreManagementClass.new(context, base_url, options)
311
+ end
312
+ end
313
+
314
+ class DevTestLabsAdapter
315
+ attr_accessor :mgmt
316
+
317
+ def initialize(context, base_url, options)
318
+ @mgmt = Azure::Profiles::Latest::DevTestLabs::Mgmt::DevTestLabsManagementClass.new(context, base_url, options)
319
+ end
320
+ end
321
+
322
+ class DnsAdapter
323
+ attr_accessor :mgmt
324
+
325
+ def initialize(context, base_url, options)
326
+ @mgmt = Azure::Profiles::Latest::Dns::Mgmt::DnsManagementClass.new(context, base_url, options)
327
+ end
328
+ end
329
+
330
+ class EventGridAdapter < Azure::Profiles::Latest::EventGrid::EventGridDataClass
331
+ attr_accessor :mgmt
332
+
333
+ def initialize(context, base_url, options)
334
+ super(context)
335
+ @mgmt = Azure::Profiles::Latest::EventGrid::Mgmt::EventGridManagementClass.new(context, base_url, options)
336
+ end
337
+ end
338
+
339
+ class EventHubAdapter
340
+ attr_accessor :mgmt
341
+
342
+ def initialize(context, base_url, options)
343
+ @mgmt = Azure::Profiles::Latest::EventHub::Mgmt::EventHubManagementClass.new(context, base_url, options)
344
+ end
345
+ end
346
+
347
+ class FeaturesAdapter
348
+ attr_accessor :mgmt
349
+
350
+ def initialize(context, base_url, options)
351
+ @mgmt = Azure::Profiles::Latest::Features::Mgmt::FeaturesManagementClass.new(context, base_url, options)
352
+ end
353
+ end
354
+
355
+ class GraphRbacAdapter < Azure::Profiles::Latest::GraphRbac::GraphRbacDataClass
356
+
357
+ def initialize(context, base_url, options)
358
+ super(context)
359
+ end
360
+ end
361
+
362
+ class IotHubAdapter
363
+ attr_accessor :mgmt
364
+
365
+ def initialize(context, base_url, options)
366
+ @mgmt = Azure::Profiles::Latest::IotHub::Mgmt::IotHubManagementClass.new(context, base_url, options)
367
+ end
368
+ end
369
+
370
+ class KeyVaultAdapter
371
+ attr_accessor :mgmt
372
+
373
+ def initialize(context, base_url, options)
374
+ @mgmt = Azure::Profiles::Latest::KeyVault::Mgmt::KeyVaultManagementClass.new(context, base_url, options)
375
+ end
376
+ end
377
+
378
+ class LinksAdapter
379
+ attr_accessor :mgmt
380
+
381
+ def initialize(context, base_url, options)
382
+ @mgmt = Azure::Profiles::Latest::Links::Mgmt::LinksManagementClass.new(context, base_url, options)
383
+ end
384
+ end
385
+
386
+ class LocksAdapter
387
+ attr_accessor :mgmt
388
+
389
+ def initialize(context, base_url, options)
390
+ @mgmt = Azure::Profiles::Latest::Locks::Mgmt::LocksManagementClass.new(context, base_url, options)
391
+ end
392
+ end
393
+
394
+ class LogicAdapter
395
+ attr_accessor :mgmt
396
+
397
+ def initialize(context, base_url, options)
398
+ @mgmt = Azure::Profiles::Latest::Logic::Mgmt::LogicManagementClass.new(context, base_url, options)
399
+ end
400
+ end
401
+
402
+ class MachineLearningAdapter
403
+ attr_accessor :mgmt
404
+
405
+ def initialize(context, base_url, options)
406
+ @mgmt = Azure::Profiles::Latest::MachineLearning::Mgmt::MachineLearningManagementClass.new(context, base_url, options)
407
+ end
408
+ end
409
+
410
+ class ManagedApplicationsAdapter
411
+ attr_accessor :mgmt
412
+
413
+ def initialize(context, base_url, options)
414
+ @mgmt = Azure::Profiles::Latest::ManagedApplications::Mgmt::ManagedApplicationsManagementClass.new(context, base_url, options)
415
+ end
416
+ end
417
+
418
+ class MarketplaceOrderingAdapter
419
+ attr_accessor :mgmt
420
+
421
+ def initialize(context, base_url, options)
422
+ @mgmt = Azure::Profiles::Latest::MarketplaceOrdering::Mgmt::MarketplaceOrderingManagementClass.new(context, base_url, options)
423
+ end
424
+ end
425
+
426
+ class MediaServicesAdapter
427
+ attr_accessor :mgmt
428
+
429
+ def initialize(context, base_url, options)
430
+ @mgmt = Azure::Profiles::Latest::MediaServices::Mgmt::MediaServicesManagementClass.new(context, base_url, options)
431
+ end
432
+ end
433
+
434
+ class MobileEngagementAdapter
435
+ attr_accessor :mgmt
436
+
437
+ def initialize(context, base_url, options)
438
+ @mgmt = Azure::Profiles::Latest::MobileEngagement::Mgmt::MobileEngagementManagementClass.new(context, base_url, options)
439
+ end
440
+ end
441
+
442
+ class MonitorAdapter
443
+ attr_accessor :mgmt
444
+
445
+ def initialize(context, base_url, options)
446
+ @mgmt = Azure::Profiles::Latest::Monitor::Mgmt::MonitorManagementClass.new(context, base_url, options)
447
+ end
448
+ end
449
+
450
+ class ManagedServiceIdentityAdapter
451
+ attr_accessor :mgmt
452
+
453
+ def initialize(context, base_url, options)
454
+ @mgmt = Azure::Profiles::Latest::ManagedServiceIdentity::Mgmt::ManagedServiceIdentityManagementClass.new(context, base_url, options)
455
+ end
456
+ end
457
+
458
+ class NetworkAdapter
459
+ attr_accessor :mgmt
460
+
461
+ def initialize(context, base_url, options)
462
+ @mgmt = Azure::Profiles::Latest::Network::Mgmt::NetworkManagementClass.new(context, base_url, options)
463
+ end
464
+ end
465
+
466
+ class NotificationHubsAdapter
467
+ attr_accessor :mgmt
468
+
469
+ def initialize(context, base_url, options)
470
+ @mgmt = Azure::Profiles::Latest::NotificationHubs::Mgmt::NotificationHubsManagementClass.new(context, base_url, options)
471
+ end
472
+ end
473
+
474
+ class OperationalInsightsAdapter
475
+ attr_accessor :mgmt
476
+
477
+ def initialize(context, base_url, options)
478
+ @mgmt = Azure::Profiles::Latest::OperationalInsights::Mgmt::OperationalInsightsManagementClass.new(context, base_url, options)
479
+ end
480
+ end
481
+
482
+ class PolicyAdapter
483
+ attr_accessor :mgmt
484
+
485
+ def initialize(context, base_url, options)
486
+ @mgmt = Azure::Profiles::Latest::Policy::Mgmt::PolicyManagementClass.new(context, base_url, options)
487
+ end
488
+ end
489
+
490
+ class PowerBiEmbeddedAdapter
491
+ attr_accessor :mgmt
492
+
493
+ def initialize(context, base_url, options)
494
+ @mgmt = Azure::Profiles::Latest::PowerBiEmbedded::Mgmt::PowerBiEmbeddedManagementClass.new(context, base_url, options)
495
+ end
496
+ end
497
+
498
+ class RecoveryServicesAdapter
499
+ attr_accessor :mgmt
500
+
501
+ def initialize(context, base_url, options)
502
+ @mgmt = Azure::Profiles::Latest::RecoveryServices::Mgmt::RecoveryServicesManagementClass.new(context, base_url, options)
503
+ end
504
+ end
505
+
506
+ class RecoveryServicesBackupAdapter
507
+ attr_accessor :mgmt
508
+
509
+ def initialize(context, base_url, options)
510
+ @mgmt = Azure::Profiles::Latest::RecoveryServicesBackup::Mgmt::RecoveryServicesBackupManagementClass.new(context, base_url, options)
511
+ end
512
+ end
513
+
514
+ class RecoveryServicesSiteRecoveryAdapter
515
+ attr_accessor :mgmt
516
+
517
+ def initialize(context, base_url, options)
518
+ @mgmt = Azure::Profiles::Latest::RecoveryServicesSiteRecovery::Mgmt::RecoveryServicesSiteRecoveryManagementClass.new(context, base_url, options)
519
+ end
520
+ end
521
+
522
+ class RedisAdapter
523
+ attr_accessor :mgmt
524
+
525
+ def initialize(context, base_url, options)
526
+ @mgmt = Azure::Profiles::Latest::Redis::Mgmt::RedisManagementClass.new(context, base_url, options)
527
+ end
528
+ end
529
+
530
+ class RelayAdapter
531
+ attr_accessor :mgmt
532
+
533
+ def initialize(context, base_url, options)
534
+ @mgmt = Azure::Profiles::Latest::Relay::Mgmt::RelayManagementClass.new(context, base_url, options)
535
+ end
536
+ end
537
+
538
+ class ResourcesAdapter
539
+ attr_accessor :mgmt
540
+
541
+ def initialize(context, base_url, options)
542
+ @mgmt = Azure::Profiles::Latest::Resources::Mgmt::ResourcesManagementClass.new(context, base_url, options)
543
+ end
544
+ end
545
+
546
+ class ResourcesManagementAdapter
547
+ attr_accessor :mgmt
548
+
549
+ def initialize(context, base_url, options)
550
+ @mgmt = Azure::Profiles::Latest::ResourcesManagement::Mgmt::ResourcesManagementManagementClass.new(context, base_url, options)
551
+ end
552
+ end
553
+
554
+ class SchedulerAdapter
555
+ attr_accessor :mgmt
556
+
557
+ def initialize(context, base_url, options)
558
+ @mgmt = Azure::Profiles::Latest::Scheduler::Mgmt::SchedulerManagementClass.new(context, base_url, options)
559
+ end
560
+ end
561
+
562
+ class SearchAdapter
563
+ attr_accessor :mgmt
564
+
565
+ def initialize(context, base_url, options)
566
+ @mgmt = Azure::Profiles::Latest::Search::Mgmt::SearchManagementClass.new(context, base_url, options)
567
+ end
568
+ end
569
+
570
+ class ServerManagementAdapter
571
+ attr_accessor :mgmt
572
+
573
+ def initialize(context, base_url, options)
574
+ @mgmt = Azure::Profiles::Latest::ServerManagement::Mgmt::ServerManagementManagementClass.new(context, base_url, options)
575
+ end
576
+ end
577
+
578
+ class ServiceBusAdapter
579
+ attr_accessor :mgmt
580
+
581
+ def initialize(context, base_url, options)
582
+ @mgmt = Azure::Profiles::Latest::ServiceBus::Mgmt::ServiceBusManagementClass.new(context, base_url, options)
583
+ end
584
+ end
585
+
586
+ class ServiceFabricAdapter
587
+ attr_accessor :mgmt
588
+
589
+ def initialize(context, base_url, options)
590
+ @mgmt = Azure::Profiles::Latest::ServiceFabric::Mgmt::ServiceFabricManagementClass.new(context, base_url, options)
591
+ end
592
+ end
593
+
594
+ class SQLAdapter
595
+ attr_accessor :mgmt
596
+
597
+ def initialize(context, base_url, options)
598
+ @mgmt = Azure::Profiles::Latest::SQL::Mgmt::SQLManagementClass.new(context, base_url, options)
599
+ end
600
+ end
601
+
602
+ class StorSimple8000SeriesAdapter
603
+ attr_accessor :mgmt
604
+
605
+ def initialize(context, base_url, options)
606
+ @mgmt = Azure::Profiles::Latest::StorSimple8000Series::Mgmt::StorSimple8000SeriesManagementClass.new(context, base_url, options)
607
+ end
608
+ end
609
+
610
+ class StorageAdapter
611
+ attr_accessor :mgmt
612
+
613
+ def initialize(context, base_url, options)
614
+ @mgmt = Azure::Profiles::Latest::Storage::Mgmt::StorageManagementClass.new(context, base_url, options)
615
+ end
616
+ end
617
+
618
+ class StreamAnalyticsAdapter
619
+ attr_accessor :mgmt
620
+
621
+ def initialize(context, base_url, options)
622
+ @mgmt = Azure::Profiles::Latest::StreamAnalytics::Mgmt::StreamAnalyticsManagementClass.new(context, base_url, options)
623
+ end
624
+ end
625
+
626
+ class SubscriptionsAdapter
627
+ attr_accessor :mgmt
628
+
629
+ def initialize(context, base_url, options)
630
+ @mgmt = Azure::Profiles::Latest::Subscriptions::Mgmt::SubscriptionsManagementClass.new(context, base_url, options)
631
+ end
632
+ end
633
+
634
+ class TrafficManagerAdapter
635
+ attr_accessor :mgmt
636
+
637
+ def initialize(context, base_url, options)
638
+ @mgmt = Azure::Profiles::Latest::TrafficManager::Mgmt::TrafficManagerManagementClass.new(context, base_url, options)
639
+ end
640
+ end
641
+
642
+ class WebAdapter
643
+ attr_accessor :mgmt
644
+
645
+ def initialize(context, base_url, options)
646
+ @mgmt = Azure::Profiles::Latest::Web::Mgmt::WebManagementClass.new(context, base_url, options)
647
+ end
648
+ end
649
+
650
+ class ComputerVisionAdapter < Azure::Profiles::Latest::ComputerVision::ComputerVisionDataClass
651
+
652
+ def initialize(context, base_url, options)
653
+ super(context)
654
+ end
655
+ end
656
+
657
+ class ContentModeratorAdapter < Azure::Profiles::Latest::ContentModerator::ContentModeratorDataClass
658
+
659
+ def initialize(context, base_url, options)
660
+ super(context)
661
+ end
662
+ end
663
+
664
+ class CustomSearchAdapter < Azure::Profiles::Latest::CustomSearch::CustomSearchDataClass
665
+
666
+ def initialize(context, base_url, options)
667
+ super(context)
668
+ end
669
+ end
670
+
671
+ class EntitySearchAdapter < Azure::Profiles::Latest::EntitySearch::EntitySearchDataClass
672
+
673
+ def initialize(context, base_url, options)
674
+ super(context)
675
+ end
676
+ end
677
+
678
+ class FaceAdapter < Azure::Profiles::Latest::Face::FaceDataClass
679
+
680
+ def initialize(context, base_url, options)
681
+ super(context)
682
+ end
683
+ end
684
+
685
+ class ImageSearchAdapter < Azure::Profiles::Latest::ImageSearch::ImageSearchDataClass
686
+
687
+ def initialize(context, base_url, options)
688
+ super(context)
689
+ end
690
+ end
691
+
692
+ class NewsSearchAdapter < Azure::Profiles::Latest::NewsSearch::NewsSearchDataClass
693
+
694
+ def initialize(context, base_url, options)
695
+ super(context)
696
+ end
697
+ end
698
+
699
+ class SpellCheckAdapter < Azure::Profiles::Latest::SpellCheck::SpellCheckDataClass
700
+
701
+ def initialize(context, base_url, options)
702
+ super(context)
703
+ end
704
+ end
705
+
706
+ class TextAnalyticsAdapter < Azure::Profiles::Latest::TextAnalytics::TextAnalyticsDataClass
707
+
708
+ def initialize(context, base_url, options)
709
+ super(context)
710
+ end
711
+ end
712
+
713
+ class VideoSearchAdapter < Azure::Profiles::Latest::VideoSearch::VideoSearchDataClass
714
+
715
+ def initialize(context, base_url, options)
716
+ super(context)
717
+ end
718
+ end
719
+
720
+ class WebSearchAdapter < Azure::Profiles::Latest::WebSearch::WebSearchDataClass
721
+
722
+ def initialize(context, base_url, options)
723
+ super(context)
724
+ end
141
725
  end
142
726
 
143
727
  end