Skip to content

Commit d06cb8d

Browse files
Release (#11)
Co-authored-by: Adam-it <[email protected]>
1 parent c8ffaed commit d06cb8d

File tree

7 files changed

+1045
-935
lines changed

7 files changed

+1045
-935
lines changed

data/pnpPsModel.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@
155155
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPGroupMember.md",
156156
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPGroupMember.html"
157157
},
158+
{
159+
"name": "Add-PnPHomeSite",
160+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPHomeSite.md",
161+
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPHomeSite.html"
162+
},
158163
{
159164
"name": "Add-PnPHtmlPublishingPageLayout",
160165
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPHtmlPublishingPageLayout.md",
@@ -850,6 +855,11 @@
850855
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPContainer.md",
851856
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPContainer.html"
852857
},
858+
{
859+
"name": "Get-PnPContainerType",
860+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPContainerType.md",
861+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPContainerType.html"
862+
},
853863
{
854864
"name": "Get-PnPContainerTypeConfiguration",
855865
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPContainerTypeConfiguration.md",
@@ -1240,6 +1250,11 @@
12401250
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPageLikedByInformation.md",
12411251
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPageLikedByInformation.html"
12421252
},
1253+
{
1254+
"name": "Get-PnPPageSchedulingEnabled",
1255+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPageSchedulingEnabled.md",
1256+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPPageSchedulingEnabled.html"
1257+
},
12431258
{
12441259
"name": "Get-PnPPlannerBucket",
12451260
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPPlannerBucket.md",
@@ -1640,11 +1655,21 @@
16401655
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantInstance.md",
16411656
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantInstance.html"
16421657
},
1658+
{
1659+
"name": "Get-PnPTenantInternalSetting",
1660+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantInternalSetting.md",
1661+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantInternalSetting.html"
1662+
},
16431663
{
16441664
"name": "Get-PnPTenantRecycleBinItem",
16451665
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRecycleBinItem.md",
16461666
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantRecycleBinItem.html"
16471667
},
1668+
{
1669+
"name": "Get-PnPTenantRestrictedSearchMode",
1670+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRestrictedSearchMode.md",
1671+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantRestrictedSearchMode.html"
1672+
},
16481673
{
16491674
"name": "Get-PnPRetentionLabel",
16501675
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPRetentionLabel.md",
@@ -3340,6 +3365,11 @@
33403365
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantCdnPolicy.md",
33413366
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPTenantCdnPolicy.html"
33423367
},
3368+
{
3369+
"name": "Set-PnPTenantRestrictedSearchMode",
3370+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantRestrictedSearchMode.md",
3371+
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPTenantRestrictedSearchMode.html"
3372+
},
33433373
{
33443374
"name": "Set-PnPTenantSite",
33453375
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPTenantSite.md",

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

0 commit comments

Comments
 (0)