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

Commit

Permalink
Release 2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Oct 29, 2023
1 parent 8ac3795 commit 171e936
Show file tree
Hide file tree
Showing 4 changed files with 1,527 additions and 1,477 deletions.
58 changes: 54 additions & 4 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -898,15 +898,27 @@
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Ahamed Fazil Buhari",
"pictureUrl": "https://github.com/ahamedfazil.png"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPField",
"Add-PnPFieldFromXml",
"Add-PnPFieldToContentType"
"Add-PnPFieldToContentType",
"m365 status",
"m365 login",
"m365 logout",
"m365 spo field get",
"m365 spo field add",
"m365 spo contenttype get",
"m365 spo contenttype field set"
]
},
{
Expand Down Expand Up @@ -1367,21 +1379,30 @@
"title": "Creation of SharePoint Online sites from CSV",
"url": "https://pnp.github.io/script-samples/spo-bulk-creation-sharepoint-sites-csv/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-bulk-creation-sharepoint-sites-csv/README.md",
"description": "This script helps you in creation of SharePoint Communication and Team sites in bulk. It takes an input from CSV.",
"description": "This script helps you in creation of SharePoint Online Communication and Team sites in bulk. It takes an input from CSV.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-bulk-creation-sharepoint-sites-csv/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Kshitiz Kalra",
"pictureUrl": "https://github.com/kzkalra.png"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPTenant",
"Get-PnPTenantSite",
"New-PnPSite"
"New-PnPSite",
"Disconnect-PnPOnline",
"m365 status",
"m365 login",
"m365 spo site get",
"m365 spo site add",
"m365 logout"
]
},
{
Expand Down Expand Up @@ -3014,6 +3035,10 @@
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Alex Talarico",
"pictureUrl": "https://github.com/getalex.png"
},
{
"name": "Adam Wójcik",
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
Expand Down Expand Up @@ -3286,6 +3311,31 @@
],
"tags": []
},
{
"title": "Disable Quick property editing (Grid view) from SharePoint list",
"url": "https://pnp.github.io/script-samples/spo-list-disable-quick-property-editing/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-disable-quick-property-editing/README.md",
"description": "This sample script will show you how to disable the Quick property editing (Grid view) from SharePoint list.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-disable-quick-property-editing/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
}
],
"tags": [
"SharePoint Online",
"Connect-PnPOnline",
"Set-PnPList",
"Disconnect-PnPOnline",
"m365 status",
"m365 login",
"m365 spo list set",
"m365 logout"
]
},
{
"title": "Download all the content type document templates files associated with a library",
"url": "https://pnp.github.io/script-samples/spo-list-download-contenttype-documenttemplate/README.html",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pnp-powershell-extension",
"displayName": "PnP PowerShell extension",
"description": "This extension provides functionalities that may be helpful when creating scripts using PnP PowerShell like docs, commands list, sample gallery and many more.",
"version": "2.10.4",
"version": "2.10.5",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 171e936

Please sign in to comment.