Skip to content

Commit

Permalink
Release v3.0.23 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Dec 21, 2024
1 parent b256256 commit 259166c
Show file tree
Hide file tree
Showing 7 changed files with 2,329 additions and 2,231 deletions.
35 changes: 35 additions & 0 deletions data/pnpPsModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFileInFolder.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFileInFolder.html"
},
{
"name": "Get-PnPFileRetentionLabel",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFileRetentionLabel.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFileRetentionLabel.html"
},
{
"name": "Get-PnPFileSensitivityLabel",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFileSensitivityLabel.md",
Expand Down Expand Up @@ -1840,6 +1845,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPUserOneDriveQuota.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPUserOneDriveQuota.html"
},
{
"name": "Get-PnPUserProfilePhoto",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPUserProfilePhoto.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPUserProfilePhoto.html"
},
{
"name": "Get-PnPUserProfileProperty",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPUserProfileProperty.md",
Expand All @@ -1855,6 +1865,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPVivaConnectionsDashboardACE.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPVivaConnectionsDashboardACE.html"
},
{
"name": "Get-PnPVivaEngageCommunity",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPVivaEngageCommunity.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPVivaEngageCommunity.html"
},
{
"name": "Get-PnPWeb",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPWeb.md",
Expand Down Expand Up @@ -2245,6 +2260,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPUser.md",
"docs": "https://pnp.github.io/powershell/cmdlets/New-PnPUser.html"
},
{
"name": "New-PnPVivaEngageCommunity",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPVivaEngageCommunity.md",
"docs": "https://pnp.github.io/powershell/cmdlets/New-PnPVivaEngageCommunity.html"
},
{
"name": "New-PnPWeb",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPWeb.md",
Expand Down Expand Up @@ -2810,6 +2830,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPUserProfile.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPUserProfile.html"
},
{
"name": "Remove-PnPUserProfilePhoto",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPUserProfilePhoto.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPUserProfilePhoto.html"
},
{
"name": "Remove-PnPView",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPView.md",
Expand All @@ -2820,6 +2845,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPVivaConnectionsDashboardACE.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPVivaConnectionsDashboardACE.html"
},
{
"name": "Remove-PnPVivaEngageCommunity",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPVivaEngageCommunity.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPVivaEngageCommunity.html"
},
{
"name": "Remove-PnPWeb",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPWeb.md",
Expand Down Expand Up @@ -3535,6 +3565,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPUserOneDriveQuota.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPUserOneDriveQuota.html"
},
{
"name": "Set-PnPUserProfilePhoto",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPUserProfilePhoto.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPUserProfilePhoto.html"
},
{
"name": "Set-PnPUserProfileProperty",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPUserProfileProperty.md",
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": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
"version": "3.0.22",
"version": "3.0.23",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 259166c

Please sign in to comment.