Skip to content

Commit 9a4aeee

Browse files
Release v3.0.49 (#93)
Co-authored-by: Adam-it <[email protected]>
1 parent c766dbb commit 9a4aeee

File tree

8 files changed

+2379
-2358
lines changed

8 files changed

+2379
-2358
lines changed

data/pnpPsModel.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -666,9 +666,9 @@
666666
"docs": "https://pnp.github.io/powershell/cmdlets/Enable-PnPPowerShellTelemetry.html"
667667
},
668668
{
669-
"name": "Enable-PnPPriviledgedIdentityManagement",
670-
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Enable-PnPPriviledgedIdentityManagement.md",
671-
"docs": "https://pnp.github.io/powershell/cmdlets/Enable-PnPPriviledgedIdentityManagement.html"
669+
"name": "Enable-PnPPrivilegedIdentityManagement",
670+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Enable-PnPPrivilegedIdentityManagement.md",
671+
"docs": "https://pnp.github.io/powershell/cmdlets/Enable-PnPPrivilegedIdentityManagement.html"
672672
},
673673
{
674674
"name": "Enable-PnPSiteClassification",
@@ -1416,14 +1416,14 @@
14161416
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPowerShellTelemetryEnabled.html"
14171417
},
14181418
{
1419-
"name": "Get-PnPPriviledgedIdentityManagementEligibleAssignment",
1420-
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPriviledgedIdentityManagementEligibleAssignment.md",
1421-
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPriviledgedIdentityManagementEligibleAssignment.html"
1419+
"name": "Get-PnPPrivilegedIdentityManagementEligibleAssignment",
1420+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPrivilegedIdentityManagementEligibleAssignment.md",
1421+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPrivilegedIdentityManagementEligibleAssignment.html"
14221422
},
14231423
{
1424-
"name": "Get-PnPPriviledgedIdentityManagementRole",
1425-
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPriviledgedIdentityManagementRole.md",
1426-
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPriviledgedIdentityManagementRole.html"
1424+
"name": "Get-PnPPrivilegedIdentityManagementRole",
1425+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPrivilegedIdentityManagementRole.md",
1426+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPrivilegedIdentityManagementRole.html"
14271427
},
14281428
{
14291429
"name": "Get-PnPProfileCardProperty",

data/samples.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5820,6 +5820,27 @@
58205820
"m365 logout"
58215821
]
58225822
},
5823+
{
5824+
"title": "Find all Remote Event Receivers in a SharePoint Online site",
5825+
"url": "https://pnp.github.io/script-samples/spo-remote-event-receivers/README.html",
5826+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remote-event-receivers/README.md",
5827+
"description": "Identify all your Remote Event Receivers in SharePoint Online before they are deprecated.",
5828+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remote-event-receivers/assets/preview.png",
5829+
"type": "powershell",
5830+
"tabTag": "#tab/pnpps",
5831+
"authors": [
5832+
{
5833+
"name": "Dan Toft",
5834+
"pictureUrl": "https://github.com/tanddant.png"
5835+
}
5836+
],
5837+
"tags": [
5838+
"Get-PnPEventReceiver",
5839+
"Get-PnPList",
5840+
"Get-PnPTenantSite",
5841+
"Connect-PnPOnline"
5842+
]
5843+
},
58235844
{
58245845
"title": "Remove site access requests",
58255846
"url": "https://pnp.github.io/script-samples/spo-remove-access-requests/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.48",
5+
"version": "3.0.49",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)