azure_mgmt_features 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3edb49a61806df945f9ea1ec5b5562bd82bd5f45
4
- data.tar.gz: 84f60f03251fab8955dc8c17d680e8be403f2cf9
3
+ metadata.gz: 1532c62efb291e6702580a01dde440e51ceca249
4
+ data.tar.gz: 150add0d65aa128ede60b2a62bb49ca4fc266260
5
5
  SHA512:
6
- metadata.gz: 62551634854e17f979af8360f3eb14112dcd3d99d416922604b094af91917042afa8bc148ec540bfd9b5f898a3b4d5fffa570d2e9774d465c9bf7233d875b822
7
- data.tar.gz: 5df5bd1bb49fdad51d3da94d5d2ea8cb75502f9d95f807dc646afdccf7987bc0fdcad086e6a9de0d81dbeb969226c721634214341f82b556e004a76b368fedbf
6
+ metadata.gz: 3db4d5ec6daac7780af9c8df22bcc1b189fa6f3e423dcd156e2360baeba11d49b420a382a706c767241e10083a8100b9915d9cd7d0d99ea18682baf397840f49
7
+ data.tar.gz: a960ff35639717794ac91b6713b5d8073a489dff7d1caf12e1a1c5ba7b651d941d51148c93f5d180a4d5327334a440658f559bf6443dfd75a9e520ee096c05a2
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -24,11 +24,8 @@ module Azure::ARM::Features
24
24
  autoload :FeatureClient, 'generated/azure_mgmt_features/feature_client.rb'
25
25
 
26
26
  module Models
27
- autoload :DeploymentExtendedFilter, 'generated/azure_mgmt_features/models/deployment_extended_filter.rb'
28
- autoload :GenericResourceFilter, 'generated/azure_mgmt_features/models/generic_resource_filter.rb'
29
- autoload :ResourceGroupFilter, 'generated/azure_mgmt_features/models/resource_group_filter.rb'
30
- autoload :FeatureProperties, 'generated/azure_mgmt_features/models/feature_properties.rb'
31
27
  autoload :FeatureResult, 'generated/azure_mgmt_features/models/feature_result.rb'
32
28
  autoload :FeatureOperationsListResult, 'generated/azure_mgmt_features/models/feature_operations_list_result.rb'
29
+ autoload :FeatureProperties, 'generated/azure_mgmt_features/models/feature_properties.rb'
33
30
  end
34
31
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -17,12 +17,10 @@ module Azure::ARM::Features
17
17
  # @return Credentials needed for the client to connect to Azure.
18
18
  attr_reader :credentials
19
19
 
20
- # @return [String] Gets subscription credentials which uniquely identify
21
- # Microsoft Azure subscription. The subscription ID forms part of the URI
22
- # for every service call.
20
+ # @return [String] The ID of the target subscription.
23
21
  attr_accessor :subscription_id
24
22
 
25
- # @return [String] Client Api Version.
23
+ # @return [String] The API version to use for this operation.
26
24
  attr_reader :api_version
27
25
 
28
26
  # @return [String] Gets or sets the preferred language for the response.
@@ -58,6 +56,7 @@ module Azure::ARM::Features
58
56
  @accept_language = 'en-US'
59
57
  @long_running_operation_retry_timeout = 30
60
58
  @generate_client_request_id = true
59
+ add_telemetry
61
60
  end
62
61
 
63
62
  #
@@ -115,5 +114,17 @@ module Azure::ARM::Features
115
114
  super(request_url, method, path, options)
116
115
  end
117
116
 
117
+
118
+ private
119
+ #
120
+ # Adds telemetry information.
121
+ #
122
+ def add_telemetry
123
+ sdk_information = 'azure_mgmt_features'
124
+ if defined? Azure::ARM::Features::VERSION
125
+ sdk_information = "#{sdk_information}/#{Azure::ARM::Features::VERSION}"
126
+ end
127
+ add_user_agent_information(sdk_information)
128
+ end
118
129
  end
119
130
  end
@@ -1,11 +1,15 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Features
7
7
  #
