-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
44 lines (44 loc) · 1.2 KB
/
Copy pathdevcontainer-feature.json
File metadata and controls
44 lines (44 loc) · 1.2 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
39
40
41
42
43
44
{
"name": "PnP PowerShell",
"id": "pnp.powershell",
"version": "1.0.1",
"description": "PnP PowerShell is a cross-platform PowerShell module that allows users on any platform to manage various configuration settings of Microsoft 365.",
"documentationURL": "https://github.com/jpawlowski/devcontainer-features/tree/main/src/pnp.powershell",
"licenseURL": "https://github.com/jpawlowski/devcontainer-features/tree/main/LICENSE.txt",
"keywords": [
"microsoft",
"powershell",
"microsoft-teams",
"sharepoint",
"sharepoint-online",
"microsoft-graph",
"microsoft-365",
"microsoft365",
"m365",
"pnp"
],
"options": {
"version": {
"type": "string",
"proposals": [
"latest"
],
"default": "latest",
"description": "Set the version of PnP.PowerShell to install."
}
},
"customizations": {
"vscode": {
"extensions": [
"adamwojcikit.pnp-powershell-extension"
]
}
},
"dependsOn": {
"ghcr.io/jpawlowski/devcontainer-features/powershell-extended": {}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/jpawlowski/devcontainer-features/powershell-extended"
]
}