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
@@ -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,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
442
450
  end
443
451
 
444
452
  #
445
- # Modify properties of artifact sources.
453
+ # Allows modifying tags of artifact sources. 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.
@@ -460,7 +469,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
460
469
  end
461
470
 
462
471
  #
463
- # Modify properties of artifact sources.
472
+ # Allows modifying tags of artifact sources. All other properties will be
473
+ # ignored.
464
474
  #
465
475
  # @param resource_group_name [String] The name of the resource group.
466
476
  # @param lab_name [String] The name of the lab.
@@ -477,7 +487,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
477
487
  end
478
488
 
479
489
  #
480
- # Modify properties of artifact sources.
490
+ # Allows modifying tags of artifact sources. All other properties will be
491
+ # ignored.
481
492
  #
482
493
  # @param resource_group_name [String] The name of the resource group.
483
494
  # @param lab_name [String] The name of the lab.
@@ -534,6 +545,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
534
545
  end
535
546
 
536
547
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
548
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
549
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
537
550
  # Deserialize Response
538
551
  if status_code == 200
539
552
  begin
@@ -622,6 +635,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
622
635
  end
623
636
 
624
637
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
638
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
639
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
625
640
  # Deserialize Response
626
641
  if status_code == 200
627
642
  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
@@ -347,6 +351,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
347
351
  end
348
352
 
349
353
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
354
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
355
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
350
356
  # Deserialize Response
351
357
  if status_code == 200
352
358
  begin
@@ -435,6 +441,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
435
441
  end
436
442
 
437
443
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
444
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
445
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
438
446
  # Deserialize Response
439
447
  if status_code == 200
440
448
  begin
@@ -106,6 +106,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
106
106
  end
107
107
 
108
108
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
109
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
110
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
109
111
  # Deserialize Response
110
112
  if status_code == 200
111
113
  begin
@@ -213,6 +215,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
213
215
  end
214
216
 
215
217
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
218
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
219
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
216
220
  # Deserialize Response
217
221
  if status_code == 200
218
222
  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
@@ -327,7 +331,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
327
331
  end
328
332
 
329
333
  #
330
- # Modify properties of custom images.
334
+ # Allows modifying tags of custom images. All other properties will be ignored.
331
335
  #
332
336
  # @param resource_group_name [String] The name of the resource group.
333
337
  # @param lab_name [String] The name of the lab.
@@ -344,7 +348,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
344
348
  end
345
349
 
346
350
  #
347
- # Modify properties of custom images.
351
+ # Allows modifying tags of custom images. All other properties will be ignored.
348
352
  #
349
353
  # @param resource_group_name [String] The name of the resource group.
350
354
  # @param lab_name [String] The name of the lab.
@@ -360,7 +364,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
360
364
  end
361
365
 
362
366
  #
363
- # Modify properties of custom images.
367
+ # Allows modifying tags of custom images. All other properties will be ignored.
364
368
  #
365
369
  # @param resource_group_name [String] The name of the resource group.
366
370
  # @param lab_name [String] The name of the lab.
@@ -416,6 +420,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
416
420
  end
417
421
 
418
422
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
423
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
424
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
419
425
  # Deserialize Response
420
426
  if status_code == 200
421
427
  begin
@@ -526,6 +532,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
526
532
  end
527
533
 
528
534
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
535
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
536
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
529
537
  # Deserialize Response
530
538
  if status_code == 200
531
539
  begin
@@ -631,6 +639,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
631
639
  end
632
640
 
633
641
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
642
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
643
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
634
644
 
635
645
  result
636
646
  end
@@ -709,6 +719,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
709
719
  end
710
720
 
711
721
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
722
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
723
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
712
724
  # Deserialize Response
713
725
  if status_code == 200
714
726
  begin
@@ -220,7 +220,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
220
220
  #
221
221
  def add_telemetry
222
222
  sdk_information = 'azure_mgmt_devtestlabs'
223
- sdk_information = "#{sdk_information}/0.17.3"
223
+ sdk_information = "#{sdk_information}/0.18.0"
224
224
  add_user_agent_information(sdk_information)
225
225
  end
226
226
  end
@@ -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
@@ -339,7 +343,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
339
343
  end
340
344
 
341
345
  #
342
- # Modify properties of disks.
346
+ # Allows modifying tags of disks. All other properties will be ignored.
343
347
  #
344
348
  # @param resource_group_name [String] The name of the resource group.
345
349
  # @param lab_name [String] The name of the lab.
@@ -357,7 +361,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
357
361
  end
358
362
 
359
363
  #
360
- # Modify properties of disks.
364
+ # Allows modifying tags of disks. All other properties will be ignored.
361
365
  #
362
366
  # @param resource_group_name [String] The name of the resource group.
363
367
  # @param lab_name [String] The name of the lab.
@@ -374,7 +378,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
374
378
  end
375
379
 
376
380
  #
377
- # Modify properties of disks.
381
+ # Allows modifying tags of disks. All other properties will be ignored.
378
382
  #
379
383
  # @param resource_group_name [String] The name of the resource group.
380
384
  # @param lab_name [String] The name of the lab.
@@ -432,6 +436,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
432
436
  end
433
437
 
434
438
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
439
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
440
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
435
441
  # Deserialize Response
436
442
  if status_code == 200
437
443
  begin
@@ -640,6 +646,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
640
646
  end
641
647
 
