Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
5 changes: 5 additions & 0 deletions data/pnpPsModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2725,6 +2725,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPPlannerTask.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPPlannerTask.html"
},
{
"name": "Remove-PnPPowerAppPermission",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPPowerAppPermission.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPPowerAppPermission.html"
},
{
"name": "Remove-PnPProfileCardProperty",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPProfileCardProperty.md",
Expand Down
27 changes: 18 additions & 9 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
},
{
"name": "Adam Wójcik",
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
}
],
"tags": [
Expand Down Expand Up @@ -229,6 +233,10 @@
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
},
{
"name": "Adam Wójcik",
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
}
],
"tags": [
Expand All @@ -243,12 +251,10 @@
"Remove-PnPMicrosoft365Group",
"Remove-PnPMicrosoft365GroupOwner",
"m365 login",
"m365 status",
"m365 entra m365group list",
"m365 entra m365group user list",
"m365 entra m365group user add",
"m365 entra m365group user remove",
"m365 logout"
"m365 entra m365group user remove"
]
},
{
Expand Down Expand Up @@ -1262,17 +1268,19 @@
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
},
{
"name": "Adam Wójcik",
"pictureUrl": "https://github.com/Adam-it.png"
}
],
"tags": [
"Connect-PnPOnline",
"Add-PnPFolder",
"Add-PnPFile",
"m365 status",
"m365 login",
"m365 spo folder add",
"m365 spo file add",
"m365 logout",
"Get-ChildItem"
]
},
Expand All @@ -1292,17 +1300,18 @@
{
"name": "Ahamed Fazil Buhari",
"pictureUrl": "https://github.com/ahamedfazil.png"
},
{
"name": "Adam Wójcik",
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPField",
"Add-PnPFieldFromXml",
"Add-PnPFieldToContentType",
"m365 status",
"m365 login",
"m365 logout",
"m365 spo field get",
"m365 spo field list",
"m365 spo field add",
"m365 spo contenttype get",
"m365 spo contenttype field set"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pnp-powershell-extension",
"displayName": "PnP PowerShell extension",
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
"version": "3.0.52",
"version": "3.0.53",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading