-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathwvdapplication.parameters.template.json
More file actions
38 lines (38 loc) · 1.45 KB
/
Copy pathwvdapplication.parameters.template.json
File metadata and controls
38 lines (38 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"applications": {
"value": [
{
"name": "NotepadPP",
"description": "Notepad++ by ARM template",
"friendlyName": "NotepadPP",
"filePath": "C:\\Program Files (x86)\\Notepad++\\Notepad++.exe",
"commandLineSetting": "DoNotAllow",
"commandLineArguments": "",
"showInPortal": true,
"iconPath": "C:\\Program Files (x86)\\Notepad++\\Notepad++.exe",
"iconIndex": 0
},
{
"name": "Microsoft Teams",
"description": "Microsoft Teams by ARM template",
"friendlyName": "Microsoft Teams",
"filePath": "C:\\Program Files (x86)\\Teams Installer\\Teams.exe",
"commandLineSetting": "DoNotAllow",
"commandLineArguments": "",
"showInPortal": true,
"iconPath": "C:\\Program Files (x86)\\Teams Installer\\Teams.exe",
"iconIndex": 0
}
]
},
"location": {
"value": "[location]"
},
"appGroupName": {
"value": "[appGroupName]"
}
}
}