Skip to content

Commit

Permalink
Release v3.0.10 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Aug 25, 2024
1 parent 4683fae commit d42f541
Show file tree
Hide file tree
Showing 8 changed files with 1,800 additions and 1,740 deletions.
5 changes: 5 additions & 0 deletions data/pnpPsModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2230,6 +2230,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Register-PnPAzureADApp.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Register-PnPAzureADApp.html"
},
{
"name": "Register-PnPEntraIDAppForInteractiveLogin",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Register-PnPEntraIDAppForInteractiveLogin.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Register-PnPEntraIDAppForInteractiveLogin.html"
},
{
"name": "Register-PnPHubSite",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Register-PnPHubSite.md",
Expand Down
43 changes: 43 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -3741,6 +3741,31 @@
"m365 logout"
]
},
{
"title": "Retrieve SPFx Details from Tenant and Site Collection App Catalogs",
"url": "https://pnp.github.io/script-samples/spo-get-details-spfx-packages-tenant-sitecollection-appcatalog/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-details-spfx-packages-tenant-sitecollection-appcatalog/README.md",
"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.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-details-spfx-packages-tenant-sitecollection-appcatalog/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Get-PnPTenantSite",
"Get-PnPTenantAppCatalogUrl",
"Get-PnPSiteCollectionAppCatalog",
"Invoke-PnPSPRestMethod",
"Get-PnPWeb",
"Get-PnPApp"
]
},
{
"title": "Get (or export) an existing site structure in a SharePoint Online tenant",
"url": "https://pnp.github.io/script-samples/spo-get-existing-site-structure/README.html",
Expand Down Expand Up @@ -4112,6 +4137,24 @@
"Get-PnPGroup"
]
},
{
"title": "GET API Permissions for SPFx solutions",
"url": "https://pnp.github.io/script-samples/spo-get-spfx-apipermissions/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-spfx-apipermissions/README.md",
"description": "To enhance your tenant's security posture, it's crucial to regularly review the API permissions requested by SPFx solutions",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-spfx-apipermissions/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Kinga Kazala",
"pictureUrl": "https://github.com/kkazala.png"
}
],
"tags": [
"<Cmdlets-Used>"
]
},
{
"title": "Get storage breakdown by file size, file version size and recycle bin",
"url": "https://pnp.github.io/script-samples/spo-get-storage-site-versionsrecyclebin/README.html",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pnp-powershell-extension",
"displayName": "PnP PowerShell extension",
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
"version": "3.0.9",
"version": "3.0.10",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit d42f541

Please sign in to comment.