Skip to content

Commit d42f541

Browse files
Release v3.0.10 (#22)
Co-authored-by: Adam-it <[email protected]>
1 parent 4683fae commit d42f541

File tree

8 files changed

+1800
-1740
lines changed

8 files changed

+1800
-1740
lines changed

data/pnpPsModel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,6 +2230,11 @@
22302230
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Register-PnPAzureADApp.md",
22312231
"docs": "https://pnp.github.io/powershell/cmdlets/Register-PnPAzureADApp.html"
22322232
},
2233+
{
2234+
"name": "Register-PnPEntraIDAppForInteractiveLogin",
2235+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Register-PnPEntraIDAppForInteractiveLogin.md",
2236+
"docs": "https://pnp.github.io/powershell/cmdlets/Register-PnPEntraIDAppForInteractiveLogin.html"
2237+
},
22332238
{
22342239
"name": "Register-PnPHubSite",
22352240
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Register-PnPHubSite.md",

data/samples.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3741,6 +3741,31 @@
37413741
"m365 logout"
37423742
]
37433743
},
3744+
{
3745+
"title": "Retrieve SPFx Details from Tenant and Site Collection App Catalogs",
3746+
"url": "https://pnp.github.io/script-samples/spo-get-details-spfx-packages-tenant-sitecollection-appcatalog/README.html",
3747+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-details-spfx-packages-tenant-sitecollection-appcatalog/README.md",
3748+
"description": "Retrieve detailed information about SPFx solutions installed in SharePoint environment, such as API permissions from both the tenant-level and site collection app catalogs.",
3749+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-details-spfx-packages-tenant-sitecollection-appcatalog/assets/preview.png",
3750+
"type": "powershell",
3751+
"tabTag": "#tab/pnpps",
3752+
"authors": [
3753+
{
3754+
"name": "Reshmee Auckloo",
3755+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
3756+
}
3757+
],
3758+
"tags": [
3759+
"modern",
3760+
"Connect-PnPOnline",
3761+
"Get-PnPTenantSite",
3762+
"Get-PnPTenantAppCatalogUrl",
3763+
"Get-PnPSiteCollectionAppCatalog",
3764+
"Invoke-PnPSPRestMethod",
3765+
"Get-PnPWeb",
3766+
"Get-PnPApp"
3767+
]
3768+
},
37443769
{
37453770
"title": "Get (or export) an existing site structure in a SharePoint Online tenant",
37463771
"url": "https://pnp.github.io/script-samples/spo-get-existing-site-structure/README.html",
@@ -4112,6 +4137,24 @@
41124137
"Get-PnPGroup"
41134138
]
41144139
},
4140+
{
4141+
"title": "GET API Permissions for SPFx solutions",
4142+
"url": "https://pnp.github.io/script-samples/spo-get-spfx-apipermissions/README.html",
4143+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-spfx-apipermissions/README.md",
4144+
"description": "To enhance your tenant's security posture, it's crucial to regularly review the API permissions requested by SPFx solutions",
4145+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-spfx-apipermissions/assets/preview.png",
4146+
"type": "powershell",
4147+
"tabTag": "#tab/pnpps",
4148+
"authors": [
4149+
{
4150+
"name": "Kinga Kazala",
4151+
"pictureUrl": "https://github.com/kkazala.png"
4152+
}
4153+
],
4154+
"tags": [
4155+
"<Cmdlets-Used>"
4156+
]
4157+
},
41154158
{
41164159
"title": "Get storage breakdown by file size, file version size and recycle bin",
41174160
"url": "https://pnp.github.io/script-samples/spo-get-storage-site-versionsrecyclebin/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.9",
5+
"version": "3.0.10",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)