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
@@ -27,7 +27,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
27
27
  # @param resource_group_name [String] The name of the resource group.
28
28
  # @param lab_name [String] The name of the lab.
29
29
  # @param user_name [String] The name of the user profile.
30
- # @param service_fabric_name [String] The name of the service Fabric.
30
+ # @param service_fabric_name [String] The name of the service fabric.
31
31
  # @param expand [String] Specify the $expand query. Example:
32
32
  # 'properties($select=status)'
33
33
  # @param filter [String] The filter to apply to the operation. Example:
@@ -52,7 +52,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
52
52
  # @param resource_group_name [String] The name of the resource group.
53
53
  # @param lab_name [String] The name of the lab.
54
54
  # @param user_name [String] The name of the user profile.
55
- # @param service_fabric_name [String] The name of the service Fabric.
55
+ # @param service_fabric_name [String] The name of the service fabric.
56
56
  # @param expand [String] Specify the $expand query. Example:
57
57
  # 'properties($select=status)'
58
58
  # @param filter [String] The filter to apply to the operation. Example:
@@ -76,7 +76,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
76
76
  # @param resource_group_name [String] The name of the resource group.
77
77
  # @param lab_name [String] The name of the lab.
78
78
  # @param user_name [String] The name of the user profile.
79
- # @param service_fabric_name [String] The name of the service Fabric.
79
+ # @param service_fabric_name [String] The name of the service fabric.
80
80
  # @param expand [String] Specify the $expand query. Example:
81
81
  # 'properties($select=status)'
82
82
  # @param filter [String] The filter to apply to the operation. Example:
@@ -128,6 +128,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
128
128
  end
129
129
 
130
130
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
131
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
132
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
131
133
  # Deserialize Response
132
134
  if status_code == 200
133
135
  begin
@@ -151,7 +153,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
151
153
  # @param resource_group_name [String] The name of the resource group.
152
154
  # @param lab_name [String] The name of the lab.
153
155
  # @param user_name [String] The name of the user profile.
154
- # @param service_fabric_name [String] The name of the service Fabric.
156
+ # @param service_fabric_name [String] The name of the service fabric.
155
157
  # @param name [String] The name of the schedule.
156
158
  # @param expand [String] Specify the $expand query. Example:
157
159
  # 'properties($select=status)'
@@ -171,7 +173,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
171
173
  # @param resource_group_name [String] The name of the resource group.
172
174
  # @param lab_name [String] The name of the lab.
173
175
  # @param user_name [String] The name of the user profile.
174
- # @param service_fabric_name [String] The name of the service Fabric.
176
+ # @param service_fabric_name [String] The name of the service fabric.
175
177
  # @param name [String] The name of the schedule.
176
178
  # @param expand [String] Specify the $expand query. Example:
177
179
  # 'properties($select=status)'
@@ -190,7 +192,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
190
192
  # @param resource_group_name [String] The name of the resource group.
191
193
  # @param lab_name [String] The name of the lab.
192
194
  # @param user_name [String] The name of the user profile.
193
- # @param service_fabric_name [String] The name of the service Fabric.
195
+ # @param service_fabric_name [String] The name of the service fabric.
194
196
  # @param name [String] The name of the schedule.
195
197
  # @param expand [String] Specify the $expand query. Example:
196
198
  # 'properties($select=status)'
@@ -238,6 +240,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
238
240
  end
239
241
 
240
242
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
243
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
244
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
241
245
  # Deserialize Response
242
246
  if status_code == 200
243
247
  begin
@@ -261,7 +265,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
261
265
  # @param resource_group_name [String] The name of the resource group.
262
266
  # @param lab_name [String] The name of the lab.
263
267
  # @param user_name [String] The name of the user profile.
264
- # @param service_fabric_name [String] The name of the service Fabric.
268
+ # @param service_fabric_name [String] The name of the service fabric.
265
269
  # @param name [String] The name of the schedule.
