Skip to content

Commit 7ab0396

Browse files
Release v3.0.39 (#74)
Co-authored-by: Adam-it <[email protected]>
1 parent 9a1a290 commit 7ab0396

File tree

8 files changed

+3037
-2961
lines changed

8 files changed

+3037
-2961
lines changed

data/pnpPsModel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPBrandCenterFont.md",
4141
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPBrandCenterFont.html"
4242
},
43+
{
44+
"name": "Add-PnPBrandCenterFontPackage",
45+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPBrandCenterFontPackage.md",
46+
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPBrandCenterFontPackage.html"
47+
},
4348
{
4449
"name": "Add-PnPContentType",
4550
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPContentType.md",
@@ -850,6 +855,11 @@
850855
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPBrandCenterConfig.md",
851856
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPBrandCenterConfig.html"
852857
},
858+
{
859+
"name": "Get-PnPBrandCenterFont",
860+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPBrandCenterFont.md",
861+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPBrandCenterFont.html"
862+
},
853863
{
854864
"name": "Get-PnPBrandCenterFontPackage",
855865
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPBrandCenterFontPackage.md",

data/samples.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,6 +2488,26 @@
24882488
"Get-PnPListItem"
24892489
]
24902490
},
2491+
{
2492+
"title": "Delete entire Hub site structure",
2493+
"url": "https://pnp.github.io/script-samples/spo-delete-hub-and-sites/README.html",
2494+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-hub-and-sites/README.md",
2495+
"description": "This script deletes all site in a Hub and finally the Hub site itself",
2496+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-hub-and-sites/assets/preview.png",
2497+
"type": "powershell",
2498+
"tabTag": "#tab/pnpps",
2499+
"authors": [
2500+
{
2501+
"name": "Kasper Larsen",
2502+
"pictureUrl": "https://github.com/kasperbolarsen.png"
2503+
}
2504+
],
2505+
"tags": [
2506+
"Remove-PnPTenantSite",
2507+
"Get-pnpHubSiteChild",
2508+
"Unregister-PnPHubSite"
2509+
]
2510+
},
24912511
{
24922512
"title": "Delete orphaned temporary pages from Site Pages",
24932513
"url": "https://pnp.github.io/script-samples/spo-delete-orphaned-temporary-sitepages/README.html",
@@ -2879,6 +2899,10 @@
28792899
"type": "powershell",
28802900
"tabTag": "#tab/pnpps",
28812901
"authors": [
2902+
{
2903+
"name": "Marc D Anderson",
2904+
"pictureUrl": "https://github.com/sympmarc.png"
2905+
},
28822906
{
28832907
"name": "Dan Toft",
28842908
"pictureUrl": "https://github.com/Tanddant.png"
@@ -5207,6 +5231,26 @@
52075231
"Invoke-PnPSPRestMethod"
52085232
]
52095233
},
5234+
{
5235+
"title": "List all SPFx field customizer",
5236+
"url": "https://pnp.github.io/script-samples/spo-list-spfx-field-customizer/README.html",
5237+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-spfx-field-customizer/README.md",
5238+
"description": "List all SPFx field customizers",
5239+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-spfx-field-customizer/assets/preview.png",
5240+
"type": "powershell",
5241+
"tabTag": "#tab/pnpps",
5242+
"authors": [
5243+
{
5244+
"name": "Dan Toft",
5245+
"pictureUrl": "https://github.com/tanddant.png"
5246+
}
5247+
],
5248+
"tags": [
5249+
"Connect-PnPOnline",
5250+
"Get-PnPList",
5251+
"Get-PnPField"
5252+
]
5253+
},
52105254
{
52115255
"title": "Update content type of files in folder with system update",
52125256
"url": "https://pnp.github.io/script-samples/spo-list-update-contenttype-systemupdate/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.38",
5+
"version": "3.0.39",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)