8
- # Features
8
+ # Azure Feature Exposure Control (AFEC) provides a mechanism for the resource
9
+ # providers to control feature exposure to users. Resource providers
10
+ # typically use this mechanism to provide public/private preview for new
11
+ # features prior to making them generally available. Users need to explicitly
12
+ # register for AFEC features to get access to such functionality.
9
13
  #
10
14
  class Features
11
15
  include Azure::ARM::Features::Models
@@ -23,28 +27,7 @@ module Azure::ARM::Features
23
27
  attr_reader :client
24
28
 
25
29
  #
26
- # Gets a list of previewed features for all the providers in the current
27
- # subscription.
28
- #
29
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
30
- # will be added to the HTTP request.
31
- #
32
- # @return [FeatureOperationsListResult] which provide lazy access to pages of
33
- # the response.
34
- #
35
- def list_all_as_lazy(custom_headers = nil)
36
- response = list_all_async(custom_headers).value!
37
- unless response.nil?
38
- page = response.body
39
- page.next_method = Proc.new do |next_page_link|
40
- list_all_next_async(next_page_link, custom_headers)
41
- end
42
- page
43
- end
44
- end
45
-
46
- #
47
- # Gets a list of previewed features for all the providers in the current
30
+ # Gets all the preview features that are available through AFEC for the
48
31
  # subscription.
49
32
  #
50
33
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -58,7 +41,7 @@ module Azure::ARM::Features
58
41
  end
59
42
 
60
43
  #
61
- # Gets a list of previewed features for all the providers in the current
44
+ # Gets all the preview features that are available through AFEC for the
62
45
  # subscription.
63
46
  #
64
47
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -71,7 +54,7 @@ module Azure::ARM::Features
71
54
  end
72
55
 
73
56
  #
74
- # Gets a list of previewed features for all the providers in the current
57
+ # Gets all the preview features that are available through AFEC for the
75
58
  # subscription.
76
59
  #
77
60
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -130,32 +113,11 @@ module Azure::ARM::Features
130
113
  end
131
114
 
132
115
  #
133
- # Gets a list of previewed features of a resource provider.
116
+ # Gets all the preview features in a provider namespace that are available
117
+ # through AFEC for the subscription.
134
118
  #
135
119
  # @param resource_provider_namespace [String] The namespace of the resource
136
- # provider.
137
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
138
- # will be added to the HTTP request.
139
- #
140
- # @return [FeatureOperationsListResult] which provide lazy access to pages of
141
- # the response.
142
- #
143
- def list_as_lazy(resource_provider_namespace, custom_headers = nil)
144
- response = list_async(resource_provider_namespace, custom_headers).value!
145
- unless response.nil?
146
- page = response.body
147
- page.next_method = Proc.new do |next_page_link|
148
- list_next_async(next_page_link, custom_headers)
149
- end
150
- page
151
- end
152
- end
153
-
154
- #
155
- # Gets a list of previewed features of a resource provider.
156
- #
157
- # @param resource_provider_namespace [String] The namespace of the resource
158
- # provider.
120
+ # provider for getting features.
159
121
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
160
122
  # will be added to the HTTP request.
161
123
  #
@@ -167,10 +129,11 @@ module Azure::ARM::Features
167
129
  end
168
130
 
169
131
  #
170
- # Gets a list of previewed features of a resource provider.
132
+ # Gets all the preview features in a provider namespace that are available
133
+ # through AFEC for the subscription.
171
134
  #
172
135
  # @param resource_provider_namespace [String] The namespace of the resource
173
- # provider.
136
+ # provider for getting features.
174
137
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
175
138
  # will be added to the HTTP request.
176
139
  #
@@ -181,10 +144,11 @@ module Azure::ARM::Features
181
144
  end
182
145
 
183
146
  #
184
- # Gets a list of previewed features of a resource provider.
147
+ # Gets all the preview features in a provider namespace that are available
148
+ # through AFEC for the subscription.
185
149
  #
186
150
  # @param resource_provider_namespace [String] The namespace of the resource
