Skip to content

Commit

Permalink
Release v3.0.1
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 May 19, 2024
1 parent 4cb9b04 commit 33873f6
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 6 deletions.
44 changes: 44 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -2256,6 +2256,26 @@
"m365 spo list get"
]
},
{
"title": "Delete SharePoint Online sites that have retention policies",
"url": "https://pnp.github.io/script-samples/spo-delete-site-with-retention-policy/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-site-with-retention-policy/README.md",
"description": "This sample script deletes specified SharePoint Online sites that have a retention policy applied by excluding them from the retention policy, deleting the site and then cleaning up the retention policy exclusions.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-site-with-retention-policy/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Giacomo Pozzoni",
"pictureUrl": "https://github.com/jackpoz.png"
}
],
"tags": [
"<Cmdlets-Used>",
"Connect-PnPOnline",
"Remove-PnPTenantSite"
]
},
{
"title": "Deploys and Installs SharePoint Framework (SPFx) solutions to Hub Site and Associated Sites",
"url": "https://pnp.github.io/script-samples/spo-deploy-install-update-spfx-hubsite-associatedsites/README.html",
Expand Down Expand Up @@ -4974,6 +4994,30 @@
"Disconnect-PnPOnline"
]
},
{
"title": "Repair IdMismatch for user cross all Sites",
"url": "https://pnp.github.io/script-samples/spo-repair-user-idmismatch/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-repair-user-idmismatch/README.md",
"description": "This script will fix the IdMismatch of a user across all sites.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-repair-user-idmismatch/assets/ScriptPreview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Alvaro Avila Ruiz",
"pictureUrl": "https://github.com/barbarur.png"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPTenantSite",
"Get-PnPUserProfileProperty",
"Set-PnPTenantSite",
"Get-PnPUser",
"Remove-PnPSiteCollectionAdmin",
"Remove-PnPUser"
]
},
{
"title": "Replace specific users in the People web part",
"url": "https://pnp.github.io/script-samples/spo-replace-people-in-people-web-part/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 VSCode 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.0",
"version": "3.0.1",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
3 changes: 2 additions & 1 deletion webview-ui/commandsList/package-lock.json

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

3 changes: 2 additions & 1 deletion webview-ui/docsView/package-lock.json

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

3 changes: 2 additions & 1 deletion webview-ui/samplesView/package-lock.json

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

0 comments on commit 33873f6

Please sign in to comment.