azure_mgmt_resources 0.17.3 → 0.17.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6b3ec9f844b04f9e6137104fe093abb444bf4b21b58ac1c694c2ac34e54a109
4
- data.tar.gz: 34763e28e009a414e53f622bd0d7fa18d38efb8c9ec5935da8d6bbbc43eb4c4e
3
+ metadata.gz: 2e97eb328f6127d8ef9b0d33b1277d1ec138f2ed821a6cd553b45b6b34dcc3bc
4
+ data.tar.gz: c07ba8347fe957a026b2567449f8a0c2cf08ab1dc19eb766941e4f71159570e4
5
5
  SHA512:
6
- metadata.gz: 4a6110db1f264a478f84e7210b566f8e2842203b8801d3068fdb28c0eca440829bddd65d0440bff8c667eb60c7596ed18788f03c3cc92fd88e743788ca4c1e95
7
- data.tar.gz: 5c3e2722819f0068746700d19095b9466d33077d1df310b2da0dfa66f7aacca91a17e72679ade17e1344dd9b381e8b09323be33a7ef97851c4382598682e5c7e
6
+ metadata.gz: 6f09a05beddefd5dfbf33343ed44d55dbc006ea428453165de0181f15ade7277bb50b22a7cb328f25c2d93cd30687709d2aacb9230818c972272e88355dc4ca0
7
+ data.tar.gz: 43ef74d1f2912a662fe98c60b12bfd440183e209b915950f871f7e3bb78ded6587ccd96537dded7e3ef6a1e19e8926481b2e9342646d0ad189a07c2dbfe5c0f7
@@ -144,7 +144,7 @@ module Azure::Resources::Mgmt::V2016_02_01
144
144
  #
145
145
  def add_telemetry
146
146
  sdk_information = 'azure_mgmt_resources'
147
- sdk_information = "#{sdk_information}/0.17.3"
147
+ sdk_information = "#{sdk_information}/0.17.4"
148
148
  add_user_agent_information(sdk_information)
149
149
  end
150
150
  end
@@ -146,7 +146,7 @@ module Azure::Resources::Mgmt::V2016_07_01
146
146
  #
147
147
  def add_telemetry
148
148
  sdk_information = 'azure_mgmt_resources'
149
- sdk_information = "#{sdk_information}/0.17.3"
149
+ sdk_information = "#{sdk_information}/0.17.4"
150
150
  add_user_agent_information(sdk_information)
151
151
  end
152
152
  end
@@ -144,7 +144,7 @@ module Azure::Resources::Mgmt::V2016_09_01
144
144
  #
145
145
  def add_telemetry
146
146
  sdk_information = 'azure_mgmt_resources'
147
- sdk_information = "#{sdk_information}/0.17.3"
147
+ sdk_information = "#{sdk_information}/0.17.4"
148
148
  add_user_agent_information(sdk_information)
149
149
  end
150
150
  end
@@ -144,7 +144,7 @@ module Azure::Resources::Mgmt::V2017_05_10
144
144
  #
145
145
  def add_telemetry
146
146
  sdk_information = 'azure_mgmt_resources'
147
- sdk_information = "#{sdk_information}/0.17.3"
147
+ sdk_information = "#{sdk_information}/0.17.4"
148
148
  add_user_agent_information(sdk_information)
149
149
  end
150
150
  end
@@ -144,7 +144,7 @@ module Azure::Resources::Mgmt::V2018_02_01
144
144
  #
145
145
  def add_telemetry
146
146
  sdk_information = 'azure_mgmt_resources'
147
- sdk_information = "#{sdk_information}/0.17.3"
147
+ sdk_information = "#{sdk_information}/0.17.4"
148
148
  add_user_agent_information(sdk_information)
149
149
  end
150
150
  end
@@ -148,7 +148,7 @@ module Azure::Resources::Mgmt::V2018_05_01
148
148
  #
149
149
  def add_telemetry
150
150
  sdk_information = 'azure_mgmt_resources'
151
- sdk_information = "#{sdk_information}/0.17.3"
151
+ sdk_information = "#{sdk_information}/0.17.4"
152
152
  add_user_agent_information(sdk_information)
153
153
  end
154
154
  end
@@ -10,4 +10,5 @@ require '2016-09-01/generated/azure_mgmt_resources'
10
10
  require '2017-05-10/generated/azure_mgmt_resources'
11
11
  require 'profiles/v2017_03_09/resources_v2017_03_09_profile_client'
12
12
  require 'profiles/latest/resources_latest_profile_client'
13
+ require 'profiles/v2019_03_01_hybrid/resources_v2019_03_01_hybrid_profile_client'
13
14
  require 'profiles/v2018_03_01/resources_v2018_03_01_profile_client'