266
270
  # @param schedule [Schedule] A schedule.
267
271
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -280,7 +284,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
280
284
  # @param resource_group_name [String] The name of the resource group.
281
285
  # @param lab_name [String] The name of the lab.
282
286
  # @param user_name [String] The name of the user profile.
283
- # @param service_fabric_name [String] The name of the service Fabric.
287
+ # @param service_fabric_name [String] The name of the service fabric.
284
288
  # @param name [String] The name of the schedule.
285
289
  # @param schedule [Schedule] A schedule.
286
290
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -298,7 +302,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
298
302
  # @param resource_group_name [String] The name of the resource group.
299
303
  # @param lab_name [String] The name of the lab.
300
304
  # @param user_name [String] The name of the user profile.
301
- # @param service_fabric_name [String] The name of the service Fabric.
305
+ # @param service_fabric_name [String] The name of the service fabric.
302
306
  # @param name [String] The name of the schedule.
303
307
  # @param schedule [Schedule] A schedule.
304
308
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -353,6 +357,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
353
357
  end
354
358
 
355
359
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
360
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
361
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
356
362
  # Deserialize Response
357
363
  if status_code == 200
358
364
  begin
@@ -386,7 +392,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
386
392
  # @param resource_group_name [String] The name of the resource group.
387
393
  # @param lab_name [String] The name of the lab.
388
394
  # @param user_name [String] The name of the user profile.
389
- # @param service_fabric_name [String] The name of the service Fabric.
395
+ # @param service_fabric_name [String] The name of the service fabric.
390
396
  # @param name [String] The name of the schedule.
391
397
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
392
398
  # will be added to the HTTP request.
@@ -403,7 +409,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
403
409
  # @param resource_group_name [String] The name of the resource group.
404
410
  # @param lab_name [String] The name of the lab.
405
411
  # @param user_name [String] The name of the user profile.
406
- # @param service_fabric_name [String] The name of the service Fabric.
412
+ # @param service_fabric_name [String] The name of the service fabric.
407
413
  # @param name [String] The name of the schedule.
408
414
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
409
415
  # will be added to the HTTP request.
@@ -420,7 +426,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
420
426
  # @param resource_group_name [String] The name of the resource group.
421
427
  # @param lab_name [String] The name of the lab.
422
428
  # @param user_name [String] The name of the user profile.
423
- # @param service_fabric_name [String] The name of the service Fabric.
429
+ # @param service_fabric_name [String] The name of the service fabric.
424
430
  # @param name [String] The name of the schedule.
425
431
  # @param [Hash{String => String}] A hash of custom headers that will be added
426
432
  # to the HTTP request.
@@ -466,6 +472,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
466
472
  end
467
473
 
468
474
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
475
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
476
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
469
477
 
470
478
  result
471
479
  end
@@ -474,12 +482,12 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
474
482
  end
475
483
 
476
484
  #
477
- # Modify properties of schedules.
485
+ # Allows modifying tags of schedules. All other properties will be ignored.
478
486
  #
479
487
  # @param resource_group_name [String] The name of the resource group.
480
488
  # @param lab_name [String] The name of the lab.
481
489
  # @param user_name [String] The name of the user profile.
482
- # @param service_fabric_name [String] The name of the service Fabric.
490
+ # @param service_fabric_name [String] The name of the service fabric.
483
491
  # @param name [String] The name of the schedule.
484
492
  # @param schedule [ScheduleFragment] A schedule.
485
493
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -493,12 +501,12 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
493
501
  end
494
502
 
495
503
  #
496
- # Modify properties of schedules.
504
+ # Allows modifying tags of schedules. 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.
500
508
  # @param user_name [String] The name of the user profile.
501
- # @param service_fabric_name [String] The name of the service Fabric.
509
+ # @param service_fabric_name [String] The name of the service fabric.
502
510
  # @param name [String] The name of the schedule.
