You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2021-02-01-preview/desktopvirtualization.json
+53-8Lines changed: 53 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2764,11 +2764,26 @@
2764
2764
"hostPoolType": {
2765
2765
"enum": [
2766
2766
"Personal",
2767
-
"Pooled"
2767
+
"Pooled",
2768
+
"BYODesktop"
2768
2769
],
2769
2770
"x-ms-enum": {
2770
2771
"name": "HostPoolType",
2771
-
"modelAsString": true
2772
+
"modelAsString": true,
2773
+
"values": [
2774
+
{
2775
+
"value": "Personal",
2776
+
"description": "Users will be assigned a SessionHost either by administrators (PersonalDesktopAssignmentType = Direct) or upon connecting to the pool (PersonalDesktopAssignmentType = Automatic). They will always be redirected to their assigned SessionHost."
2777
+
},
2778
+
{
2779
+
"value": "Pooled",
2780
+
"description": "Users get a new (random) SessionHost every time it connects to the HostPool."
2781
+
},
2782
+
{
2783
+
"value": "BYODesktop",
2784
+
"description": "Users assign their own machines, load balancing logic remains the same as Personal. PersonalDesktopAssignmentType must be Direct."
2785
+
}
2786
+
]
2772
2787
},
2773
2788
"type": "string",
2774
2789
"description": "HostPool type for desktop.",
@@ -4281,14 +4296,29 @@
4281
4296
"hostPoolType": {
4282
4297
"enum": [
4283
4298
"Personal",
4284
-
"Pooled"
4299
+
"Pooled",
4300
+
"BYODesktop"
4285
4301
],
4286
4302
"x-ms-enum": {
4287
4303
"name": "HostPoolType",
4288
-
"modelAsString": true
4304
+
"modelAsString": true,
4305
+
"values": [
4306
+
{
4307
+
"value": "Personal",
4308
+
"description": "Users will be assigned a SessionHost either by administrators (PersonalDesktopAssignmentType = Direct) or upon connecting to the pool (PersonalDesktopAssignmentType = Automatic). They will always be redirected to their assigned SessionHost."
4309
+
},
4310
+
{
4311
+
"value": "Pooled",
4312
+
"description": "Users get a new (random) SessionHost every time it connects to the HostPool."
4313
+
},
4314
+
{
4315
+
"value": "BYODesktop",
4316
+
"description": "Users assign their own machines, load balancing logic remains the same as Personal. PersonalDesktopAssignmentType must be Direct."
4317
+
}
4318
+
]
4289
4319
},
4290
4320
"type": "string",
4291
-
"description": "HostPool type for scaling plan.",
4321
+
"description": "HostPool type for desktop.",
4292
4322
"x-nullable": false
4293
4323
},
4294
4324
"exclusionTag": {
@@ -4528,14 +4558,29 @@
4528
4558
"hostPoolType": {
4529
4559
"enum": [
4530
4560
"Personal",
4531
-
"Pooled"
4561
+
"Pooled",
4562
+
"BYODesktop"
4532
4563
],
4533
4564
"x-ms-enum": {
4534
4565
"name": "HostPoolType",
4535
-
"modelAsString": true
4566
+
"modelAsString": true,
4567
+
"values": [
4568
+
{
4569
+
"value": "Personal",
4570
+
"description": "Users will be assigned a SessionHost either by administrators (PersonalDesktopAssignmentType = Direct) or upon connecting to the pool (PersonalDesktopAssignmentType = Automatic). They will always be redirected to their assigned SessionHost."
4571
+
},
4572
+
{
4573
+
"value": "Pooled",
4574
+
"description": "Users get a new (random) SessionHost every time it connects to the HostPool."
4575
+
},
4576
+
{
4577
+
"value": "BYODesktop",
4578
+
"description": "Users assign their own machines, load balancing logic remains the same as Personal. PersonalDesktopAssignmentType must be Direct."
0 commit comments