Skip to content

Commit fbbfa91

Browse files
Release v3.0.34 (#67)
Co-authored-by: Adam-it <58668583+Adam-it@users.noreply.github.com>
1 parent 39b2dc7 commit fbbfa91

File tree

7 files changed

+2992
-2965
lines changed

7 files changed

+2992
-2965
lines changed

data/samples.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2650,6 +2650,33 @@
26502650
"Approve-PnPTenantServicePrincipalPermissionRequest"
26512651
]
26522652
},
2653+
{
2654+
"title": "Deploy Microsoft Clarity Application Customizer for Site Collections",
2655+
"url": "https://pnp.github.io/script-samples/spo-deploy-microsoft-clarity-from-csv/README.html",
2656+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-deploy-microsoft-clarity-from-csv/README.md",
2657+
"description": "Deploy and activate the Microsoft Clarity SPFx application customizer to a specific set of sites listed in a csv for a Microsoft Clarity project. ",
2658+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-deploy-microsoft-clarity-from-csv/assets/preview.png",
2659+
"type": "powershell",
2660+
"tabTag": "#tab/pnpps",
2661+
"authors": [
2662+
{
2663+
"name": "Andrew Burns",
2664+
"pictureUrl": "https://github.com/GeorgiaGit.png"
2665+
}
2666+
],
2667+
"tags": [
2668+
"Add-PnPApp",
2669+
"Add-PnPCustomAction",
2670+
"Add-PnPSiteCollectionAppCatalog",
2671+
"Connect-PnPOnline",
2672+
"Disconnect-PnPOnline",
2673+
"Get-PnPApp",
2674+
"Get-PnPApplicationCustomizer",
2675+
"Get-PnPSite",
2676+
"Get-PnPSiteCollectionAppCatalog",
2677+
"Install-PnPApp"
2678+
]
2679+
},
26532680
{
26542681
"title": "Extract the configuration of a PnP Modern Search results web part and apply it on another site collection",
26552682
"url": "https://pnp.github.io/script-samples/spo-deploy-pnpmodernsearch-webpart/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.33",
5+
"version": "3.0.34",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)