503
511
  # @param schedule [ScheduleFragment] A schedule.
504
512
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -511,12 +519,12 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
511
519
  end
512
520
 
513
521
  #
514
- # Modify properties of schedules.
522
+ # Allows modifying tags of schedules. All other properties will be ignored.
515
523
  #
516
524
  # @param resource_group_name [String] The name of the resource group.
517
525
  # @param lab_name [String] The name of the lab.
518
526
  # @param user_name [String] The name of the user profile.
519
- # @param service_fabric_name [String] The name of the service Fabric.
527
+ # @param service_fabric_name [String] The name of the service fabric.
520
528
  # @param name [String] The name of the schedule.
521
529
  # @param schedule [ScheduleFragment] A schedule.
522
530
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -571,6 +579,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
571
579
  end
572
580
 
573
581
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
582
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
583
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
574
584
  # Deserialize Response
575
585
  if status_code == 200
576
586
  begin
@@ -594,7 +604,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
594
604
  # @param resource_group_name [String] The name of the resource group.
595
605
  # @param lab_name [String] The name of the lab.
596
606
  # @param user_name [String] The name of the user profile.
597
- # @param service_fabric_name [String] The name of the service Fabric.
607
+ # @param service_fabric_name [String] The name of the service fabric.
598
608
  # @param name [String] The name of the schedule.
599
609
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
600
610
  # will be added to the HTTP request.
@@ -608,7 +618,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
608
618
  # @param resource_group_name [String] The name of the resource group.
609
619
  # @param lab_name [String] The name of the lab.
610
620
  # @param user_name [String] The name of the user profile.
611
- # @param service_fabric_name [String] The name of the service Fabric.
621
+ # @param service_fabric_name [String] The name of the service fabric.
612
622
  # @param name [String] The name of the schedule.
613
623
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
614
624
  # will be added to the HTTP request.
@@ -638,7 +648,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
638
648
  # @param resource_group_name [String] The name of the resource group.
639
649
  # @param lab_name [String] The name of the lab.
640
650
  # @param user_name [String] The name of the user profile.
641
- # @param service_fabric_name [String] The name of the service Fabric.
651
+ # @param service_fabric_name [String] The name of the service fabric.
642
652
  # @param name [String] The name of the schedule.
643
653
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
644
654
  # will be added to the HTTP request.
@@ -655,7 +665,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
655
665
  # @param resource_group_name [String] The name of the resource group.
656
666
  # @param lab_name [String] The name of the lab.
657
667
  # @param user_name [String] The name of the user profile.
658
- # @param service_fabric_name [String] The name of the service Fabric.
668
+ # @param service_fabric_name [String] The name of the service fabric.
659
669
  # @param name [String] The name of the schedule.
660
670
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
661
671
  # will be added to the HTTP request.
@@ -672,7 +682,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
672
682
  # @param resource_group_name [String] The name of the resource group.
673
683
  # @param lab_name [String] The name of the lab.
674
684
  # @param user_name [String] The name of the user profile.
675
- # @param service_fabric_name [String] The name of the service Fabric.
685
+ # @param service_fabric_name [String] The name of the service fabric.
676
686
  # @param name [String] The name of the schedule.
677
687
  # @param [Hash{String => String}] A hash of custom headers that will be added
678
688
  # to the HTTP request.
@@ -718,6 +728,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
718
728
  end
719
729
 
720
730
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
731
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
732
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
721
733
 
722
734
  result
723
735
  end
@@ -796,6 +808,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
796
808
  end
797
809
 
798
810
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
811
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
812
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
799
813
  # Deserialize Response
800
814
  if status_code == 200
801
815
  begin
@@ -819,7 +833,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
819
833
  # @param resource_group_name [String] The name of the resource group.
820
834
  # @param lab_name [String] The name of the lab.
821
835
  # @param user_name [String] The name of the user profile.
