Skip to content

Commit 51e6e8e

Browse files
Release v3.0.8 (#18)
Co-authored-by: Adam-it <[email protected]>
1 parent 8e5b881 commit 51e6e8e

File tree

7 files changed

+2192
-2163
lines changed

7 files changed

+2192
-2163
lines changed

data/samples.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4026,7 +4026,8 @@
40264026
"Get-PnPList",
40274027
"Get-PnPWeb",
40284028
"Get-PnPContext",
4029-
"GetObjectSharingInformation"
4029+
"Get-PnPFileSharingLink",
4030+
"Get-PnPFolderSharingLink"
40304031
]
40314032
},
40324033
{
@@ -5130,6 +5131,34 @@
51305131
"m365 spo sitescript remove"
51315132
]
51325133
},
5134+
{
5135+
"title": "Remove the Teamify link on Group sites",
5136+
"url": "https://pnp.github.io/script-samples/spo-remove-teamify-link/README.html",
5137+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remove-teamify-link/README.md",
5138+
"description": "Remove the link in the left hand side suggesting to convert a Group Site to a Teams site",
5139+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remove-teamify-link/assets/preview.png",
5140+
"type": "powershell",
5141+
"tabTag": "#tab/pnpps",
5142+
"authors": [
5143+
{
5144+
"name": "Valeras Narbutas",
5145+
"pictureUrl": "https://avatars.githubusercontent.com/u/16476453?v=4"
5146+
},
5147+
{
5148+
"name": "Reshmee Auckloo",
5149+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
5150+
},
5151+
{
5152+
"name": "Kasper Larsen",
5153+
"pictureUrl": "https://github.com/kasperbolarsen.png"
5154+
}
5155+
],
5156+
"tags": [
5157+
"Set-PnPSite",
5158+
"Set-PnPPropertyBagValue",
5159+
"Set-PnPTeamifyPromptHidden"
5160+
]
5161+
},
51335162
{
51345163
"title": "Remove modern web parts from pages",
51355164
"url": "https://pnp.github.io/script-samples/spo-remove-webpart-from-pages/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 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.7",
5+
"version": "3.0.8",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)