187
- # provider.
151
+ # provider for getting features.
188
152
  # @param [Hash{String => String}] A hash of custom headers that will be added
189
153
  # to the HTTP request.
190
154
  #
@@ -242,11 +206,11 @@ module Azure::ARM::Features
242
206
  end
243
207
 
244
208
  #
245
- # Get all features under the subscription.
209
+ # Gets the preview feature with the specified name.
246
210
  #
247
- # @param resource_provider_namespace [String] Namespace of the resource
248
- # provider.
249
- # @param feature_name [String] Previewed feature name in the resource provider.
211
+ # @param resource_provider_namespace [String] The resource provider namespace
212
+ # for the feature.
213
+ # @param feature_name [String] The name of the feature to get.
250
214
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
251
215
  # will be added to the HTTP request.
252
216
  #
@@ -258,11 +222,11 @@ module Azure::ARM::Features
258
222
  end
259
223
 
260
224
  #
261
- # Get all features under the subscription.
225
+ # Gets the preview feature with the specified name.
262
226
  #
263
- # @param resource_provider_namespace [String] Namespace of the resource
264
- # provider.
265
- # @param feature_name [String] Previewed feature name in the resource provider.
227
+ # @param resource_provider_namespace [String] The resource provider namespace
228
+ # for the feature.
229
+ # @param feature_name [String] The name of the feature to get.
266
230
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
267
231
  # will be added to the HTTP request.
268
232
  #
@@ -273,11 +237,11 @@ module Azure::ARM::Features
273
237
  end
274
238
 
275
239
  #
276
- # Get all features under the subscription.
240
+ # Gets the preview feature with the specified name.
277
241
  #
278
- # @param resource_provider_namespace [String] Namespace of the resource
279
- # provider.
280
- # @param feature_name [String] Previewed feature name in the resource provider.
242
+ # @param resource_provider_namespace [String] The resource provider namespace
243
+ # for the feature.
244
+ # @param feature_name [String] The name of the feature to get.
281
245
  # @param [Hash{String => String}] A hash of custom headers that will be added
282
246
  # to the HTTP request.
283
247
  #
@@ -336,11 +300,11 @@ module Azure::ARM::Features
336
300
  end
337
301
 
338
302
  #
339
- # Registers for a previewed feature of a resource provider.
303
+ # Registers the preview feature for the subscription.
340
304
  #
341
- # @param resource_provider_namespace [String] Namespace of the resource
305
+ # @param resource_provider_namespace [String] The namespace of the resource
342
306
  # provider.
343
- # @param feature_name [String] Previewed feature name in the resource provider.
307
+ # @param feature_name [String] The name of the feature to register.
344
308
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
345
309
  # will be added to the HTTP request.
346
310
  #
@@ -352,11 +316,11 @@ module Azure::ARM::Features
352
316
  end
353
317
 
354
318
  #
355
- # Registers for a previewed feature of a resource provider.
319
+ # Registers the preview feature for the subscription.
356
320
  #
357
- # @param resource_provider_namespace [String] Namespace of the resource
321
+ # @param resource_provider_namespace [String] The namespace of the resource
358
322
  # provider.
359
- # @param feature_name [String] Previewed feature name in the resource provider.
323
+ # @param feature_name [String] The name of the feature to register.
360
324
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
361
325
  # will be added to the HTTP request.
362
326
  #
@@ -367,11 +331,11 @@ module Azure::ARM::Features
367
331
  end
368
332
 
369
333
  #
370
- # Registers for a previewed feature of a resource provider.
334
+ # Registers the preview feature for the subscription.
371
335
  #
372
- # @param resource_provider_namespace [String] Namespace of the resource
336
+ # @param resource_provider_namespace [String] The namespace of the resource
373
337
  # provider.
374
- # @param feature_name [String] Previewed feature name in the resource provider.
338
+ # @param feature_name [String] The name of the feature to register.
375
339
  # @param [Hash{String => String}] A hash of custom headers that will be added
376
340
  # to the HTTP request.
377
341
  #
@@ -430,11 +394,11 @@ module Azure::ARM::Features
430
394
  end
431
395
 
