Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit 35f6f7f

Browse files
committed
Release 2.12.15
1 parent ab32b60 commit 35f6f7f

File tree

4 files changed

+945
-921
lines changed

4 files changed

+945
-921
lines changed

data/samples.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4354,6 +4354,30 @@
43544354
"Disconnect-PnPOnline"
43554355
]
43564356
},
4357+
{
4358+
"title": "Reindex SharePoint sites",
4359+
"url": "https://pnp.github.io/script-samples/spo-reindex-sites/README.html",
4360+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-reindex-sites/README.md",
4361+
"description": "Keeping your SharePoint environment up-to-date is crucial, especially after making schema changes - this script streamlines the process of reindexing sites, libraries, or lists. ",
4362+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-reindex-sites/assets/preview.png",
4363+
"type": "powershell",
4364+
"tabTag": "#tab/pnpps",
4365+
"authors": [
4366+
{
4367+
"name": "Mikael Svenson",
4368+
"pictureUrl": "https://github.com/wobba.png"
4369+
},
4370+
{
4371+
"name": "Reshmee Auckloo",
4372+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
4373+
}
4374+
],
4375+
"tags": [
4376+
"Connect-PnPOnline",
4377+
"Get-PnPTenantSite",
4378+
"Request-PnPReIndexWeb"
4379+
]
4380+
},
43574381
{
43584382
"title": "Delete custom color themes from SharePoint",
43594383
"url": "https://pnp.github.io/script-samples/spo-remove-custom-themes/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": "This extension provides functionalities that may be helpful when creating scripts using PnP PowerShell like docs, commands list, sample gallery and many more.",
5-
"version": "2.12.14",
5+
"version": "2.12.15",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)