azure_mgmt_devtestlabs 0.17.3 → 0.18.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.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/arm_templates.rb +6 -0
  3. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/artifact_sources.rb +12 -0
  4. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/artifacts.rb +8 -0
  5. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/costs.rb +4 -0
  6. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/custom_images.rb +10 -0
  7. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/dev_test_labs_client.rb +1 -1
  8. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/disks.rb +14 -0
  9. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/environments.rb +10 -0
  10. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/formulas.rb +10 -0
  11. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/gallery_images.rb +4 -0
  12. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/global_schedules.rb +20 -0
  13. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/labs.rb +28 -0
  14. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/notification_channels.rb +14 -0
  15. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/operations.rb +2 -0
  16. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/policies.rb +12 -0
  17. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/policy_sets.rb +2 -0
  18. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/provider_operations.rb +4 -0
  19. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/schedules.rb +18 -0
  20. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/secrets.rb +10 -0
  21. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/service_runners.rb +10 -0
  22. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/users.rb +12 -0
  23. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/virtual_machine_schedules.rb +14 -0
  24. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/virtual_machines.rb +26 -0
  25. data/lib/2016-05-15/generated/azure_mgmt_devtestlabs/virtual_networks.rb +12 -0
  26. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs.rb +59 -60
  27. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/arm_templates.rb +9 -3
  28. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/artifact_sources.rb +18 -3
  29. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/artifacts.rb +8 -0
  30. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/costs.rb +4 -0
  31. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/custom_images.rb +15 -3
  32. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/dev_test_labs_client.rb +1 -1
  33. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/disks.rb +19 -3
  34. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/environments.rb +15 -3
  35. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/formulas.rb +19 -7
  36. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/gallery_images.rb +4 -0
  37. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/global_schedules.rb +23 -3
  38. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/labs.rb +33 -3
  39. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options.rb +2 -2
  40. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/attach_new_data_disk_options_fragment.rb +2 -2
  41. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/data_disk_storage_type_info.rb +1 -1
  42. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/data_disk_storage_type_info_fragment.rb +1 -1
  43. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk.rb +2 -2
  44. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/disk_fragment.rb +2 -2
  45. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab.rb +4 -3
  46. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_fragment.rb +1 -1
  47. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine.rb +1 -1
  48. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine_creation_parameter.rb +1 -1
  49. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine_creation_parameter_fragment.rb +1 -1
  50. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine_fragment.rb +1 -1
  51. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/storage_type.rb +1 -0
  52. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/virtual_machine_creation_source.rb +1 -0
  53. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/notification_channels.rb +38 -21
  54. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/operations.rb +2 -0
  55. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/policies.rb +15 -3
  56. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/policy_sets.rb +2 -0
  57. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/provider_operations.rb +4 -0
  58. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/schedules.rb +21 -3
  59. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/secrets.rb +15 -3
  60. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/service_fabric_schedules.rb +38 -24
  61. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/service_fabrics.rb +57 -36
  62. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/service_runners.rb +9 -229
  63. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/users.rb +15 -3
  64. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/virtual_machine_schedules.rb +17 -3
  65. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/virtual_machines.rb +48 -7
  66. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/virtual_networks.rb +18 -3
  67. data/lib/azure_mgmt_devtestlabs.rb +1 -1
  68. data/lib/profiles/latest/modules/devtestlabs_profile_module.rb +179 -183
  69. data/lib/version.rb +1 -1
  70. metadata +5 -6
  71. data/lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/service_runner_list.rb +0 -98
@@ -120,6 +120,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
120
120
  end
121
121
 
122
122
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
123
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
124
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
123
125
  # Deserialize Response
124
126
  if status_code == 200
125
127
  begin
@@ -142,7 +144,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
142
144
  #
143
145
  # @param resource_group_name [String] The name of the resource group.
144
146
  # @param lab_name [String] The name of the lab.
