Skip to content

Commit e027372

Browse files
Release v3.0.30 (#60)
Co-authored-by: Adam-it <[email protected]>
1 parent d4c7f85 commit e027372

File tree

7 files changed

+1673
-1655
lines changed

7 files changed

+1673
-1655
lines changed

data/samples.json

+18
Original file line numberDiff line numberDiff line change
@@ -4289,6 +4289,24 @@
42894289
"Get-PnPTenantSite"
42904290
]
42914291
},
4292+
{
4293+
"title": "Scan libraries for webhook and export to csv",
4294+
"url": "https://pnp.github.io/script-samples/spo-get-libraries-with-webhooks/README.html",
4295+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-libraries-with-webhooks/README.md",
4296+
"description": "Scanning document libraries and reporting on those that contains 1 or more webhooks",
4297+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-libraries-with-webhooks/assets/preview.png",
4298+
"type": "powershell",
4299+
"tabTag": "#tab/pnpps",
4300+
"authors": [
4301+
{
4302+
"name": "Kasper Larsen",
4303+
"pictureUrl": "https://github.com/kasperbolarsen.png"
4304+
}
4305+
],
4306+
"tags": [
4307+
"Get-PnPWebhookSubscription"
4308+
]
4309+
},
42924310
{
42934311
"title": "SharePoint List Item Version History Retrieval",
42944312
"url": "https://pnp.github.io/script-samples/spo-get-list-item-version-history/README.html",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.29",
5+
"version": "3.0.30",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)