432
396
  #
433
- # Gets a list of previewed features for all the providers in the current
397
+ # Gets all the preview features that are available through AFEC for the
434
398
  # subscription.
435
399
  #
436
- # @param next_page_link [String] The NextLink from the previous successful
437
- # call to List operation.
400
+ # @param next_page_link [String] The NextLink from the previous successful call
401
+ # to List operation.
438
402
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
439
403
  # will be added to the HTTP request.
440
404
  #
@@ -446,11 +410,11 @@ module Azure::ARM::Features
446
410
  end
447
411
 
448
412
  #
449
- # Gets a list of previewed features for all the providers in the current
413
+ # Gets all the preview features that are available through AFEC for the
450
414
  # subscription.
451
415
  #
452
- # @param next_page_link [String] The NextLink from the previous successful
453
- # call to List operation.
416
+ # @param next_page_link [String] The NextLink from the previous successful call
417
+ # to List operation.
454
418
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
455
419
  # will be added to the HTTP request.
456
420
  #
@@ -461,11 +425,11 @@ module Azure::ARM::Features
461
425
  end
462
426
 
463
427
  #
464
- # Gets a list of previewed features for all the providers in the current
428
+ # Gets all the preview features that are available through AFEC for the
465
429
  # subscription.
466
430
  #
467
- # @param next_page_link [String] The NextLink from the previous successful
468
- # call to List operation.
431
+ # @param next_page_link [String] The NextLink from the previous successful call
432
+ # to List operation.
469
433
  # @param [Hash{String => String}] A hash of custom headers that will be added
470
434
  # to the HTTP request.
471
435
  #
@@ -520,10 +484,11 @@ module Azure::ARM::Features
520
484
  end
521
485
 
522
486
  #
523
- # Gets a list of previewed features of a resource provider.
487
+ # Gets all the preview features in a provider namespace that are available
488
+ # through AFEC for the subscription.
524
489
  #
525
- # @param next_page_link [String] The NextLink from the previous successful
526
- # call to List operation.
490
+ # @param next_page_link [String] The NextLink from the previous successful call
491
+ # to List operation.
527
492
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
528
493
  # will be added to the HTTP request.
529
494
  #
@@ -535,10 +500,11 @@ module Azure::ARM::Features
535
500
  end
536
501
 
537
502
  #
538
- # Gets a list of previewed features of a resource provider.
503
+ # Gets all the preview features in a provider namespace that are available
504
+ # through AFEC for the subscription.
539
505
  #
540
- # @param next_page_link [String] The NextLink from the previous successful
541
- # call to List operation.
506
+ # @param next_page_link [String] The NextLink from the previous successful call
507
+ # to List operation.
542
508
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
543
509
  # will be added to the HTTP request.
544
510
  #
@@ -549,10 +515,11 @@ module Azure::ARM::Features
549
515
  end
550
516
 
551
517
  #
552
- # Gets a list of previewed features of a resource provider.
518
+ # Gets all the preview features in a provider namespace that are available
519
+ # through AFEC for the subscription.
553
520
  #
554
- # @param next_page_link [String] The NextLink from the previous successful
555
- # call to List operation.
521
+ # @param next_page_link [String] The NextLink from the previous successful call
522
+ # to List operation.
556
523
  # @param [Hash{String => String}] A hash of custom headers that will be added
557
524
  # to the HTTP request.
558
525
  #
@@ -606,5 +573,49 @@ module Azure::ARM::Features
606
573
  promise.execute
607
574
  end
608
575
 