145
- # @param name [String] The name of the notificationChannel.
147
+ # @param name [String] The name of the notification channel.
146
148
  # @param expand [String] Specify the $expand query. Example:
147
149
  # 'properties($select=webHookUrl)'
148
150
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -160,7 +162,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
160
162
  #
161
163
  # @param resource_group_name [String] The name of the resource group.
162
164
  # @param lab_name [String] The name of the lab.
163
- # @param name [String] The name of the notificationChannel.
165
+ # @param name [String] The name of the notification channel.
164
166
  # @param expand [String] Specify the $expand query. Example:
165
167
  # 'properties($select=webHookUrl)'
166
168
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -177,7 +179,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
177
179
  #
178
180
  # @param resource_group_name [String] The name of the resource group.
179
181
  # @param lab_name [String] The name of the lab.
180
- # @param name [String] The name of the notificationChannel.
182
+ # @param name [String] The name of the notification channel.
181
183
  # @param expand [String] Specify the $expand query. Example:
182
184
  # 'properties($select=webHookUrl)'
183
185
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -222,6 +224,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
222
224
  end
223
225
 
224
226
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
227
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
228
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
225
229
  # Deserialize Response
226
230
  if status_code == 200
227
231
  begin
@@ -240,11 +244,11 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
240
244
  end
241
245
 
242
246
  #
243
- # Create or replace an existing notificationChannel.
247
+ # Create or replace an existing notification channel.
244
248
  #
245
249
  # @param resource_group_name [String] The name of the resource group.
246
250
  # @param lab_name [String] The name of the lab.
247
- # @param name [String] The name of the notificationChannel.
251
+ # @param name [String] The name of the notification channel.
248
252
  # @param notification_channel [NotificationChannel] A notification.
249
253
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
250
254
  # will be added to the HTTP request.
@@ -257,11 +261,11 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
257
261
  end
258
262
 
259
263
  #
260
- # Create or replace an existing notificationChannel.
264
+ # Create or replace an existing notification channel.
261
265
  #
262
266
  # @param resource_group_name [String] The name of the resource group.
263
267
  # @param lab_name [String] The name of the lab.
264
- # @param name [String] The name of the notificationChannel.
268
+ # @param name [String] The name of the notification channel.
265
269
  # @param notification_channel [NotificationChannel] A notification.
266
270
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
267
271
  # will be added to the HTTP request.
@@ -273,11 +277,11 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
273
277
  end
274
278
 
275
279
  #
276
- # Create or replace an existing notificationChannel.
280
+ # Create or replace an existing notification channel.
277
281
  #
278
282
  # @param resource_group_name [String] The name of the resource group.
279
283
  # @param lab_name [String] The name of the lab.
280
- # @param name [String] The name of the notificationChannel.
284
+ # @param name [String] The name of the notification channel.
281
285
  # @param notification_channel [NotificationChannel] A notification.
282
286
  # @param [Hash{String => String}] A hash of custom headers that will be added
283
287
  # to the HTTP request.
@@ -329,6 +333,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
329
333
  end
330
334
 
331
335
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
336
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
337
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
332
338
  # Deserialize Response
333
339
  if status_code == 200
334
340
  begin
@@ -361,7 +367,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
361
367
  #
362
368
  # @param resource_group_name [String] The name of the resource group.
363
369
  # @param lab_name [String] The name of the lab.
364
- # @param name [String] The name of the notificationChannel.
370
+ # @param name [String] The name of the notification channel.
365
371
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
366
372
  # will be added to the HTTP request.
367
373
  #
@@ -376,7 +382,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
376
382
  #
377
383
  # @param resource_group_name [String] The name of the resource group.
378
384
  # @param lab_name [String] The name of the lab.
379
- # @param name [String] The name of the notificationChannel.
385
+ # @param name [String] The name of the notification channel.
380
386
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
381
387
  # will be added to the HTTP request.
382
388
  #