@@ -0,0 +1,289 @@
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_mgmt_resources'
6
+
7
+ module Azure::Resources::Profiles::V2019_03_01_Hybrid
8
+ module Mgmt
9
+ Operations = Azure::Resources::Mgmt::V2018_05_01::Operations
10
+ Deployments = Azure::Resources::Mgmt::V2018_05_01::Deployments
11
+ Providers = Azure::Resources::Mgmt::V2018_05_01::Providers
12
+ Resources = Azure::Resources::Mgmt::V2018_05_01::Resources
13
+ ResourceGroups = Azure::Resources::Mgmt::V2018_05_01::ResourceGroups
14
+ Tags = Azure::Resources::Mgmt::V2018_05_01::Tags
15
+ DeploymentOperations = Azure::Resources::Mgmt::V2018_05_01::DeploymentOperations
16
+
17
+ module Models
18
+ IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue
19
+ Identity = Azure::Resources::Mgmt::V2018_05_01::Models::Identity
20
+ GenericResourceFilter = Azure::Resources::Mgmt::V2018_05_01::Models::GenericResourceFilter
21
+ ResourceGroupFilter = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter
22
+ ParametersLink = Azure::Resources::Mgmt::V2018_05_01::Models::ParametersLink
23
+ ResourceListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult
24
+ OnErrorDeployment = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeployment
25
+ ResourceGroupProperties = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties
26
+ Deployment = Azure::Resources::Mgmt::V2018_05_01::Models::Deployment
27
+ ResourceGroup = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup
28
+ ResourceManagementErrorWithDetails = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceManagementErrorWithDetails
29
+ ResourceGroupPatchable = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable
30
+ AliasType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasType
31
+ ResourceGroupListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult
32
+ Provider = Azure::Resources::Mgmt::V2018_05_01::Models::Provider
33
+ ResourcesMoveInfo = Azure::Resources::Mgmt::V2018_05_01::Models::ResourcesMoveInfo
34
+ Dependency = Azure::Resources::Mgmt::V2018_05_01::Models::Dependency
35
+ ExportTemplateRequest = Azure::Resources::Mgmt::V2018_05_01::Models::ExportTemplateRequest
36
+ DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended
37
+ TagCount = Azure::Resources::Mgmt::V2018_05_01::Models::TagCount
38
+ DeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended
39
+ TagValue = Azure::Resources::Mgmt::V2018_05_01::Models::TagValue
40
+ ProviderListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult
41
+ TagDetails = Azure::Resources::Mgmt::V2018_05_01::Models::TagDetails
42
+ Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku
43
+ TagsListResult = Azure::Resources::Mgmt::V2018_05_01::Models::TagsListResult
44
+ TemplateLink = Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink
45
+ TargetResource = Azure::Resources::Mgmt::V2018_05_01::Models::TargetResource
46
+ DeploymentProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties
47
+ HttpMessage = Azure::Resources::Mgmt::V2018_05_01::Models::HttpMessage
48
+ AliasPathType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType
49
+ DeploymentOperationProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties
50
+ BasicDependency = Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency
51
+ DeploymentOperation = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperation
52
+ DeploymentValidateResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult
53
+ DeploymentOperationsListResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationsListResult
54
+ Plan = Azure::Resources::Mgmt::V2018_05_01::Models::Plan
55
+ ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceProviderOperationDisplayProperties
56
+ DebugSetting = Azure::Resources::Mgmt::V2018_05_01::Models::DebugSetting
57
+ Resource = Azure::Resources::Mgmt::V2018_05_01::Models::Resource
58
+ ProviderResourceType = Azure::Resources::Mgmt::V2018_05_01::Models::ProviderResourceType
59
+ SubResource = Azure::Resources::Mgmt::V2018_05_01::Models::SubResource
60
+ DeploymentListResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentListResult
61
+ ResourceGroupExportResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupExportResult
62
+ DeploymentExportResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult
63
+ OperationDisplay = Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay
64
+ DeploymentExtendedFilter = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter
65
+ Operation = Azure::Resources::Mgmt::V2018_05_01::Models::Operation
66
+ OnErrorDeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended
67
+ OperationListResult = Azure::Resources::Mgmt::V2018_05_01::Models::OperationListResult
68
+ GenericResource = Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource
69
+ DeploymentMode = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentMode
70
+ OnErrorDeploymentType = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType
71
+ ResourceIdentityType = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType
72
+ end
73
+
74
+ #
75
+ # ResourcesManagementClass
76
+ #
77
+ class ResourcesManagementClass
78
+ attr_reader :operations, :deployments, :providers, :resources, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes
79
+
80
+ def initialize(options = {})
81
+ if options.is_a?(Hash) && options.length == 0
82
+ @options = setup_default_options
83
+ else
84
+ @options = options
85
+ end
86
+
87
+ reset!(options)
88
+
89
+ @configurable = self
90
+ @base_url = options[:base_url].nil? ? nil:options[:base_url]
91
+ @options = options[:options].nil? ? nil:options[:options]
92
+
93
+ @client_0 = Azure::Resources::Mgmt::V2018_05_01::ResourceManagementClient.new(configurable.credentials, base_url, options)
94
+ if(@client_0.respond_to?(:subscription_id))
95
+ @client_0.subscription_id = configurable.subscription_id
96
+ end
97
+ add_telemetry(@client_0)
98
+ @operations = @client_0.operations
99
+ @deployments = @client_0.deployments
100
+ @providers = @client_0.providers
101
+ @resources = @client_0.resources
102
+ @resource_groups = @client_0.resource_groups
103
+ @tags = @client_0.tags
104
+ @deployment_operations = @client_0.deployment_operations
105
+
106
+ @model_classes = ModelClasses.new
107
+ end
108
+
109
+ def add_telemetry(client)
110
+ profile_information = 'Profiles/V2019_03_01_Hybrid/Resources/Mgmt'
111
+ client.add_user_agent_information(profile_information)
112
+ end
113
+
114
+ def method_missing(method, *args)
115
+ if @client_0.respond_to?method
116
+ @client_0.send(method, *args)
117
+ else
118
+ super
119
+ end
120
+ end
121
+
122
+ end
123
+
124
+ class ModelClasses
125
+ def identity_user_assigned_identities_value
126
+ Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue
127
+ end
128
+ def identity
129
+ Azure::Resources::Mgmt::V2018_05_01::Models::Identity
130
+ end
131
+ def generic_resource_filter
132
+ Azure::Resources::Mgmt::V2018_05_01::Models::GenericResourceFilter
133
+ end
134
+ def resource_group_filter
135
+ Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter
136
+ end
137
+ def parameters_link
138
+ Azure::Resources::Mgmt::V2018_05_01::Models::ParametersLink
139
+ end
140
+ def resource_list_result
141
+ Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult
142
+ end
143
+ def on_error_deployment
144
+ Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeployment
145
+ end
146
+ def resource_group_properties
147
+ Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties
148
+ end
149
+ def deployment
150
+ Azure::Resources::Mgmt::V2018_05_01::Models::Deployment
151
+ end
152
+ def resource_group
153
+ Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup
154
+ end
155
+ def resource_management_error_with_details
156
+ Azure::Resources::Mgmt::V2018_05_01::Models::ResourceManagementErrorWithDetails
157
+ end
158
+ def resource_group_patchable
159
+ Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable
160
+ end
161
+ def alias_type
162
+ Azure::Resources::Mgmt::V2018_05_01::Models::AliasType
163
+ end
164
+ def resource_group_list_result
165
+ Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult
166
+ end
167
+ def provider
168
+ Azure::Resources::Mgmt::V2018_05_01::Models::Provider
169
+ end
170
+ def resources_move_info
171
+ Azure::Resources::Mgmt::V2018_05_01::Models::ResourcesMoveInfo
172
+ end
173
+ def dependency
174
+ Azure::Resources::Mgmt::V2018_05_01::Models::Dependency
175
+ end
176
+ def export_template_request
177
+ Azure::Resources::Mgmt::V2018_05_01::Models::ExportTemplateRequest
178
+ end
179
+ def deployment_properties_extended
180
+ Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended
181
+ end
182
+ def tag_count
183
+ Azure::Resources::Mgmt::V2018_05_01::Models::TagCount
184
+ end
185
+ def deployment_extended
186
+ Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended
187
+ end
188
+ def tag_value
189
+ Azure::Resources::Mgmt::V2018_05_01::Models::TagValue
190
+ end
191
+ def provider_list_result
192
+ Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult
193
+ end
194
+ def tag_details
195
+ Azure::Resources::Mgmt::V2018_05_01::Models::TagDetails
196
+ end
197
+ def sku
198
+ Azure::Resources::Mgmt::V2018_05_01::Models::Sku
199
+ end
200
+ def tags_list_result
201
+ Azure::Resources::Mgmt::V2018_05_01::Models::TagsListResult
202
+ end
203
+ def template_link
204
+ Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink
205
+ end
206
+ def target_resource
207
+ Azure::Resources::Mgmt::V2018_05_01::Models::TargetResource
208
+ end
209
+ def deployment_properties
210
+ Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties
211
+ end
212
+ def http_message
213
+ Azure::Resources::Mgmt::V2018_05_01::Models::HttpMessage
214
+ end
215
+ def alias_path_type
216
+ Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType
217
+ end
218
+ def deployment_operation_properties
219
+ Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties
220
+ end
221
+ def basic_dependency
222
+ Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency
223
+ end
224
+ def deployment_operation
225
+ Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperation
226
+ end
227
+ def deployment_validate_result
228
+ Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult
229
+ end
230
+ def deployment_operations_list_result
231
+ Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationsListResult
232
+ end
233
+ def plan
234
+ Azure::Resources::Mgmt::V2018_05_01::Models::Plan
235
+ end
236
+ def resource_provider_operation_display_properties
237
+ Azure::Resources::Mgmt::V2018_05_01::Models::ResourceProviderOperationDisplayProperties
238
+ end
239
+ def debug_setting
240
+ Azure::Resources::Mgmt::V2018_05_01::Models::DebugSetting
241
+ end
242
+ def resource
243
+ Azure::Resources::Mgmt::V2018_05_01::Models::Resource
244
+ end
245
+ def provider_resource_type
246
+ Azure::Resources::Mgmt::V2018_05_01::Models::ProviderResourceType
247
+ end
248
+ def sub_resource
249
+ Azure::Resources::Mgmt::V2018_05_01::Models::SubResource
250
+ end
251
+ def deployment_list_result
252
+ Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentListResult
253
+ end
254
+ def resource_group_export_result
255
+ Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupExportResult
256
+ end
257
+ def deployment_export_result
258
+ Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult
259
+ end
260
+ def operation_display
261
+ Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay
262
+ end
263
+ def deployment_extended_filter
264
+ Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter
265
+ end
266
+ def operation
267
+ Azure::Resources::Mgmt::V2018_05_01::Models::Operation
268
+ end
269
+ def on_error_deployment_extended
270
+ Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended
271
+ end
272
+ def operation_list_result
273
+ Azure::Resources::Mgmt::V2018_05_01::Models::OperationListResult
274
+ end
275
+ def generic_resource
276
+ Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource
277
+ end
278
+ def deployment_mode
279
+ Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentMode
280
+ end
281
+ def on_error_deployment_type
282
+ Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType
283
+ end
284
+ def resource_identity_type
285
+ Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType
286
+ end
287
+ end
288
+ end
289
+ end
@@ -0,0 +1,8 @@
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
+ module Azure end
6
+ module Azure::Resources end
7
+ module Azure::Resources::Profiles end
8
+ module Azure::Resources::Profiles::V2019_03_01_Hybrid end
@@ -0,0 +1,40 @@
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 'profiles/v2019_03_01_hybrid/resources_module_definition'
6
+ require 'profiles/v2019_03_01_hybrid/modules/resources_profile_module'
7
+
8
+ module Azure::Resources::Profiles::V2019_03_01_Hybrid
9
+ module Mgmt
10
+ #
11
+ # Client class for the V2019_03_01_Hybrid profile SDK.
12
+ #
13
+ class Client < ResourcesManagementClass
14
+ include MsRestAzure::Common::Configurable
15
+
16
+ #
17
+ # Initializes a new instance of the Client class.
18
+ # @param options [Hash] hash of client options.
19
+ # options = {
20
+ # tenant_id: 'YOUR TENANT ID',
21
+ # client_id: 'YOUR CLIENT ID',
22
+ # client_secret: 'YOUR CLIENT SECRET',
23
+ # subscription_id: 'YOUR SUBSCRIPTION ID',
24
+ # credentials: credentials,
25
+ # active_directory_settings: active_directory_settings,
26
+ # base_url: 'YOUR BASE URL',
27
+ # options: options
28
+ # }
29
+ # 'credentials' are optional and if not passed in the hash, will be obtained
30
+ # from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.
31
+ #
32
+ # Also, base_url, active_directory_settings & options are optional.
33
+ #
34
+ def initialize(options = {})
35
+ super(options)
36
+ end
37
+
38
+ end
39
+ end
40
+ end
@@ -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::Resources::Mgmt
6
- VERSION = '0.17.3'
6
+ VERSION = '0.17.4'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_resources
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.3
4
+ version: 0.17.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-13 00:00:00.000000000 Z
11
+ date: 2019-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -443,6 +443,9 @@ files:
443
443
  - lib/profiles/v2018_03_01/modules/resources_profile_module.rb
444
444
  - lib/profiles/v2018_03_01/resources_module_definition.rb
445
445
  - lib/profiles/v2018_03_01/resources_v2018_03_01_profile_client.rb
446
+ - lib/profiles/v2019_03_01_hybrid/modules/resources_profile_module.rb
447
+ - lib/profiles/v2019_03_01_hybrid/resources_module_definition.rb
448
+ - lib/profiles/v2019_03_01_hybrid/resources_v2019_03_01_hybrid_profile_client.rb
446
449
  - lib/version.rb
447
450
  homepage: https://aka.ms/azure-sdk-for-ruby
448
451
  licenses: