Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -320,58 +320,6 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/workspaces/{workspaceName}/userApplicationGroupAssignments": {
"get": {
"tags": [
"ApplicationGroup"
],
"operationId": "ApplicationGroupAssignments_WorkspaceLevelList",
"description": "List application group that user can use.",
"x-ms-examples": {
"ApplicationGroupAssignment_WorkspaceLevelList": {
"$ref": "./examples/ApplicationGroupAssignment_WorkspaceLevelList.json"
}
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/WorkspaceNameParameter"
},
{
"name": "$filter",
"in": "query",
"required": false,
"type": "string",
"description": "OData filter expression. Valid properties for filtering are applicationGroupType."
}
],
"responses": {
"200": {
"description": "Successfully retrieved user application group assignments in workspace.",
"schema": {
"$ref": "#/definitions/ApplicationGroupList"
}
},
"default": {
"description": "Automation error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/applicationGroups/{applicationGroupName}": {
"get": {
"tags": [
Expand Down Expand Up @@ -1598,61 +1546,6 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/sessionHosts/{sessionHostName}/activeApplications": {
"get": {
"tags": [
"Application"
],
"operationId": "ActiveApplications_ListBySessionHost",
"description": "List applications for the given session host.",
"x-ms-examples": {
"ActiveApplications_List": {
"$ref": "./examples/ActiveApplication_ListBySessionHost.json"
}
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/HostPoolNameParameter"
},
{
"$ref": "#/parameters/SessionHostNameParameter"
},
{
"name": "$filter",
"in": "query",
"required": false,
"type": "string",
"description": "OData filter expression. Valid properties for filtering are userprincipalname and sessionstate."
}
],
"responses": {
"200": {
"description": "Successfully retrieved active applications in session host.",
"schema": {
"$ref": "#/definitions/ApplicationList"
}
},
"default": {
"description": "Automation error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/sessionHosts/{sessionHostName}/userSessions/{userSessionId}": {
"get": {
"tags": [
Expand Down Expand Up @@ -2191,7 +2084,8 @@
"required": [
"hostPoolType",
"personalDesktopAssignmentType",
"loadBalancerType"
"loadBalancerType",
"preferredAppGroupType"
],
"properties": {
"friendlyName": {
Expand Down Expand Up @@ -2277,6 +2171,20 @@
"ssoContext": {
"type": "string",
"description": "Path to keyvault containing ssoContext secret."
},
"preferredAppGroupType": {
"enum": [
"None",
"Desktop",
"RailApplications"
],
"x-ms-enum": {
"name": "PreferredAppGroupType",
"modelAsString": true
},
"type": "string",
"description": "The type of preferred application group type, default to Desktop Application Group",
"x-nullable": false
}
}
},
Expand Down Expand Up @@ -2360,6 +2268,19 @@
"ssoContext": {
"type": "string",
"description": "Path to keyvault containing ssoContext secret."
},
"preferredAppGroupType": {
"enum": [
"None",
"Desktop",
"RailApplications"
],
"x-ms-enum": {
"name": "PreferredAppGroupType",
"modelAsString": true
},
"type": "string",
"description": "The type of preferred application group type, default to Desktop Application Group"
}
}
},
Expand Down Expand Up @@ -2778,6 +2699,11 @@
"type": "boolean",
"description": "Allow a new session."
},
"virtualMachineId": {
"type": "string",
"description": "Resource Id of SessionHost's underlying virtual machine.",
"readOnly": true
},
"assignedUser": {
"type": "string",
"description": "User assigned to SessionHost."
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"token": "token",
"resetToken": true
},
"ssoContext": "KeyVaultPath"
"ssoContext": "KeyVaultPath",
"preferredAppGroupType": "Desktop"
}
}
},
Expand Down Expand Up @@ -81,7 +82,8 @@
"token": "token",
"resetToken": true
},
"ssoContext": "KeyVaultPath"
"ssoContext": "KeyVaultPath",
"preferredAppGroupType": "Desktop"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"token": "token",
"resetToken": false
},
"ssoContext": "KeyVaultPath"
"ssoContext": "KeyVaultPath",
"preferredAppGroupType": "Desktop"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"token": "token",
"resetToken": false
},
"ssoContext": "KeyVaultPath"
"ssoContext": "KeyVaultPath",
"preferredAppGroupType": "Desktop"
}
},
{
Expand All @@ -58,7 +59,8 @@
"token": "token",
"resetToken": false
},
"ssoContext": "KeyVaultPath"
"ssoContext": "KeyVaultPath",
"preferredAppGroupType": "Desktop"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"token": "token",
"resetToken": false
},
"ssoContext": "KeyVaultPath"
"ssoContext": "KeyVaultPath",
"preferredAppGroupType": "Desktop"
}
},
{
Expand All @@ -59,7 +60,8 @@
"token": "token",
"resetToken": false
},
"ssoContext": "KeyVaultPath"
"ssoContext": "KeyVaultPath",
"preferredAppGroupType": "Desktop"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"token": "token",
"resetToken": false
},
"ssoContext": "KeyVaultPath"
"ssoContext": "KeyVaultPath",
"preferredAppGroupType": "Desktop"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"sxSStackVersion": "rdp-sxs190816002",
"updateState": "Succeeded",
"lastUpdateTime": "2008-09-22T14:01:54.9571247Z",
"updateErrorMessage": ""
"updateErrorMessage": "",
"virtualMachineId": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.Compute/virtualMachines/sessionHost1"
}
},
"204": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"sxSStackVersion": "rdp-sxs190816002",
"updateState": "Succeeded",
"lastUpdateTime": "2008-09-22T14:01:54.9571247Z",
"updateErrorMessage": ""
"updateErrorMessage": "",
"virtualMachineId": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.Compute/virtualMachines/sessionHost1"
}
}
}
Expand Down
Loading