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
@@ -208,6 +210,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
208
210
  end
209
211
 
210
212
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
213
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
214
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
211
215
  # Deserialize Response
212
216
  if status_code == 200
213
217
  begin
@@ -112,6 +112,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
112
112
  end
113
113
 
114
114
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
115
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
116
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
115
117
  # Deserialize Response
116
118
  if status_code == 200
117
119
  begin
@@ -224,6 +226,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
224
226
  end
225
227
 
226
228
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
229
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
230
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
227
231
  # Deserialize Response
228
232
  if status_code == 200
229
233
  begin
@@ -322,6 +326,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
322
326
  end
323
327
 
324
328
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
329
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
330
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
325
331
  # Deserialize Response
326
332
  if status_code == 200
327
333
  begin
@@ -425,6 +431,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
425
431
  end
426
432
 
427
433
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
434
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
435
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
428
436
  # Deserialize Response
429
437
  if status_code == 200
430
438
  begin
@@ -526,6 +534,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
526
534
  end
527
535
 
528
536
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
537
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
538
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
529
539
 
530
540
  result
531
541
  end
@@ -534,7 +544,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
534
544
  end
535
545
 
536
546
  #
537
- # Modify properties of schedules.
547
+ # Allows modifying tags of schedules. All other properties will be ignored.
538
548
  #
539
549
  # @param resource_group_name [String] The name of the resource group.
540
550
  # @param name [String] The name of the schedule.
@@ -550,7 +560,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
550
560
  end
551
561
 
552
562
  #
553
- # Modify properties of schedules.
563
+ # Allows modifying tags of schedules. All other properties will be ignored.
554
564
  #
555
565
  # @param resource_group_name [String] The name of the resource group.
556
566
  # @param name [String] The name of the schedule.
@@ -565,7 +575,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
565
575
  end
566
576
 
567
577
  #
568
- # Modify properties of schedules.
578
+ # Allows modifying tags of schedules. All other properties will be ignored.
569
579
  #
570
580
  # @param resource_group_name [String] The name of the resource group.
571
581
  # @param name [String] The name of the schedule.
@@ -619,6 +629,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
619
629
  end
620
630
 
621
631
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
632
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
633
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
622
634
  # Deserialize Response
623
635
  if status_code == 200
624
636
  begin
@@ -791,6 +803,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
791
803
  end
792
804
 
793
805
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
806
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
807
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
794
808
 
795
809
  result
796
810
  end
@@ -889,6 +903,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
889
903
  end
890
904
 
891
905
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
906
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
907
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
892
908
 
893
909
  result
894
910
  end
@@ -967,6 +983,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
967
983
  end
968
984
 
969
985
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
986
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
987
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
970
988
  # Deserialize Response
971
989
  if status_code == 200
972
990
  begin
@@ -1055,6 +1073,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1055
1073
  end
1056
1074
 
1057
1075
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1076
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1077
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1058
1078
  # Deserialize Response
1059
1079
  if status_code == 200
1060
1080
  begin
@@ -112,6 +112,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
112
112
  end
113
113
 
114
114
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
115
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
116
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
115
117
  # Deserialize Response
116
118
  if status_code == 200
117
119
  begin
@@ -224,6 +226,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
224
226
  end
225
227
 
226
228
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
229
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
230
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
227
231
  # Deserialize Response
228
232
  if status_code == 200
229
233
  begin
@@ -322,6 +326,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
322
326
  end
323
327
 
324
328
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
329
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
330
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
325
331
  # Deserialize Response
326
332
  if status_code == 200
327
333
  begin
@@ -423,7 +429,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
423
429
  end
424
430
 
425
431
  #
426
- # Modify properties of labs.
432
+ # Allows modifying tags of labs. All other properties will be ignored.
427
433
  #
428
434
  # @param resource_group_name [String] The name of the resource group.
429
435
  # @param name [String] The name of the lab.
@@ -439,7 +445,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
439
445
  end
440
446
 
441
447
  #
442
- # Modify properties of labs.
448
+ # Allows modifying tags of labs. All other properties will be ignored.
443
449
  #
444
450
  # @param resource_group_name [String] The name of the resource group.
445
451
  # @param name [String] The name of the lab.
@@ -454,7 +460,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
454
460
  end
455
461
 
456
462
  #
457
- # Modify properties of labs.
463
+ # Allows modifying tags of labs. All other properties will be ignored.
458
464
  #
459
465
  # @param resource_group_name [String] The name of the resource group.
460
466
  # @param name [String] The name of the lab.
@@ -508,6 +514,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
508
514
  end
509
515
 
510
516
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
517
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
518
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
511
519
  # Deserialize Response
