-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WVD Scaling Plan resource definitions (#11224)
Co-authored-by: Jeremy Hurren <jehurren@microsoft.com>
- Loading branch information
Showing
53 changed files
with
7,205 additions
and
1 deletion.
There are no files selected for viewing
4,433 changes: 4,433 additions & 0 deletions
4,433
...ger/Microsoft.DesktopVirtualization/preview/2020-11-10-preview/desktopvirtualization.json
Large diffs are not rendered by default.
Oops, something went wrong.
61 changes: 61 additions & 0 deletions
61
...ft.DesktopVirtualization/preview/2020-11-10-preview/examples/ApplicationGroup_Create.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"applicationGroupName": "applicationGroup1", | ||
"api-version": "2020-11-02-preview", | ||
"applicationGroup": { | ||
"location": "centralus", | ||
"tags": { | ||
"tag1": "value1", | ||
"tag2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"applicationGroupType": "RemoteApp" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp" | ||
} | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...ft.DesktopVirtualization/preview/2020-11-10-preview/examples/ApplicationGroup_Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"applicationGroupName": "applicationGroup1", | ||
"api-version": "2020-11-02-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...osoft.DesktopVirtualization/preview/2020-11-10-preview/examples/ApplicationGroup_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"applicationGroupName": "applicationGroup1", | ||
"api-version": "2020-11-02-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp" | ||
} | ||
} | ||
} | ||
} | ||
} |
50 changes: 50 additions & 0 deletions
50
...tualization/preview/2020-11-10-preview/examples/ApplicationGroup_ListByResourceGroup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"api-version": "2020-11-02-preview", | ||
"$filter": "applicationGroupType eq 'RailApplication'" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp" | ||
} | ||
}, | ||
{ | ||
"name": "applicationGroup2", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup2", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
49 changes: 49 additions & 0 deletions
49
...rtualization/preview/2020-11-10-preview/examples/ApplicationGroup_ListBySubscription.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"api-version": "2020-11-02-preview", | ||
"$filter": "applicationGroupType eq 'RailApplication'" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp" | ||
} | ||
}, | ||
{ | ||
"name": "applicationGroup2", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup2", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
...ft.DesktopVirtualization/preview/2020-11-10-preview/examples/ApplicationGroup_Update.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"applicationGroupName": "applicationGroup1", | ||
"api-version": "2020-11-02-preview", | ||
"applicationGroup": { | ||
"tags": { | ||
"tag1": "value1", | ||
"tag2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "applicationGroup1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups", | ||
"location": "centralus", | ||
"tags": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
}, | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"hostPoolArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/hostPools/hostPool1", | ||
"workspaceArmPath": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/workspaces/workspace1", | ||
"applicationGroupType": "RemoteApp" | ||
} | ||
} | ||
} | ||
} | ||
} |
67 changes: 67 additions & 0 deletions
67
...crosoft.DesktopVirtualization/preview/2020-11-10-preview/examples/Application_Create.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"applicationGroupName": "applicationGroup1", | ||
"applicationName": "application1", | ||
"api-version": "2020-11-02-preview", | ||
"application": { | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"filePath": "path", | ||
"commandLineSetting": "Allow", | ||
"commandLineArguments": "arguments", | ||
"showInPortal": true, | ||
"iconPath": "icon", | ||
"iconIndex": 1 | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "applicationGroup1/application1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1/applications/application1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups/applications", | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"filePath": "path", | ||
"commandLineSetting": "Allow", | ||
"commandLineArguments": "arguments", | ||
"showInPortal": true, | ||
"iconPath": "icon", | ||
"iconIndex": 1, | ||
"iconHash": "bEQ1n2HysrGxCDvgt4bfOtkET8ydzh5SXGM0KGTBPVc", | ||
"iconContent": "AAABAAgAAAAAAAEAIAA7MwAAhgAAAEBAAAABACAAKEIAAMEzAAAwMAAAAQAgAKglAADpdQAAKCgAAAEA...", | ||
"applicationType": "InBuilt", | ||
"msixPackageFamilyName": null, | ||
"msixPackageApplicationId": null | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"name": "applicationGroup1/application1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1/applications/application1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups/applications", | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"filePath": "path", | ||
"commandLineSetting": "Allow", | ||
"commandLineArguments": "arguments", | ||
"showInPortal": true, | ||
"iconPath": "icon", | ||
"iconIndex": 1, | ||
"iconHash": "bEQ1n2HysrGxCDvgt4bfOtkET8ydzh5SXGM0KGTBPVc", | ||
"iconContent": "AAABAAgAAAAAAAEAIAA7MwAAhgAAAEBAAAABACAAKEIAAMEzAAAwMAAAAQAgAKglAADpdQAAKCgAAAEA...", | ||
"applicationType": "InBuilt", | ||
"msixPackageFamilyName": null, | ||
"msixPackageApplicationId": null | ||
} | ||
} | ||
} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...crosoft.DesktopVirtualization/preview/2020-11-10-preview/examples/Application_Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"applicationGroupName": "applicationGroup1", | ||
"applicationName": "application1", | ||
"api-version": "2020-11-02-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"name": "applicationGroup1/application1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1/applications/application1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups/applications", | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"filePath": "path", | ||
"commandLineSetting": "Allow", | ||
"commandLineArguments": "arguments", | ||
"showInPortal": true, | ||
"iconPath": "icon", | ||
"iconIndex": 1, | ||
"iconHash": "bEQ1n2HysrGxCDvgt4bfOtkET8ydzh5SXGM0KGTBPVc", | ||
"iconContent": "AAABAAgAAAAAAAEAIAA7MwAAhgAAAEBAAAABACAAKEIAAMEzAAAwMAAAAQAgAKglAADpdQAAKCgAAAEA...", | ||
"applicationType": "InBuilt", | ||
"msixPackageFamilyName": null, | ||
"msixPackageApplicationId": null | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
.../Microsoft.DesktopVirtualization/preview/2020-11-10-preview/examples/Application_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"applicationGroupName": "applicationGroup1", | ||
"applicationName": "application1", | ||
"api-version": "2020-11-02-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "applicationGroup1/application1", | ||
"id": "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1/applications/application1", | ||
"type": "Microsoft.DesktopVirtualization/applicationGroups/applications", | ||
"properties": { | ||
"description": "des1", | ||
"friendlyName": "friendly", | ||
"filePath": "path", | ||
"commandLineSetting": "Allow", | ||
"commandLineArguments": "arguments", | ||
"showInPortal": true, | ||
"iconPath": "icon", | ||
"iconIndex": 1, | ||
"iconHash": "bEQ1n2HysrGxCDvgt4bfOtkET8ydzh5SXGM0KGTBPVc", | ||
"iconContent": "AAABAAgAAAAAAAEAIAA7MwAAhgAAAEBAAAABACAAKEIAAMEzAAAwMAAAAQAgAKglAADpdQAAKCgAAAEA...", | ||
"applicationType": "InBuilt", | ||
"msixPackageFamilyName": null, | ||
"msixPackageApplicationId": null | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.