Skip to content

Commit cebf3c8

Browse files
committed
preferred type and vm resoure id
1 parent 4314c1c commit cebf3c8

26 files changed

+164
-34
lines changed

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2019-01-23-preview/desktopvirtualization.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,6 +2277,20 @@
22772277
"ssoContext": {
22782278
"type": "string",
22792279
"description": "Path to keyvault containing ssoContext secret."
2280+
},
2281+
"preferredAppGroupType": {
2282+
"enum": [
2283+
"None",
2284+
"Desktop",
2285+
"RailApplications"
2286+
],
2287+
"x-ms-enum": {
2288+
"name": "PreferredAppGroupType",
2289+
"modelAsString": true
2290+
},
2291+
"type": "string",
2292+
"description": "The type of preferred application group type, default to Desktop Application Group",
2293+
"x-nullable": false
22802294
}
22812295
}
22822296
},
@@ -2360,6 +2374,20 @@
23602374
"ssoContext": {
23612375
"type": "string",
23622376
"description": "Path to keyvault containing ssoContext secret."
2377+
},
2378+
"preferredAppGroupType": {
2379+
"enum": [
2380+
"None",
2381+
"Desktop",
2382+
"RailApplications"
2383+
],
2384+
"x-ms-enum": {
2385+
"name": "PreferredAppGroupType",
2386+
"modelAsString": true
2387+
},
2388+
"type": "string",
2389+
"description": "The type of preferred application group type, default to Desktop Application Group",
2390+
"x-nullable": false
23632391
}
23642392
}
23652393
},
@@ -2778,6 +2806,10 @@
27782806
"type": "boolean",
27792807
"description": "Allow a new session."
27802808
},
2809+
"virtualMachineId": {
2810+
"type": "string",
2811+
"description": "Resource Id of SessionHost's underlining virtual machine."
2812+
},
27812813
"assignedUser": {
27822814
"type": "string",
27832815
"description": "User assigned to SessionHost."

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2019-01-23-preview/examples/HostPool_Create.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"token": "token",
5353
"resetToken": true
5454
},
55-
"ssoContext": "KeyVaultPath"
55+
"ssoContext": "KeyVaultPath",
56+
"preferredAppGroupType": "Desktop"
5657
}
5758
}
5859
},
@@ -81,7 +82,8 @@
8182
"token": "token",
8283
"resetToken": true
8384
},
84-
"ssoContext": "KeyVaultPath"
85+
"ssoContext": "KeyVaultPath",
86+
"preferredAppGroupType": "Desktop"
8587
}
8688
}
8789
}

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2019-01-23-preview/examples/HostPool_Get.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"token": "token",
3232
"resetToken": false
3333
},
34-
"ssoContext": "KeyVaultPath"
34+
"ssoContext": "KeyVaultPath",
35+
"preferredAppGroupType": "Desktop"
3536
}
3637
}
3738
}

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2019-01-23-preview/examples/HostPool_List.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"token": "token",
3232
"resetToken": false
3333
},
34-
"ssoContext": "KeyVaultPath"
34+
"ssoContext": "KeyVaultPath",
35+
"preferredAppGroupType": "Desktop"
3536
}
3637
},
3738
{
@@ -58,7 +59,8 @@
5859
"token": "token",
5960
"resetToken": false
6061
},
61-
"ssoContext": "KeyVaultPath"
62+
"ssoContext": "KeyVaultPath",
63+
"preferredAppGroupType": "Desktop"
6264
}
6365
}
6466
]

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2019-01-23-preview/examples/HostPool_ListByResourceGroup.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"token": "token",
3333
"resetToken": false
3434
},
35-
"ssoContext": "KeyVaultPath"
35+
"ssoContext": "KeyVaultPath",
36+
"preferredAppGroupType": "Desktop"
3637
}
3738
},
3839
{
@@ -59,7 +60,8 @@
5960
"token": "token",
6061
"resetToken": false
6162
},
62-
"ssoContext": "KeyVaultPath"
63+
"ssoContext": "KeyVaultPath",
64+
"preferredAppGroupType": "Desktop"
6365
}
6466
}
6567
]

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2019-01-23-preview/examples/HostPool_Update.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"token": "token",
5050
"resetToken": false
5151
},
52-
"ssoContext": "KeyVaultPath"
52+
"ssoContext": "KeyVaultPath",
53+
"preferredAppGroupType": "Desktop"
5354
}
5455
}
5556
}

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2019-01-23-preview/examples/SessionHost_Delete.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"sxSStackVersion": "rdp-sxs190816002",
2525
"updateState": "Succeeded",
2626
"lastUpdateTime": "2008-09-22T14:01:54.9571247Z",
27-
"updateErrorMessage": ""
27+
"updateErrorMessage": "",
28+
"virtualMachineId": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.Compute/virtualMachines/sessionHost1"
2829
}
2930
},
3031
"204": {}

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2019-01-23-preview/examples/SessionHost_Get.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"sxSStackVersion": "rdp-sxs190816002",
2525
"updateState": "Succeeded",
2626
"lastUpdateTime": "2008-09-22T14:01:54.9571247Z",
27-
"updateErrorMessage": ""
27+
"updateErrorMessage": "",
28+
"virtualMachineId": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.Compute/virtualMachines/sessionHost1"
2829
}
2930
}
3031
}

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2019-01-23-preview/examples/SessionHost_List.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"sxSStackVersion": "rdp-sxs190816002",
2626
"updateState": "Succeeded",
2727
"lastUpdateTime": "2008-09-22T14:01:54.9571247Z",
28-
"updateErrorMessage": ""
28+
"updateErrorMessage": "",
29+
"virtualMachineId": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.Compute/virtualMachines/sessionHost1"
2930
}
3031
},
3132
{
@@ -44,7 +45,8 @@
4445
"sxSStackVersion": "rdp-sxs190816002",
4546
"updateState": "Succeeded",
4647
"lastUpdateTime": "2008-09-22T14:01:54.9571247Z",
47-
"updateErrorMessage": ""
48+
"updateErrorMessage": "",
49+
"virtualMachineId": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.Compute/virtualMachines/sessionHost2"
4850
}
4951
}
5052
]

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2019-01-23-preview/examples/SessionHost_Update.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"sxSStackVersion": "rdp-sxs190816002",
3131
"updateState": "Succeeded",
3232
"lastUpdateTime": "2008-09-22T14:01:54.9571247Z",
33-
"updateErrorMessage": ""
33+
"updateErrorMessage": "",
34+
"virtualMachineId": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.Compute/virtualMachines/sessionHost1"
3435
}
3536
}
3637
}

0 commit comments

Comments
 (0)