512
520
  if status_code == 200
513
521
  begin
@@ -741,6 +749,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
741
749
  end
742
750
 
743
751
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
752
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
753
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
744
754
  # Deserialize Response
745
755
  if status_code == 200
746
756
  begin
@@ -878,6 +888,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
878
888
  end
879
889
 
880
890
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
891
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
892
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
881
893
  # Deserialize Response
882
894
  if status_code == 200
883
895
  begin
@@ -984,6 +996,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
984
996
  end
985
997
 
986
998
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
999
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1000
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
987
1001
  # Deserialize Response
988
1002
  if status_code == 200
989
1003
  begin
@@ -1085,6 +1099,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1085
1099
  end
1086
1100
 
1087
1101
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1102
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1103
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1088
1104
 
1089
1105
  result
1090
1106
  end
@@ -1169,6 +1185,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1169
1185
  end
1170
1186
 
1171
1187
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1188
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1189
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1172
1190
 
1173
1191
  result
1174
1192
  end
@@ -1270,6 +1288,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1270
1288
  end
1271
1289
 
1272
1290
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1291
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1292
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1273
1293
 
1274
1294
  result
1275
1295
  end
@@ -1368,6 +1388,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1368
1388
  end
1369
1389
 
1370
1390
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1391
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1392
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1371
1393
 
1372
1394
  result
1373
1395
  end
@@ -1469,6 +1491,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1469
1491
  end
1470
1492
 
1471
1493
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1494
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1495
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1472
1496
 
1473
1497
  result
1474
1498
  end
@@ -1547,6 +1571,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1547
1571
  end
1548
1572
 
1549
1573
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1574
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1575
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1550
1576
  # Deserialize Response
1551
1577
  if status_code == 200
1552
1578
  begin
@@ -1635,6 +1661,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1635
1661
  end
1636
1662
 
1637
1663
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1664
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1665
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1638
1666
  # Deserialize Response
1639
1667
  if status_code == 200
1640
1668
  begin
@@ -1723,6 +1751,8 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
1723
1751
  end
1724
1752
 
1725
1753
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1754
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
1755
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
1726
1756
  # Deserialize Response
1727
1757
  if status_code == 200
1728
1758
  begin
@@ -12,14 +12,14 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [Integer] Size of the disk to be attached in Gibibytes.
15
+ # @return [Integer] Size of the disk to be attached in GibiBytes.
16
16
  attr_accessor :disk_size_gi_b
17
17
 
18
18
  # @return [String] The name of the disk to be attached.
19
19
  attr_accessor :disk_name
20
20
 
21
21
  # @return [StorageType] The storage type for the disk (i.e. Standard,
22
- # Premium). Possible values include: 'Standard', 'Premium'
22
+ # Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'
23
23
  attr_accessor :disk_type
24
24
 
25
25
 
@@ -12,14 +12,14 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [Integer] Size of the disk to be attached in Gibibytes.
15
+ # @return [Integer] Size of the disk to be attached in GibiBytes.
16
16
  attr_accessor :disk_size_gi_b
17
17
 
18
18
  # @return [String] The name of the disk to be attached.
19
19
  attr_accessor :disk_name
20
20
 
21
21
  # @return [StorageType] The storage type for the disk (i.e. Standard,
22
- # Premium). Possible values include: 'Standard', 'Premium'
22
+ # Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'
23
23
  attr_accessor :disk_type
24
24
 
25
25
 
@@ -16,7 +16,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
16
16
  attr_accessor :lun
17
17
 
18
18
  # @return [StorageType] Disk Storage Type. Possible values include:
19
- # 'Standard', 'Premium'
19
+ # 'Standard', 'Premium', 'StandardSSD'
20
20
  attr_accessor :storage_type
21
21
 
22
22
 
@@ -16,7 +16,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
16
16
  attr_accessor :lun
17
17
 
18
18
  # @return [StorageType] Disk Storage Type. Possible values include:
19
- # 'Standard', 'Premium'
19
+ # 'Standard', 'Premium', 'StandardSSD'
20
20
  attr_accessor :storage_type
21
21
 
22
22
 
@@ -13,10 +13,10 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
13
13
  include MsRestAzure
14
14
 
15
15
  # @return [StorageType] The storage type for the disk (i.e. Standard,
16
- # Premium). Possible values include: 'Standard', 'Premium'
16
+ # Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'
17
17
  attr_accessor :disk_type
18
18
 
19
- # @return [Integer] The size of the disk in Gibibytes.
19
+ # @return [Integer] The size of the disk in GibiBytes.
20
20
  attr_accessor :disk_size_gi_b
21
21
 
22
22
  # @return [String] The resource ID of the VM to which this disk is
