Skip to content

Commit e155452

Browse files
Release v3.0.46 (#89)
Co-authored-by: Adam-it <[email protected]>
1 parent aab773a commit e155452

File tree

7 files changed

+2355
-2333
lines changed

7 files changed

+2355
-2333
lines changed

data/samples.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6815,6 +6815,28 @@
68156815
"Set-PnPListItem"
68166816
]
68176817
},
6818+
{
6819+
"title": "Updates a SharePoint Online lookup column to reference a lookup list",
6820+
"url": "https://pnp.github.io/script-samples/spo-update-lookup-field/README.html",
6821+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-lookup-field/README.md",
6822+
"description": "Updates a SharePoint Online lookup column to reference a lookup list",
6823+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-modern-webpart-properties/assets/preview.png",
6824+
"type": "powershell",
6825+
"tabTag": "#tab/pnpps",
6826+
"authors": [
6827+
{
6828+
"name": "Harminder Singh",
6829+
"pictureUrl": "https://avatars.githubusercontent.com/u/17841313?v=4"
6830+
}
6831+
],
6832+
"tags": [
6833+
"Connect-PnPOnline",
6834+
"Disconnect-PnPOnline",
6835+
"Get-PnPList",
6836+
"Get-PnPField",
6837+
"Set-PnPField"
6838+
]
6839+
},
68186840
{
68196841
"title": "Update web part properties on modern pages",
68206842
"url": "https://pnp.github.io/script-samples/spo-update-modern-webpart-properties/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.45",
5+
"version": "3.0.46",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)