642
648
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
649
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
650
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
643
651
  # Deserialize Response
644
652
  if status_code == 200
645
653
  begin
@@ -749,6 +757,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
749
757
  end
750
758
 
751
759
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
760
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
761
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
752
762
 
753
763
  result
754
764
  end
@@ -855,6 +865,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
855
865
  end
856
866
 
857
867
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
868
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
869
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
858
870
 
859
871
  result
860
872
  end
@@ -961,6 +973,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
961
973
  end
962
974
 
963
975
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
976
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
977
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
964
978
 
965
979
  result
966
980
  end
@@ -1039,6 +1053,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1039
1053
  end
1040
1054
 
1041
1055
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1056
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1057
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1042
1058
  # Deserialize Response
1043
1059
  if status_code == 200
1044
1060
  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,7 +345,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
341
345
  end
342
346
 
343
347
  #
344
- # Modify properties of environments.
348
+ # Allows modifying tags of environments. All other properties will be ignored.
345
349
  #
346
350
  # @param resource_group_name [String] The name of the resource group.
347
351
  # @param lab_name [String] The name of the lab.
@@ -360,7 +364,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
360
364
  end
361
365
 
362
366
  #
363
- # Modify properties of environments.
367
+ # Allows modifying tags of environments. All other properties will be ignored.
364
368
  #
365
369
  # @param resource_group_name [String] The name of the resource group.
366
370
  # @param lab_name [String] The name of the lab.
@@ -378,7 +382,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
378
382
  end
379
383
 
380
384
  #
381
- # Modify properties of environments.
385
+ # Allows modifying tags of environments. All other properties will be ignored.
382
386
  #
383
387
  # @param resource_group_name [String] The name of the resource group.
384
388
  # @param lab_name [String] The name of the lab.
@@ -437,6 +441,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
437
441
  end
438
442
 
439
443
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
444
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
445
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
440
446
  # Deserialize Response
441
447
  if status_code == 200
442
448
  begin
@@ -554,6 +560,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
554
560
  end
555
561
 
556
562
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
563
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
564
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
557
565
  # Deserialize Response
558
566
  if status_code == 200
559
567
  begin
@@ -663,6 +671,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
663
671
  end
664
672
 
665
673
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
674
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
675
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
666
676
 
667
677
  result
668
678
  end
@@ -741,6 +751,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
741
751
  end
742
752
 
743
753
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
754
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
755
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
744
756
  # Deserialize Response
745
757
  if status_code == 200
746
758
  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
@@ -240,7 +244,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
240
244
  end
241
245
 
242
246
  #
243
- # Create or replace an existing Formula. This operation can take a while to
247
+ # Create or replace an existing formula. This operation can take a while to
244
248
  # complete.
245
249
  #
246
250
  # @param resource_group_name [String] The name of the resource group.
@@ -366,6 +370,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
366
370
  end
367
371
 
368
372
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
373
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
374
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
369
375
 
370
376
  result
371
377
  end
@@ -374,7 +380,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
374
380
  end
375
381
 
376
382
  #
377
- # Modify properties of formulas.
383
+ # Allows modifying tags of formulas. All other properties will be ignored.
378
384
  #
379
385
  # @param resource_group_name [String] The name of the resource group.
380
386
  # @param lab_name [String] The name of the lab.
@@ -392,7 +398,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
392
398
  end
393
399
 
394
400
  #
395
- # Modify properties of formulas.
401
+ # Allows modifying tags of formulas. All other properties will be ignored.
396
402
  #
397
403
  # @param resource_group_name [String] The name of the resource group.
398
404
  # @param lab_name [String] The name of the lab.
@@ -409,7 +415,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
409
415
  end
410
416
 
411
417
  #
412
- # Modify properties of formulas.
418
+ # Allows modifying tags of formulas. All other properties will be ignored.
413
419
  #
414
420
  # @param resource_group_name [String] The name of the resource group.
415
421
  # @param lab_name [String] The name of the lab.
@@ -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
  # Deserialize Response
470
478
  if status_code == 200
471
479
  begin
@@ -484,7 +492,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
484
492
  end
485
493
 
486
494
  #
487
- # Create or replace an existing Formula. This operation can take a while to
495
+ # Create or replace an existing formula. This operation can take a while to
488
496
  # complete.
489
497
  #
490
498
  # @param resource_group_name [String] The name of the resource group.
@@ -503,7 +511,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
503
511
  end
504
512
 
505
513
  #
506
- # Create or replace an existing Formula. This operation can take a while to
514
+ # Create or replace an existing formula. This operation can take a while to
507
515
  # complete.
508
516
  #
509
517
  # @param resource_group_name [String] The name of the resource group.
@@ -521,7 +529,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
521
529
  end
522
530
 
523
531
  #
524
- # Create or replace an existing Formula. This operation can take a while to
532
+ # Create or replace an existing formula. This operation can take a while to
525
533
  # complete.
526
534
  #
527
535
  # @param resource_group_name [String] The name of the resource group.
@@ -579,6 +587,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
579
587
  end
580
588
 
581
589
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
590
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
591
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
582
592
  # Deserialize Response
583
593
  if status_code == 200
584
594
  begin
@@ -677,6 +687,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
677
687
  end
678
688
 
679
689
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
690
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
691
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
680
692
  # Deserialize Response
681
693
  if status_code == 200
682
694
  begin