576
+ #
577
+ # Gets all the preview features that are available through AFEC for the
578
+ # subscription.
579
+ #
580
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
581
+ # will be added to the HTTP request.
582
+ #
583
+ # @return [FeatureOperationsListResult] which provide lazy access to pages of
584
+ # the response.
585
+ #
586
+ def list_all_as_lazy(custom_headers = nil)
587
+ response = list_all_async(custom_headers).value!
588
+ unless response.nil?
589
+ page = response.body
590
+ page.next_method = Proc.new do |next_page_link|
591
+ list_all_next_async(next_page_link, custom_headers)
592
+ end
593
+ page
594
+ end
595
+ end
596
+
597
+ #
598
+ # Gets all the preview features in a provider namespace that are available
599
+ # through AFEC for the subscription.
600
+ #
601
+ # @param resource_provider_namespace [String] The namespace of the resource
602
+ # provider for getting features.
603
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
604
+ # will be added to the HTTP request.
605
+ #
606
+ # @return [FeatureOperationsListResult] which provide lazy access to pages of
607
+ # the response.
608
+ #
609
+ def list_as_lazy(resource_provider_namespace, custom_headers = nil)
610
+ response = list_async(resource_provider_namespace, custom_headers).value!
611
+ unless response.nil?
612
+ page = response.body
613
+ page.next_method = Proc.new do |next_page_link|
614
+ list_next_async(next_page_link, custom_headers)
615
+ end
616
+ page
617
+ end
618
+ end
619
+
609
620
  end
610
621
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,10 +12,10 @@ module Azure::ARM::Features
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [Array<FeatureResult>] Gets or sets the list of Features.
15
+ # @return [Array<FeatureResult>] The array of features.
16
16
  attr_accessor :value
17
17
 
18
- # @return [String] Gets or sets the URL to get the next set of results.
18
+ # @return [String] The URL to use for getting the next set of results.
19
19
  attr_accessor :next_link
20
20
 
21
21
  # return [Proc] with next page method call.
@@ -1,18 +1,19 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Features
7
7
  module Models
8
8
  #
9
- # Previewed feature information.
9
+ # Information about feature.
10
10
  #
11
11
  class FeatureProperties
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [String] Gets or sets the state of the previewed feature.
15
+ # @return [String] The registration state of the feature for the
16
+ # subscription.
16
17
  attr_accessor :state
17
18
 
18
19
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,17 +12,16 @@ module Azure::ARM::Features
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [String] Gets or sets the name of the feature.
15
+ # @return [String] The name of the feature.
16
16
  attr_accessor :name
17
17
 
18
- # @return [FeatureProperties] Gets or sets the properties of the
19
- # previewed feature.
18
+ # @return [FeatureProperties] Properties of the previewed feature.
20
19
  attr_accessor :properties
21
20
 
22
- # @return [String] Gets or sets the Id of the feature.
21
+ # @return [String] The resource ID of the feature.
23
22
  attr_accessor :id
24
23
 
25
- # @return [String] Gets or sets the type of the feature.
24
+ # @return [String] The resource type of the feature.
26
25
  attr_accessor :type
27
26
 
28
27
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -1,8 +1,8 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Features
7
- VERSION = '0.7.0'
7
+ VERSION = '0.8.0'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_features
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-14 00:00:00.000000000 Z
11
+ date: 2016-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.6.0
75
+ version: 0.6.2
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 0.6.0
82
+ version: 0.6.2
83
83
  description: Microsoft Azure Resource Provider Feature Management Client Library for
84
84
  Ruby
85
85
  email: azrubyteam@microsoft.com
@@ -92,12 +92,9 @@ files:
92
92
  - lib/generated/azure_mgmt_features.rb
93
93
  - lib/generated/azure_mgmt_features/feature_client.rb
94
94
  - lib/generated/azure_mgmt_features/features.rb
95
- - lib/generated/azure_mgmt_features/models/deployment_extended_filter.rb
96
95
  - lib/generated/azure_mgmt_features/models/feature_operations_list_result.rb
97
96
  - lib/generated/azure_mgmt_features/models/feature_properties.rb
98
97
  - lib/generated/azure_mgmt_features/models/feature_result.rb
99
- - lib/generated/azure_mgmt_features/models/generic_resource_filter.rb
100
- - lib/generated/azure_mgmt_features/models/resource_group_filter.rb
101
98
  - lib/generated/azure_mgmt_features/module_definition.rb
102
99
  - lib/generated/azure_mgmt_features/version.rb
103
100
  homepage: https://aka.ms/azure-sdk-for-ruby
