Skip to content

Commit 742244d

Browse files
Release v3.0.28 (#53)
Co-authored-by: Adam-it <[email protected]>
1 parent 75ffe30 commit 742244d

File tree

7 files changed

+1041
-1006
lines changed

7 files changed

+1041
-1006
lines changed

data/pnpPsModel.json

+10
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,11 @@
950950
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPDocumentSetTemplate.md",
951951
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPDocumentSetTemplate.html"
952952
},
953+
{
954+
"name": "Get-PnPEnterpriseAppInsightsReport",
955+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPEnterpriseAppInsightsReport.md",
956+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPEnterpriseAppInsightsReport.html"
957+
},
953958
{
954959
"name": "Get-PnPEventReceiver",
955960
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPEventReceiver.md",
@@ -3660,6 +3665,11 @@
36603665
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPWikiPageContent.md",
36613666
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPWikiPageContent.html"
36623667
},
3668+
{
3669+
"name": "Start-PnPEnterpriseAppInsightsReport",
3670+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Start-PnPEnterpriseAppInsightsReport.md",
3671+
"docs": "https://pnp.github.io/powershell/cmdlets/Start-PnPEnterpriseAppInsightsReport.html"
3672+
},
36633673
{
36643674
"name": "Start-PnPTraceLog",
36653675
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Start-PnPTraceLog.md",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.27",
5+
"version": "3.0.28",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)