Skip to content

Commit be78359

Browse files
Release v3.0.36 (#70)
Co-authored-by: Adam-it <[email protected]>
1 parent 07c5873 commit be78359

File tree

8 files changed

+2357
-2338
lines changed

8 files changed

+2357
-2338
lines changed

data/pnpPsModel.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2390,11 +2390,6 @@
23902390
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Register-PnPHubSite.md",
23912391
"docs": "https://pnp.github.io/powershell/cmdlets/Register-PnPHubSite.html"
23922392
},
2393-
{
2394-
"name": "Register-PnPManagementShellAccess",
2395-
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Register-PnPManagementShellAccess.md",
2396-
"docs": "https://pnp.github.io/powershell/cmdlets/Register-PnPManagementShellAccess.html"
2397-
},
23982393
{
23992394
"name": "Remove-PnPAdaptiveScopeProperty",
24002395
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPAdaptiveScopeProperty.md",

data/samples.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2893,6 +2893,39 @@
28932893
"Invoke-PnPQuery"
28942894
]
28952895
},
2896+
{
2897+
"title": "Configure SharePoint Document Set",
2898+
"url": "https://pnp.github.io/script-samples/spo-documentset-configuration/README.html",
2899+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-documentset-configuration/README.md",
2900+
"description": "This script streamlines the setup of Document Sets across multiple libraries by enabling the feature, customisting and integrating into document libraries.",
2901+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-documentset-configuration/assets/preview.png",
2902+
"type": "powershell",
2903+
"tabTag": "#tab/pnpps",
2904+
"authors": [
2905+
{
2906+
"name": "Reshmee Auckloo",
2907+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
2908+
}
2909+
],
2910+
"tags": [
2911+
"modern",
2912+
"Connect-PnPOnline",
2913+
"Get-PnPField",
2914+
"Set-PnPField",
2915+
"Invoke-PnPQuery",
2916+
"Get-PnPView",
2917+
"Add-PnPDocumentSet",
2918+
"Get-PnPListItem",
2919+
"Set-PnPListItem",
2920+
"Set-PnPDefaultContentTypeToList",
2921+
"Add-PnPContentTypeToList",
2922+
"Set-PnPList",
2923+
"Get-PnPList",
2924+
"Add-PnPFieldToContentType",
2925+
"Add-PnPContentType",
2926+
"Enable-PnPFeature"
2927+
]
2928+
},
28962929
{
28972930
"title": "Download all documents from all document libraries in a site, including version history",
28982931
"url": "https://pnp.github.io/script-samples/spo-download-all-doclibs/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.35",
5+
"version": "3.0.36",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)