Skip to content

Commit 49920e8

Browse files
Release v3.0.40 (#77)
Co-authored-by: Adam-it <[email protected]>
1 parent 7ab0396 commit 49920e8

File tree

7 files changed

+1707
-1689
lines changed

7 files changed

+1707
-1689
lines changed

data/samples.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6150,6 +6150,24 @@
61506150
"Submit-PnPSearchQuery"
61516151
]
61526152
},
6153+
{
6154+
"title": "SPO Restore Multiple Items",
6155+
"url": "https://pnp.github.io/script-samples/spo-restore-multiple-items/README.html",
6156+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-restore-multiple-items/README.md",
6157+
"description": "Sometimes, there's a need to restore files that were accidentally deleted by users. ",
6158+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-restore-multiple-items/assets/preview.png",
6159+
"type": "powershell",
6160+
"tabTag": "#tab/pnpps",
6161+
"authors": [
6162+
{
6163+
"name": "Pankaj Badoni",
6164+
"pictureUrl": "https://github.com/pbadoni.png"
6165+
}
6166+
],
6167+
"tags": [
6168+
"<Cmdlets-Used>"
6169+
]
6170+
},
61536171
{
61546172
"title": "Retrieve Effective Permissions of an user within SharePoint Sites",
61556173
"url": "https://pnp.github.io/script-samples/spo-retrieve-effectivepermissions-user/README.html",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pnp-powershell-extension",
33
"displayName": "PnP PowerShell extension",
44
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
5-
"version": "3.0.39",
5+
"version": "3.0.40",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)