822
- # @param service_fabric_name [String] The name of the service Fabric.
836
+ # @param service_fabric_name [String] The name of the service fabric.
823
837
  # @param expand [String] Specify the $expand query. Example:
824
838
  # 'properties($select=status)'
825
839
  # @param filter [String] The filter to apply to the operation. Example:
@@ -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
@@ -147,7 +149,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
147
149
  # @param resource_group_name [String] The name of the resource group.
148
150
  # @param lab_name [String] The name of the lab.
149
151
  # @param user_name [String] The name of the user profile.
150
- # @param name [String] The name of the service Fabric.
152
+ # @param name [String] The name of the service fabric.
151
153
  # @param expand [String] Specify the $expand query. Example:
152
154
  # 'properties($expand=applicableSchedule)'
153
155
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -166,7 +168,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
166
168
  # @param resource_group_name [String] The name of the resource group.
167
169
  # @param lab_name [String] The name of the lab.
168
170
  # @param user_name [String] The name of the user profile.
169
- # @param name [String] The name of the service Fabric.
171
+ # @param name [String] The name of the service fabric.
170
172
  # @param expand [String] Specify the $expand query. Example:
171
173
  # 'properties($expand=applicableSchedule)'
172
174
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -184,7 +186,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
184
186
  # @param resource_group_name [String] The name of the resource group.
185
187
  # @param lab_name [String] The name of the lab.
186
188
  # @param user_name [String] The name of the user profile.
187
- # @param name [String] The name of the service Fabric.
189
+ # @param name [String] The name of the service fabric.
188
190
  # @param expand [String] Specify the $expand query. Example:
189
191
  # 'properties($expand=applicableSchedule)'
190
192
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -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
@@ -248,13 +252,13 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
248
252
  end
249
253
 
250
254
  #
251
- # Create or replace an existing Service Fabric. This operation can take a while
255
+ # Create or replace an existing service fabric. This operation can take a while
252
256
  # to complete.
253
257
  #
254
258
  # @param resource_group_name [String] The name of the resource group.
255
259
  # @param lab_name [String] The name of the lab.
256
260
  # @param user_name [String] The name of the user profile.
257
- # @param name [String] The name of the service Fabric.
261
+ # @param name [String] The name of the service fabric.
258
262
  # @param service_fabric [ServiceFabric] A Service Fabric.
259
263
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
260
264
  # will be added to the HTTP request.
@@ -270,7 +274,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
270
274
  # @param resource_group_name [String] The name of the resource group.
271
275
  # @param lab_name [String] The name of the lab.
272
276
  # @param user_name [String] The name of the user profile.
273
- # @param name [String] The name of the service Fabric.
277
+ # @param name [String] The name of the service fabric.
274
278
  # @param service_fabric [ServiceFabric] A Service Fabric.
275
279
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
276
280
  # will be added to the HTTP request.
@@ -302,7 +306,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
302
306
  # @param resource_group_name [String] The name of the resource group.
303
307
  # @param lab_name [String] The name of the lab.
304
308
  # @param user_name [String] The name of the user profile.
305
- # @param name [String] The name of the service Fabric.
309
+ # @param name [String] The name of the service fabric.
306
310
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
307
311
  # will be added to the HTTP request.
308
312
  #
@@ -315,7 +319,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
315
319
  # @param resource_group_name [String] The name of the resource group.
316
320
  # @param lab_name [String] The name of the lab.
317
321
  # @param user_name [String] The name of the user profile.
318
- # @param name [String] The name of the service Fabric.
322
+ # @param name [String] The name of the service fabric.
319
323
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
320
324
  # will be added to the HTTP request.
321
325
  #
@@ -339,12 +343,13 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
339
343
  end
340
344
 
341
345
  #
342
- # Modify properties of service fabrics.
346
+ # Allows modifying tags of service fabrics. All other properties will be
347
+ # ignored.
343
348
  #
