Skip to content

Commit ab28acb

Browse files
Release v3.0.42 (#81)
Co-authored-by: Adam-it <[email protected]>
1 parent 293c1d1 commit ab28acb

File tree

7 files changed

+3161
-3094
lines changed

7 files changed

+3161
-3094
lines changed

data/samples.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,6 +1691,26 @@
16911691
"m365 spo list view set"
16921692
]
16931693
},
1694+
{
1695+
"title": "Apply Out-of-the-Box SharePoint Site Designs to Existing Sites",
1696+
"url": "https://pnp.github.io/script-samples/spo-apply-OOB-sitedesign/README.html",
1697+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-OOB-sitedesign/README.md",
1698+
"description": "Apply Out-of-the-Box SharePoint Site Designs to Existing Sites",
1699+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-OOB-sitedesign/assets/preview.png",
1700+
"type": "powershell",
1701+
"tabTag": "#tab/pnpps",
1702+
"authors": [
1703+
{
1704+
"name": "Reshmee Auckloo",
1705+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
1706+
}
1707+
],
1708+
"tags": [
1709+
"modern",
1710+
"Connect-PnPOnline",
1711+
"Invoke-PnPSPRestMethod"
1712+
]
1713+
},
16941714
{
16951715
"title": "Using a PnP Site Template including files and list items",
16961716
"url": "https://pnp.github.io/script-samples/spo-apply-pnptemplate-with-files-and-listitems/README.html",
@@ -5037,6 +5057,32 @@
50375057
"Disconnect-PnPOnline"
50385058
]
50395059
},
5060+
{
5061+
"title": "SharePoint List Content Type Migration with Data Preservation",
5062+
"url": "https://pnp.github.io/script-samples/spo-list-contenttype-migration/README.html",
5063+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-contenttype-migration/README.md",
5064+
"description": "Migrate SharePoint list to new content type while preserving all existing data",
5065+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-contenttype-migration/assets/preview.png",
5066+
"type": "powershell",
5067+
"tabTag": "#tab/pnpps",
5068+
"authors": [
5069+
{
5070+
"name": "Jeppe Spanggaard",
5071+
"pictureUrl": "https://github.com/jeppesc11.png"
5072+
}
5073+
],
5074+
"tags": [
5075+
"Connect-PnPOnline",
5076+
"Set-PnPList",
5077+
"Get-PnPListItem",
5078+
"Remove-PnPField",
5079+
"Invoke-PnPSiteTemplate",
5080+
"Get-PnPContentType",
5081+
"Add-PnPContentTypeToList",
5082+
"Set-PnPListItem",
5083+
"Disconnect-PnPOnline"
5084+
]
5085+
},
50405086
{
50415087
"title": "Disable Quick property editing (Grid view) from SharePoint list",
50425088
"url": "https://pnp.github.io/script-samples/spo-list-disable-quick-property-editing/README.html",
@@ -5501,6 +5547,27 @@
55015547
"Set-PnPField"
55025548
]
55035549
},
5550+
{
5551+
"title": "Exporting and Migrating SharePoint Libraries with Folders",
5552+
"url": "https://pnp.github.io/script-samples/spo-provision-folders-libraries/README.html",
5553+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-provision-folders-libraries/README.md",
5554+
"description": "Exporting and Migrating SharePoint Libraries with Folders.",
5555+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-provision-folders-libraries/assets/preview.png",
5556+
"type": "powershell",
5557+
"tabTag": "#tab/pnpps",
5558+
"authors": [
5559+
{
5560+
"name": "Reshmee Auckloo",
5561+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
5562+
}
5563+
],
5564+
"tags": [
5565+
"modern",
5566+
"Connect-PnPOnline",
5567+
"Get-PnPList",
5568+
"Add-PnPListFoldersToSiteTemplate"
5569+
]
5570+
},
55045571
{
55055572
"title": "Provision Home Page to a SharePoint site",
55065573
"url": "https://pnp.github.io/script-samples/spo-provision-homepage/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.41",
5+
"version": "3.0.42",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)