Skip to content

Commit 2db9aba

Browse files
datr93Leiwang3SQL
authored andcommitted
force for sessionHost assign (Azure#16083)
1 parent 201536c commit 2db9aba

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2021-09-03-preview/desktopvirtualization.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,6 +1804,13 @@
18041804
"schema": {
18051805
"$ref": "#/definitions/SessionHostPatch"
18061806
}
1807+
},
1808+
{
1809+
"name": "force",
1810+
"in": "query",
1811+
"required": false,
1812+
"type": "boolean",
1813+
"description": "Force flag to update assign, unassign or reassign personal desktop."
18071814
}
18081815
],
18091816
"responses": {

specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2021-09-03-preview/examples/SessionHost_Update.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"hostPoolName": "hostPool1",
66
"sessionHostName": "sessionHost1.microsoft.com",
77
"api-version": "2021-09-03-preview",
8+
"force": true,
89
"sessionHost": {
910
"properties": {
1011
"allowNewSession": true,

0 commit comments

Comments
 (0)