Skip to content

Commit

Permalink
Release v3.0.6 (#16)
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 Jul 7, 2024
1 parent 09e7269 commit d38b141
Show file tree
Hide file tree
Showing 7 changed files with 2,209 additions and 2,162 deletions.
47 changes: 47 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -2299,6 +2299,29 @@
"m365 spo list get"
]
},
{
"title": "Deletes sharing links for folder, file and item in SharePoint",
"url": "https://pnp.github.io/script-samples/spo-delete-sharinglink-folder-file-item/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-sharinglink-folder-file-item/README.md",
"description": "Deletes sharing links for folder, file, and item. This can address oversharing issues during the Copilot for M365 rollout.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-sharinglink-folder-file-item/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-PnPProperty",
"Remove-PnPgroup",
"Get-PnPList",
"Get-PnPListItem"
]
},
{
"title": "Delete SharePoint Online sites that have retention policies",
"url": "https://pnp.github.io/script-samples/spo-delete-site-with-retention-policy/README.html",
Expand Down Expand Up @@ -4810,6 +4833,30 @@
"m365 logout"
]
},
{
"title": "Remove site access requests",
"url": "https://pnp.github.io/script-samples/spo-remove-access-requests/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remove-access-requests/README.md",
"description": "As a site owner, delete in bulk all the access requests from a SharePoint site.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remove-access-requests/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Aimery Thomas",
"pictureUrl": "https://github.com/a1mery.png"
}
],
"tags": [
"Connect-PnPOnline",
"New-PnPBatch",
"Get-PnPList",
"Get-PnPListItem",
"Remove-PnPListItem",
"Invoke-PnPBatch",
"Disconnect-PnPOnline"
]
},
{
"title": "Delete custom color themes from SharePoint",
"url": "https://pnp.github.io/script-samples/spo-remove-custom-themes/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.5",
"version": "3.0.6",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit d38b141

Please sign in to comment.