@@ -391,7 +397,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
391
397
  #
392
398
  # @param resource_group_name [String] The name of the resource group.
393
399
  # @param lab_name [String] The name of the lab.
394
- # @param name [String] The name of the notificationChannel.
400
+ # @param name [String] The name of the notification channel.
395
401
  # @param [Hash{String => String}] A hash of custom headers that will be added
396
402
  # to the HTTP request.
397
403
  #
@@ -434,6 +440,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
434
440
  end
435
441
 
436
442
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
443
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
444
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
437
445
 
438
446
  result
439
447
  end
@@ -442,11 +450,12 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
442
450
  end
443
451
 
444
452
  #
445
- # Modify properties of notification channels.
453
+ # Allows modifying tags of notification channels. All other properties will be
454
+ # ignored.
446
455
  #
447
456
  # @param resource_group_name [String] The name of the resource group.
448
457
  # @param lab_name [String] The name of the lab.
449
- # @param name [String] The name of the notificationChannel.
458
+ # @param name [String] The name of the notification channel.
450
459
  # @param notification_channel [NotificationChannelFragment] A notification.
451
460
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
452
461
  # will be added to the HTTP request.
@@ -459,11 +468,12 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
459
468
  end
460
469
 
461
470
  #
462
- # Modify properties of notification channels.
471
+ # Allows modifying tags of notification channels. All other properties will be
472
+ # ignored.
463
473
  #
464
474
  # @param resource_group_name [String] The name of the resource group.
465
475
  # @param lab_name [String] The name of the lab.
466
- # @param name [String] The name of the notificationChannel.
476
+ # @param name [String] The name of the notification channel.
467
477
  # @param notification_channel [NotificationChannelFragment] A notification.
468
478
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
469
479
  # will be added to the HTTP request.
@@ -475,11 +485,12 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
475
485
  end
476
486
 
477
487
  #
478
- # Modify properties of notification channels.
488
+ # Allows modifying tags of notification channels. All other properties will be
489
+ # ignored.
479
490
  #
480
491
  # @param resource_group_name [String] The name of the resource group.
481
492
  # @param lab_name [String] The name of the lab.
482
- # @param name [String] The name of the notificationChannel.
493
+ # @param name [String] The name of the notification channel.
483
494
  # @param notification_channel [NotificationChannelFragment] A notification.
484
495
  # @param [Hash{String => String}] A hash of custom headers that will be added
485
496
  # to the HTTP request.
@@ -531,6 +542,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
531
542
  end
532
543
 
533
544
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
545
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
546
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
534
547
  # Deserialize Response
535
548
  if status_code == 200
536
549
  begin
@@ -553,7 +566,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
553
566
  #
554
567
  # @param resource_group_name [String] The name of the resource group.
555
568
  # @param lab_name [String] The name of the lab.
556
- # @param name [String] The name of the notificationChannel.
569
+ # @param name [String] The name of the notification channel.
557
570
  # @param notify_parameters [NotifyParameters] Properties for generating a
558
571
  # Notification.
559
572
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -570,7 +583,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
570
583
  #
571
584
  # @param resource_group_name [String] The name of the resource group.
572
585
  # @param lab_name [String] The name of the lab.
573
- # @param name [String] The name of the notificationChannel.
586
+ # @param name [String] The name of the notification channel.
574
587
  # @param notify_parameters [NotifyParameters] Properties for generating a
575
588
  # Notification.
576
589
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -587,7 +600,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
587
600
  #
588
601
  # @param resource_group_name [String] The name of the resource group.
589
602
  # @param lab_name [String] The name of the lab.
590
- # @param name [String] The name of the notificationChannel.
603
+ # @param name [String] The name of the notification channel.
591
604
  # @param notify_parameters [NotifyParameters] Properties for generating a
592
605
  # Notification.
593
606
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -640,6 +653,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
640
653
  end
641
654
 
642
655
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
656
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
657
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
643
658
 
