Skip to content

Commit

Permalink
Release v3.0.8 (#18)
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 28, 2024
1 parent 8e5b881 commit 51e6e8e
Show file tree
Hide file tree
Showing 7 changed files with 2,192 additions and 2,163 deletions.
31 changes: 30 additions & 1 deletion data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -4026,7 +4026,8 @@
"Get-PnPList",
"Get-PnPWeb",
"Get-PnPContext",
"GetObjectSharingInformation"
"Get-PnPFileSharingLink",
"Get-PnPFolderSharingLink"
]
},
{
Expand Down Expand Up @@ -5130,6 +5131,34 @@
"m365 spo sitescript remove"
]
},
{
"title": "Remove the Teamify link on Group sites",
"url": "https://pnp.github.io/script-samples/spo-remove-teamify-link/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remove-teamify-link/README.md",
"description": "Remove the link in the left hand side suggesting to convert a Group Site to a Teams site",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remove-teamify-link/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Valeras Narbutas",
"pictureUrl": "https://avatars.githubusercontent.com/u/16476453?v=4"
},
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
},
{
"name": "Kasper Larsen",
"pictureUrl": "https://github.com/kasperbolarsen.png"
}
],
"tags": [
"Set-PnPSite",
"Set-PnPPropertyBagValue",
"Set-PnPTeamifyPromptHidden"
]
},
{
"title": "Remove modern web parts from pages",
"url": "https://pnp.github.io/script-samples/spo-remove-webpart-from-pages/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.7",
"version": "3.0.8",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 51e6e8e

Please sign in to comment.