344
349
  # @param resource_group_name [String] The name of the resource group.
345
350
  # @param lab_name [String] The name of the lab.
346
351
  # @param user_name [String] The name of the user profile.
347
- # @param name [String] The name of the service Fabric.
352
+ # @param name [String] The name of the service fabric.
348
353
  # @param service_fabric [ServiceFabricFragment] A Service Fabric.
349
354
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
350
355
  # will be added to the HTTP request.
@@ -357,12 +362,13 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
357
362
  end
358
363
 
359
364
  #
360
- # Modify properties of service fabrics.
365
+ # Allows modifying tags of service fabrics. All other properties will be
366
+ # ignored.
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
370
  # @param user_name [String] The name of the user profile.
365
- # @param name [String] The name of the service Fabric.
371
+ # @param name [String] The name of the service fabric.
366
372
  # @param service_fabric [ServiceFabricFragment] A Service Fabric.
367
373
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
368
374
  # will be added to the HTTP request.
@@ -374,12 +380,13 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
374
380
  end
375
381
 
376
382
  #
377
- # Modify properties of service fabrics.
383
+ # Allows modifying tags of service fabrics. All other properties will be
384
+ # ignored.
378
385
  #
379
386
  # @param resource_group_name [String] The name of the resource group.
380
387
  # @param lab_name [String] The name of the lab.
381
388
  # @param user_name [String] The name of the user profile.
382
- # @param name [String] The name of the service Fabric.
389
+ # @param name [String] The name of the service fabric.
383
390
  # @param service_fabric [ServiceFabricFragment] A Service Fabric.
384
391
  # @param [Hash{String => String}] A hash of custom headers that will be added
385
392
  # to the HTTP request.
@@ -432,6 +439,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
432
439
  end
433
440
 
434
441
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
442
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
443
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
435
444
  # Deserialize Response
436
445
  if status_code == 200
437
446
  begin
@@ -455,7 +464,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
455
464
  # @param resource_group_name [String] The name of the resource group.
456
465
  # @param lab_name [String] The name of the lab.
457
466
  # @param user_name [String] The name of the user profile.
458
- # @param name [String] The name of the service Fabric.
467
+ # @param name [String] The name of the service fabric.
459
468
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
460
469
  # will be added to the HTTP request.
461
470
  #
@@ -472,7 +481,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
472
481
  # @param resource_group_name [String] The name of the resource group.
473
482
  # @param lab_name [String] The name of the lab.
474
483
  # @param user_name [String] The name of the user profile.
475
- # @param name [String] The name of the service Fabric.
484
+ # @param name [String] The name of the service fabric.
476
485
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
477
486
  # will be added to the HTTP request.
478
487
  #
@@ -488,7 +497,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
488
497
  # @param resource_group_name [String] The name of the resource group.
489
498
  # @param lab_name [String] The name of the lab.
490
499
  # @param user_name [String] The name of the user profile.
491
- # @param name [String] The name of the service Fabric.
500
+ # @param name [String] The name of the service fabric.
492
501
  # @param [Hash{String => String}] A hash of custom headers that will be added
493
502
  # to the HTTP request.
494
503
  #
@@ -532,6 +541,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
532
541
  end
533
542
 
534
543
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
544
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
545
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
535
546
  # Deserialize Response
536
547
  if status_code == 200
537
548
  begin
@@ -555,7 +566,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
555
566
  # @param resource_group_name [String] The name of the resource group.
556
567
  # @param lab_name [String] The name of the lab.
557
568
  # @param user_name [String] The name of the user profile.
558
- # @param name [String] The name of the service Fabric.
569
+ # @param name [String] The name of the service fabric.
559
570
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
560
571
  # will be added to the HTTP request.
561
572
  #
@@ -568,7 +579,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
568
579
  # @param resource_group_name [String] The name of the resource group.
569
580
  # @param lab_name [String] The name of the lab.
570
581
  # @param user_name [String] The name of the user profile.