644
659
  result
645
660
  end
@@ -718,6 +733,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
718
733
  end
719
734
 
720
735
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
736
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
737
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
721
738
  # Deserialize Response
722
739
  if status_code == 200
723
740
  begin
@@ -96,6 +96,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
96
96
  end
97
97
 
98
98
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
99
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
100
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
99
101
  # Deserialize Response
100
102
  if status_code == 200
101
103
  begin
@@ -124,6 +124,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
124
124
  end
125
125
 
126
126
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
127
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
128
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
127
129
  # Deserialize Response
128
130
  if status_code == 200
129
131
  begin
@@ -230,6 +232,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
230
232
  end
231
233
 
232
234
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
235
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
236
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
233
237
  # Deserialize Response
234
238
  if status_code == 200
235
239
  begin
@@ -341,6 +345,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
341
345
  end
342
346
 
343
347
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
348
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
349
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
344
350
  # Deserialize Response
345
351
  if status_code == 200
346
352
  begin
@@ -450,6 +456,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
450
456
  end
451
457
 
452
458
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
459
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
460
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
453
461
 
454
462
  result
455
463
  end
@@ -458,7 +466,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
458
466
  end
459
467
 
460
468
  #
461
- # Modify properties of policies.
469
+ # Allows modifying tags of policies. All other properties will be ignored.
462
470
  #
463
471
  # @param resource_group_name [String] The name of the resource group.
464
472
  # @param lab_name [String] The name of the lab.
@@ -476,7 +484,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
476
484
  end
477
485
 
478
486
  #
479
- # Modify properties of policies.
487
+ # Allows modifying tags of policies. All other properties will be ignored.
480
488
  #
481
489
  # @param resource_group_name [String] The name of the resource group.
482
490
  # @param lab_name [String] The name of the lab.
@@ -493,7 +501,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
493
501
  end
494
502
 
495
503
  #
496
- # Modify properties of policies.
504
+ # Allows modifying tags of policies. All other properties will be ignored.
497
505
  #
498
506
  # @param resource_group_name [String] The name of the resource group.
499
507
  # @param lab_name [String] The name of the lab.
@@ -551,6 +559,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
551
559
  end
552
560
 
553
561
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
562
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
563
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
554
564
  # Deserialize Response
555
565
  if status_code == 200
556
566
  begin
@@ -639,6 +649,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
639
649
  end
640
650
 
641
651
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
652
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
653
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
642
654
  # Deserialize Response
643
655
  if status_code == 200
644
656
  begin
@@ -114,6 +114,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
114
114
  end
115
115
 
116
116
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
117
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
118
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
117
119
  # Deserialize Response
118
120
  if status_code == 200
119
121
  begin
@@ -86,6 +86,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
86
86
  end
87
87
 
88
88
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
89
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
90
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
89
91
  # Deserialize Response
90
92
  if status_code == 200
91
93
  begin
@@ -174,6 +176,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
174
176
  end
175
177
 
176
178
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
179
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
180
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
177
181
  # Deserialize Response
178
182
  if status_code == 200
179
183
  begin
@@ -120,6 +120,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
120
120
  end
121
121
 
122
122
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
123
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
124
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
123
125
  # Deserialize Response
124
126
  if status_code == 200
125
127
  begin
@@ -222,6 +224,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
222
224
  end
223
225
 
224
226
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
227
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
228
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
225
229
  # Deserialize Response
226
230
  if status_code == 200
227
231
  begin
@@ -329,6 +333,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
329
333
  end
330
334
 
331
335
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
336
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
337
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
332
338
  # Deserialize Response
333
339
  if status_code == 200
334
340
  begin
@@ -434,6 +440,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
434
440
  end
435
441
 
436
442
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
443
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
444
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
437
445
 
438
446
  result
439
447
  end
@@ -442,7 +450,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
442
450
  end
443
451
 
444
452
  #
