Skip to content

Commit

Permalink
Release (#11)
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 Jun 2, 2024
1 parent c8ffaed commit d06cb8d
Show file tree
Hide file tree
Showing 7 changed files with 1,045 additions and 935 deletions.
30 changes: 30 additions & 0 deletions data/pnpPsModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPGroupMember.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPGroupMember.html"
},
{
"name": "Add-PnPHomeSite",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPHomeSite.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPHomeSite.html"
},
{
"name": "Add-PnPHtmlPublishingPageLayout",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPHtmlPublishingPageLayout.md",
Expand Down Expand Up @@ -850,6 +855,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPContainer.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPContainer.html"
},
{
"name": "Get-PnPContainerType",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPContainerType.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPContainerType.html"
},
{
"name": "Get-PnPContainerTypeConfiguration",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPContainerTypeConfiguration.md",
Expand Down Expand Up @@ -1240,6 +1250,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPageLikedByInformation.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPageLikedByInformation.html"
},
{
"name": "Get-PnPPageSchedulingEnabled",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPageSchedulingEnabled.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPageSchedulingEnabled.html"
},
{
"name": "Get-PnPPlannerBucket",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPlannerBucket.md",
Expand Down Expand Up @@ -1640,11 +1655,21 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantInstance.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantInstance.html"
},
{
"name": "Get-PnPTenantInternalSetting",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantInternalSetting.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantInternalSetting.html"
},
{
"name": "Get-PnPTenantRecycleBinItem",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRecycleBinItem.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantRecycleBinItem.html"
},
{
"name": "Get-PnPTenantRestrictedSearchMode",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRestrictedSearchMode.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantRestrictedSearchMode.html"
},
{
"name": "Get-PnPRetentionLabel",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPRetentionLabel.md",
Expand Down Expand Up @@ -3340,6 +3365,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantCdnPolicy.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPTenantCdnPolicy.html"
},
{
"name": "Set-PnPTenantRestrictedSearchMode",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantRestrictedSearchMode.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPTenantRestrictedSearchMode.html"
},
{
"name": "Set-PnPTenantSite",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantSite.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.1",
"version": "3.0.2",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit d06cb8d

Please sign in to comment.