Skip to content

Commit 33873f6

Browse files
Release v3.0.1
Co-authored-by: Adam-it <[email protected]>
1 parent 4cb9b04 commit 33873f6

File tree

6 files changed

+53
-6
lines changed

6 files changed

+53
-6
lines changed

data/samples.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,6 +2256,26 @@
22562256
"m365 spo list get"
22572257
]
22582258
},
2259+
{
2260+
"title": "Delete SharePoint Online sites that have retention policies",
2261+
"url": "https://pnp.github.io/script-samples/spo-delete-site-with-retention-policy/README.html",
2262+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-site-with-retention-policy/README.md",
2263+
"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.",
2264+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-site-with-retention-policy/assets/preview.png",
2265+
"type": "powershell",
2266+
"tabTag": "#tab/pnpps",
2267+
"authors": [
2268+
{
2269+
"name": "Giacomo Pozzoni",
2270+
"pictureUrl": "https://github.com/jackpoz.png"
2271+
}
2272+
],
2273+
"tags": [
2274+
"<Cmdlets-Used>",
2275+
"Connect-PnPOnline",
2276+
"Remove-PnPTenantSite"
2277+
]
2278+
},
22592279
{
22602280
"title": "Deploys and Installs SharePoint Framework (SPFx) solutions to Hub Site and Associated Sites",
22612281
"url": "https://pnp.github.io/script-samples/spo-deploy-install-update-spfx-hubsite-associatedsites/README.html",
@@ -4974,6 +4994,30 @@
49744994
"Disconnect-PnPOnline"
49754995
]
49764996
},
4997+
{
4998+
"title": "Repair IdMismatch for user cross all Sites",
4999+
"url": "https://pnp.github.io/script-samples/spo-repair-user-idmismatch/README.html",
5000+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-repair-user-idmismatch/README.md",
5001+
"description": "This script will fix the IdMismatch of a user across all sites.",
5002+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-repair-user-idmismatch/assets/ScriptPreview.png",
5003+
"type": "powershell",
5004+
"tabTag": "#tab/pnpps",
5005+
"authors": [
5006+
{
5007+
"name": "Alvaro Avila Ruiz",
5008+
"pictureUrl": "https://github.com/barbarur.png"
5009+
}
5010+
],
5011+
"tags": [
5012+
"Connect-PnPOnline",
5013+
"Get-PnPTenantSite",
5014+
"Get-PnPUserProfileProperty",
5015+
"Set-PnPTenantSite",
5016+
"Get-PnPUser",
5017+
"Remove-PnPSiteCollectionAdmin",
5018+
"Remove-PnPUser"
5019+
]
5020+
},
49775021
{
49785022
"title": "Replace specific users in the People web part",
49795023
"url": "https://pnp.github.io/script-samples/spo-replace-people-in-people-web-part/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 VSCode 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.0",
5+
"version": "3.0.1",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

webview-ui/commandsList/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/docsView/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/samplesView/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)