571
- # @param name [String] The name of the service Fabric.
582
+ # @param name [String] The name of the service fabric.
572
583
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
573
584
  # will be added to the HTTP request.
574
585
  #
@@ -597,7 +608,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
597
608
  # @param resource_group_name [String] The name of the resource group.
598
609
  # @param lab_name [String] The name of the lab.
599
610
  # @param user_name [String] The name of the user profile.
600
- # @param name [String] The name of the service Fabric.
611
+ # @param name [String] The name of the service fabric.
601
612
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
602
613
  # will be added to the HTTP request.
603
614
  #
@@ -610,7 +621,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
610
621
  # @param resource_group_name [String] The name of the resource group.
611
622
  # @param lab_name [String] The name of the lab.
612
623
  # @param user_name [String] The name of the user profile.
613
- # @param name [String] The name of the service Fabric.
624
+ # @param name [String] The name of the service fabric.
614
625
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
615
626
  # will be added to the HTTP request.
616
627
  #
@@ -634,13 +645,13 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
634
645
  end
635
646
 
636
647
  #
637
- # Create or replace an existing Service Fabric. This operation can take a while
648
+ # Create or replace an existing service fabric. This operation can take a while
638
649
  # to complete.
639
650
  #
640
651
  # @param resource_group_name [String] The name of the resource group.
641
652
  # @param lab_name [String] The name of the lab.
642
653
  # @param user_name [String] The name of the user profile.
643
- # @param name [String] The name of the service Fabric.
654
+ # @param name [String] The name of the service fabric.
644
655
  # @param service_fabric [ServiceFabric] A Service Fabric.
645
656
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
646
657
  # will be added to the HTTP request.
@@ -653,13 +664,13 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
653
664
  end
654
665
 
655
666
  #
656
- # Create or replace an existing Service Fabric. This operation can take a while
667
+ # Create or replace an existing service fabric. This operation can take a while
657
668
  # to complete.
658
669
  #
659
670
  # @param resource_group_name [String] The name of the resource group.
660
671
  # @param lab_name [String] The name of the lab.
661
672
  # @param user_name [String] The name of the user profile.
662
- # @param name [String] The name of the service Fabric.
673
+ # @param name [String] The name of the service fabric.
663
674
  # @param service_fabric [ServiceFabric] A Service Fabric.
664
675
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
665
676
  # will be added to the HTTP request.
@@ -671,13 +682,13 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
671
682
  end
672
683
 
673
684
  #
674
- # Create or replace an existing Service Fabric. This operation can take a while
685
+ # Create or replace an existing service fabric. This operation can take a while
675
686
  # to complete.
676
687
  #
677
688
  # @param resource_group_name [String] The name of the resource group.
678
689
  # @param lab_name [String] The name of the lab.
679
690
  # @param user_name [String] The name of the user profile.
680
- # @param name [String] The name of the service Fabric.
691
+ # @param name [String] The name of the service fabric.
681
692
  # @param service_fabric [ServiceFabric] A Service Fabric.
682
693
  # @param [Hash{String => String}] A hash of custom headers that will be added
683
694
  # to the HTTP request.
@@ -730,6 +741,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
730
741
  end
731
742
 
732
743
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
744
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
745
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
733
746
  # Deserialize Response
734
747
  if status_code == 200
735
748
  begin
@@ -763,7 +776,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
763
776
  # @param resource_group_name [String] The name of the resource group.
764
777
  # @param lab_name [String] The name of the lab.
765
778
  # @param user_name [String] The name of the user profile.
766
- # @param name [String] The name of the service Fabric.
779
+ # @param name [String] The name of the service fabric.
767
780
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
768
781
  # will be added to the HTTP request.
769
782
  #
@@ -779,7 +792,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
779
792
  # @param resource_group_name [String] The name of the resource group.
780
793
  # @param lab_name [String] The name of the lab.