@@ -1,44 +0,0 @@
1
- # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
3
- # Changes may cause incorrect behavior and will be lost if the code is
4
- # regenerated.
5
-
6
- module Azure::ARM::Features
7
- module Models
8
- #
9
- # Deployment filter.
10
- #
11
- class DeploymentExtendedFilter
12
-
13
- include MsRestAzure
14
-
15
- # @return [String] Gets or sets the provisioning state.
16
- attr_accessor :provisioning_state
17
-
18
-
19
- #
20
- # Mapper for DeploymentExtendedFilter class as Ruby Hash.
21
- # This will be used for serialization/deserialization.
22
- #
23
- def self.mapper()
24
- {
25
- required: false,
26
- serialized_name: 'DeploymentExtendedFilter',
27
- type: {
28
- name: 'Composite',
29
- class_name: 'DeploymentExtendedFilter',
30
- model_properties: {
31
- provisioning_state: {
32
- required: false,
33
- serialized_name: 'provisioningState',
34
- type: {
35
- name: 'String'
36
- }
37
- }
38
- }
39
- }
40
- }
41
- end
42
- end
43
- end
44
- end
@@ -1,64 +0,0 @@
1
- # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
3
- # Changes may cause incorrect behavior and will be lost if the code is
4
- # regenerated.
5
-
6
- module Azure::ARM::Features
7
- module Models
8
- #
9
- # Resource filter.
10
- #
11
- class GenericResourceFilter
12
-
13
- include MsRestAzure
14
-
15
- # @return [String] Gets or sets the resource type.
16
- attr_accessor :resource_type
17
-
18
- # @return [String] Gets or sets the tag name.
19
- attr_accessor :tagname
20
-
21
- # @return [String] Gets or sets the tag value.
22
- attr_accessor :tagvalue
23
-
24
-
25
- #
26
- # Mapper for GenericResourceFilter class as Ruby Hash.
27
- # This will be used for serialization/deserialization.
28
- #
29
- def self.mapper()
30
- {
31
- required: false,
32
- serialized_name: 'GenericResourceFilter',
33
- type: {
34
- name: 'Composite',
35
- class_name: 'GenericResourceFilter',
36
- model_properties: {
37
- resource_type: {
38
- required: false,
39
- serialized_name: 'resourceType',
40
- type: {
41
- name: 'String'
42
- }
43
- },
44
- tagname: {
45
- required: false,
46
- serialized_name: 'tagname',
47
- type: {
48
- name: 'String'
49
- }
50
- },
51
- tagvalue: {
52
- required: false,
53
- serialized_name: 'tagvalue',
54
- type: {
55
- name: 'String'
56
- }
57
- }
58
- }
59
- }
60
- }
61
- end
62
- end
63
- end
64
- end
@@ -1,54 +0,0 @@
1
- # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
3
- # Changes may cause incorrect behavior and will be lost if the code is
4
- # regenerated.
5
-
6
- module Azure::ARM::Features
7
- module Models
8
- #
9
- # Resource group filter.
10
- #
11
- class ResourceGroupFilter
12
-
13
- include MsRestAzure
14
-
15
- # @return [String] Gets or sets the tag name.
16
- attr_accessor :tag_name
17
-
18
- # @return [String] Gets or sets the tag value.
19
- attr_accessor :tag_value
20
-
21
-
22
- #
23
- # Mapper for ResourceGroupFilter class as Ruby Hash.
24
- # This will be used for serialization/deserialization.
25
- #
26
- def self.mapper()
27
- {
28
- required: false,
29
- serialized_name: 'ResourceGroupFilter',
30
- type: {
31
- name: 'Composite',
32
- class_name: 'ResourceGroupFilter',
33
- model_properties: {
34
- tag_name: {
35
- required: false,
36
- serialized_name: 'tagName',
37
- type: {
38
- name: 'String'
39
- }
40
- },
41
- tag_value: {
42
- required: false,
43
- serialized_name: 'tagValue',
44
- type: {
45
- name: 'String'
46
- }
47
- }
48
- }
49
- }
50
- }
51
- end
52
- end
53
- end
54
- end