Skip to content

Commit 293c1d1

Browse files
Release v3.0.41 (#79)
Co-authored-by: Adam-it <[email protected]>
1 parent 49920e8 commit 293c1d1

File tree

7 files changed

+1708
-1685
lines changed

7 files changed

+1708
-1685
lines changed

data/samples.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4185,6 +4185,29 @@
41854185
"Get-PnPField"
41864186
]
41874187
},
4188+
{
4189+
"title": "Converting SharePoint Sharing Links to Canonical URLs",
4190+
"url": "https://pnp.github.io/script-samples/spo-get-canonical-url-from-sharinglink/README.html",
4191+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-canonical-url-from-sharinglink/README.md",
4192+
"description": "Converting SharePoint Sharing Links to Canonical URLs",
4193+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-canonical-url-from-sharinglink/assets/preview.png",
4194+
"type": "powershell",
4195+
"tabTag": "#tab/pnpps",
4196+
"authors": [
4197+
{
4198+
"name": "Reshmee Auckloo",
4199+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
4200+
}
4201+
],
4202+
"tags": [
4203+
"modern",
4204+
"Connect-PnPOnline",
4205+
"Get-PnPList",
4206+
"Get-PnPListItem",
4207+
"Get-PnPFolderSharingLink",
4208+
"Get-PnPFileSharingLink"
4209+
]
4210+
},
41884211
{
41894212
"title": "Get Checked Out Files including those with no checked in version",
41904213
"url": "https://pnp.github.io/script-samples/spo-get-checkedoutfiles-nocheckedinversion/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.40",
5+
"version": "3.0.41",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)