@@ -13,10 +13,10 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
13
13
  include MsRestAzure
14
14
 
15
15
  # @return [StorageType] The storage type for the disk (i.e. Standard,
16
- # Premium). Possible values include: 'Standard', 'Premium'
16
+ # Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'
17
17
  attr_accessor :disk_type
18
18
 
19
- # @return [Integer] The size of the disk in Gibibytes.
19
+ # @return [Integer] The size of the disk in GibiBytes.
20
20
  attr_accessor :disk_size_gi_b
21
21
 
22
22
  # @return [String] The resource ID of the VM to which this disk is
@@ -29,7 +29,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
29
29
 
30
30
  # @return [StorageType] Type of storage used by the lab. It can be either
31
31
  # Premium or Standard. Default is Premium. Possible values include:
32
- # 'Standard', 'Premium'
32
+ # 'Standard', 'Premium', 'StandardSSD'
33
33
  attr_accessor :lab_storage_type
34
34
 
35
35
  # @return [Array<String>] The ordered list of artifact resource IDs that
@@ -66,8 +66,9 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
66
66
  # message associated with this lab
67
67
  attr_accessor :support
68
68
 
69
- # @return [String] The resource group in which lab virtual machines will
70
- # be created in.
69
+ # @return [String] The resource group in which all new lab virtual
70
+ # machines will be created. To let DevTest Labs manage resource group
71
+ # creation, set this value to null.
71
72
  attr_accessor :vm_creation_resource_group
72
73
 
73
74
  # @return [String] The public IP address for the lab's load balancer.
@@ -14,7 +14,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
14
14
 
15
15
  # @return [StorageType] Type of storage used by the lab. It can be either
16
16
  # Premium or Standard. Default is Premium. Possible values include:
17
- # 'Standard', 'Premium'
17
+ # 'Standard', 'Premium', 'StandardSSD'
18
18
  attr_accessor :lab_storage_type
19
19
 
20
20
  # @return [Array<String>] The ordered list of artifact resource IDs that
@@ -112,7 +112,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
112
112
 
113
113
  # @return [VirtualMachineCreationSource] Tells source of creation of lab
114
114
  # virtual machine. Output property only. Possible values include:
115
- # 'FromCustomImage', 'FromGalleryImage'
115
+ # 'FromCustomImage', 'FromGalleryImage', 'FromSharedGalleryImage'
116
116
  attr_accessor :virtual_machine_creation_source
117
117
 
118
118
  # @return [String] The resource ID of the environment that contains this
@@ -109,7 +109,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
109
109
 
110
110
  # @return [VirtualMachineCreationSource] Tells source of creation of lab
111
111
  # virtual machine. Output property only. Possible values include:
112
- # 'FromCustomImage', 'FromGalleryImage'
112
+ # 'FromCustomImage', 'FromGalleryImage', 'FromSharedGalleryImage'
113
113
  attr_accessor :virtual_machine_creation_source
114
114
 
115
115
  # @return [String] The resource ID of the environment that contains this
@@ -110,7 +110,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
110
110
 
111
111
  # @return [VirtualMachineCreationSource] Tells source of creation of lab
112
112
  # virtual machine. Output property only. Possible values include:
113
- # 'FromCustomImage', 'FromGalleryImage'
113
+ # 'FromCustomImage', 'FromGalleryImage', 'FromSharedGalleryImage'
114
114
  attr_accessor :virtual_machine_creation_source
115
115
 
116
116
  # @return [String] The resource ID of the environment that contains this
@@ -106,7 +106,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
106
106
 
107
107
  # @return [VirtualMachineCreationSource] Tells source of creation of lab
108
108
  # virtual machine. Output property only. Possible values include:
109
- # 'FromCustomImage', 'FromGalleryImage'
109
+ # 'FromCustomImage', 'FromGalleryImage', 'FromSharedGalleryImage'
110
110
  attr_accessor :virtual_machine_creation_source
111
111
 
112
112
  # @return [String] The resource ID of the environment that contains this
@@ -11,6 +11,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
11
11
  module StorageType
12
12
  Standard = "Standard"
13
13
  Premium = "Premium"
14
+ StandardSSD = "StandardSSD"
14
15
  end
15
16
  end
16
17
  end
@@ -11,6 +11,7 @@ module Azure::DevTestLabs::Mgmt::V2018_09_15
11
11
  module VirtualMachineCreationSource
12
12
  FromCustomImage = "FromCustomImage"
13
13
  FromGalleryImage = "FromGalleryImage"
14
+ FromSharedGalleryImage = "FromSharedGalleryImage"
14
15
  end
15
16
  end
16
17
  end