From 33873f64e7db0c8d483482d7a40306fc4954b0c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 15:32:14 +0200 Subject: [PATCH] Release v3.0.1 Co-authored-by: Adam-it <58668583+Adam-it@users.noreply.github.com> --- data/samples.json | 44 +++++++++++++++++++++++ package-lock.json | 4 +-- package.json | 2 +- webview-ui/commandsList/package-lock.json | 3 +- webview-ui/docsView/package-lock.json | 3 +- webview-ui/samplesView/package-lock.json | 3 +- 6 files changed, 53 insertions(+), 6 deletions(-) diff --git a/data/samples.json b/data/samples.json index 0b7490f..a235e8d 100644 --- a/data/samples.json +++ b/data/samples.json @@ -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": [ + "", + "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", @@ -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", diff --git a/package-lock.json b/package-lock.json index a21a797..d5db1e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pnp-powershell-extension", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pnp-powershell-extension", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "axios": "^0.27.2" diff --git a/package.json b/package.json index 9f79c99..511cb0e 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/webview-ui/commandsList/package-lock.json b/webview-ui/commandsList/package-lock.json index 84a30bc..f67e7a4 100644 --- a/webview-ui/commandsList/package-lock.json +++ b/webview-ui/commandsList/package-lock.json @@ -23,7 +23,8 @@ } }, "../..": { - "version": "3.0.0", + "name": "pnp-powershell-extension", + "version": "3.0.1", "license": "MIT", "dependencies": { "axios": "^0.27.2" diff --git a/webview-ui/docsView/package-lock.json b/webview-ui/docsView/package-lock.json index e85f2a6..59f2ddf 100644 --- a/webview-ui/docsView/package-lock.json +++ b/webview-ui/docsView/package-lock.json @@ -26,7 +26,8 @@ } }, "../..": { - "version": "3.0.0", + "name": "pnp-powershell-extension", + "version": "3.0.1", "license": "MIT", "dependencies": { "axios": "^0.27.2" diff --git a/webview-ui/samplesView/package-lock.json b/webview-ui/samplesView/package-lock.json index d31e1a3..b858cda 100644 --- a/webview-ui/samplesView/package-lock.json +++ b/webview-ui/samplesView/package-lock.json @@ -25,7 +25,8 @@ } }, "../..": { - "version": "3.0.0", + "name": "pnp-powershell-extension", + "version": "3.0.1", "license": "MIT", "dependencies": { "axios": "^0.27.2"