445
- # Modify properties of schedules.
453
+ # Allows modifying tags of schedules. All other properties will be ignored.
446
454
  #
447
455
  # @param resource_group_name [String] The name of the resource group.
448
456
  # @param lab_name [String] The name of the lab.
@@ -459,7 +467,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
459
467
  end
460
468
 
461
469
  #
462
- # Modify properties of schedules.
470
+ # Allows modifying tags of schedules. All other properties will be ignored.
463
471
  #
464
472
  # @param resource_group_name [String] The name of the resource group.
465
473
  # @param lab_name [String] The name of the lab.
@@ -475,7 +483,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
475
483
  end
476
484
 
477
485
  #
478
- # Modify properties of schedules.
486
+ # Allows modifying tags of schedules. All other properties will be ignored.
479
487
  #
480
488
  # @param resource_group_name [String] The name of the resource group.
481
489
  # @param lab_name [String] The name of the lab.
@@ -531,6 +539,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
531
539
  end
532
540
 
533
541
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
542
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
543
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
534
544
  # Deserialize Response
535
545
  if status_code == 200
536
546
  begin
@@ -667,6 +677,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
667
677
  end
668
678
 
669
679
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
680
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
681
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
670
682
  # Deserialize Response
671
683
  if status_code == 200
672
684
  begin
@@ -762,6 +774,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
762
774
  end
763
775
 
764
776
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
777
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
778
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
765
779
 
766
780
  result
767
781
  end
@@ -840,6 +854,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
840
854
  end
841
855
 
842
856
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
857
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
858
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
843
859
  # Deserialize Response
844
860
  if status_code == 200
845
861
  begin
@@ -928,6 +944,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
928
944
  end
929
945
 
930
946
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
947
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
948
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
931
949
  # Deserialize Response
932
950
  if status_code == 200
933
951
  begin
@@ -124,6 +124,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
124
124
  end
125
125
 
126
126
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
127
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
128
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
127
129
  # Deserialize Response
128
130
  if status_code == 200
129
131
  begin
@@ -230,6 +232,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
230
232
  end
231
233
 
232
234
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
235
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
236
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
233
237
  # Deserialize Response
234
238
  if status_code == 200
235
239
  begin
@@ -378,6 +382,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
378
382
  end
379
383
 
380
384
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
385
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
386
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
381
387
 
382
388
  result
383
389
  end
@@ -386,7 +392,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
386
392
  end
387
393
 
388
394
  #
389
- # Modify properties of secrets.
395
+ # Allows modifying tags of secrets. All other properties will be ignored.
390
396
  #
391
397
  # @param resource_group_name [String] The name of the resource group.
392
398
  # @param lab_name [String] The name of the lab.
@@ -404,7 +410,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
404
410
  end
405
411
 
406
412
  #
407
- # Modify properties of secrets.
413
+ # Allows modifying tags of secrets. All other properties will be ignored.
408
414
  #
409
415
  # @param resource_group_name [String] The name of the resource group.
410
416
  # @param lab_name [String] The name of the lab.
@@ -421,7 +427,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
421
427
  end
422
428
 
423
429
  #
424
- # Modify properties of secrets.
430
+ # Allows modifying tags of secrets. All other properties will be ignored.
425
431
  #
426
432
  # @param resource_group_name [String] The name of the resource group.
427
433
  # @param lab_name [String] The name of the lab.
@@ -479,6 +485,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
479
485
  end
480
486
 
481
487
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
488
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
489
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
482
490
  # Deserialize Response
483
491
  if status_code == 200
484
492
  begin
@@ -593,6 +601,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
593
601
  end
594
602
 
595
603
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
604
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
605
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
596
606
  # Deserialize Response
597
607
  if status_code == 200
598
608
  begin
@@ -691,6 +701,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
691
701
  end
692
702
 
693
703
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
704
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
705
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
694
706
  # Deserialize Response
695
707
  if status_code == 200
696
708
  begin