Skip to content

Commit 8631ba8

Browse files
Release v3.0.13 (#28)
Co-authored-by: Adam-it <[email protected]>
1 parent 50fa318 commit 8631ba8

File tree

7 files changed

+3130
-3112
lines changed

7 files changed

+3130
-3112
lines changed

data/samples.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5543,6 +5543,24 @@
55435543
"m365 status"
55445544
]
55455545
},
5546+
{
5547+
"title": "Audit Service Principal Access to SharePoint Sites with Sites.Selected Permissions",
5548+
"url": "https://pnp.github.io/script-samples/spo-serviceprincipals-sites.selected-permission-sites/README.html",
5549+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-serviceprincipals-sites.selected-permission-sites/README.md",
5550+
"description": "This script identifies the SharePoint sites that a Service Principal can access when the sites.selected API permission is granted.",
5551+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-serviceprincipals-sites.selected-permission-sites/assets/preview.png",
5552+
"type": "powershell",
5553+
"tabTag": "#tab/pnpps",
5554+
"authors": [
5555+
{
5556+
"name": "Reshmee Auckloo",
5557+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
5558+
}
5559+
],
5560+
"tags": [
5561+
"<Cmdlets-Used>"
5562+
]
5563+
},
55465564
{
55475565
"title": "Set Home site for SharePoint online tenant",
55485566
"url": "https://pnp.github.io/script-samples/spo-set-home-site/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.12",
5+
"version": "3.0.13",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)