781
794
  # @param user_name [String] The name of the user profile.
782
- # @param name [String] The name of the service Fabric.
795
+ # @param name [String] The name of the service fabric.
783
796
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
784
797
  # will be added to the HTTP request.
785
798
  #
@@ -795,7 +808,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
795
808
  # @param resource_group_name [String] The name of the resource group.
796
809
  # @param lab_name [String] The name of the lab.
797
810
  # @param user_name [String] The name of the user profile.
798
- # @param name [String] The name of the service Fabric.
811
+ # @param name [String] The name of the service fabric.
799
812
  # @param [Hash{String => String}] A hash of custom headers that will be added
800
813
  # to the HTTP request.
801
814
  #
@@ -839,6 +852,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
839
852
  end
840
853
 
841
854
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
855
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
856
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
842
857
 
843
858
  result
844
859
  end
@@ -852,7 +867,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
852
867
  # @param resource_group_name [String] The name of the resource group.
853
868
  # @param lab_name [String] The name of the lab.
854
869
  # @param user_name [String] The name of the user profile.
855
- # @param name [String] The name of the service Fabric.
870
+ # @param name [String] The name of the service fabric.
856
871
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
857
872
  # will be added to the HTTP request.
858
873
  #
@@ -868,7 +883,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
868
883
  # @param resource_group_name [String] The name of the resource group.
869
884
  # @param lab_name [String] The name of the lab.
870
885
  # @param user_name [String] The name of the user profile.
871
- # @param name [String] The name of the service Fabric.
886
+ # @param name [String] The name of the service fabric.
872
887
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
873
888
  # will be added to the HTTP request.
874
889
  #
@@ -884,7 +899,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
884
899
  # @param resource_group_name [String] The name of the resource group.
885
900
  # @param lab_name [String] The name of the lab.
886
901
  # @param user_name [String] The name of the user profile.
887
- # @param name [String] The name of the service Fabric.
902
+ # @param name [String] The name of the service fabric.
888
903
  # @param [Hash{String => String}] A hash of custom headers that will be added
889
904
  # to the HTTP request.
890
905
  #
@@ -928,6 +943,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
928
943
  end
929
944
 
930
945
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
946
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
947
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
931
948
 
932
949
  result
933
950
  end
@@ -941,7 +958,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
941
958
  # @param resource_group_name [String] The name of the resource group.
942
959
  # @param lab_name [String] The name of the lab.
943
960
  # @param user_name [String] The name of the user profile.
944
- # @param name [String] The name of the service Fabric.
961
+ # @param name [String] The name of the service fabric.
945
962
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
946
963
  # will be added to the HTTP request.
947
964
  #
@@ -957,7 +974,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
957
974
  # @param resource_group_name [String] The name of the resource group.
958
975
  # @param lab_name [String] The name of the lab.
959
976
  # @param user_name [String] The name of the user profile.
960
- # @param name [String] The name of the service Fabric.
977
+ # @param name [String] The name of the service fabric.
961
978
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
962
979
  # will be added to the HTTP request.
963
980
  #
@@ -973,7 +990,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
973
990
  # @param resource_group_name [String] The name of the resource group.
974
991
  # @param lab_name [String] The name of the lab.
975
992
  # @param user_name [String] The name of the user profile.
976
- # @param name [String] The name of the service Fabric.
993
+ # @param name [String] The name of the service fabric.
977
994
  # @param [Hash{String => String}] A hash of custom headers that will be added
978
995
  # to the HTTP request.
979
996
  #
@@ -1017,6 +1034,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1017
1034
  end
1018
1035
 
1019
1036
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1037
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1038
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1020
1039
 
1021
1040
  result
1022
1041
  end
@@ -1095,6 +1114,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1095
1114
  end
1096
1115
 
1097
1116
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1117
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1118
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1098
1119
  # Deserialize Response
1099
1120
  if status_code == 200
1100
1121
  begin