Skip to content

Commit 8ade2e6

Browse files
authored
Merge pull request #928 from pnp/automated/update-cmdlet-help
Update Cmdlet Help Documentation
2 parents 79d6a0a + ee146ca commit 8ade2e6

File tree

6 files changed

+135
-115
lines changed

6 files changed

+135
-115
lines changed

docfx/assets/help/cli.help.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
"cmd": "m365 spe container recyclebinitem list",
112112
"helpUrl": "https://pnp.github.io/cli-microsoft365/cmd/spe/container/container-recyclebinitem-list"
113113
},
114+
{
115+
"cmd": "m365 spe container recyclebinitem remove",
116+
"helpUrl": "https://pnp.github.io/cli-microsoft365/cmd/spe/container/container-recyclebinitem-remove"
117+
},
114118
{
115119
"cmd": "m365 spe container recyclebinitem restore",
116120
"helpUrl": "https://pnp.github.io/cli-microsoft365/cmd/spe/container/container-recyclebinitem-restore"
@@ -2011,6 +2015,10 @@
20112015
"cmd": "m365 spp contentcenter list",
20122016
"helpUrl": "https://pnp.github.io/cli-microsoft365/cmd/spp/contentcenter/contentcenter-list"
20132017
},
2018+
{
2019+
"cmd": "m365 spp autofillcolumn set",
2020+
"helpUrl": "https://pnp.github.io/cli-microsoft365/cmd/spp/autofillcolumn/autofillcolumn-set"
2021+
},
20142022
{
20152023
"cmd": "m365 spfx doctor",
20162024
"helpUrl": "https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor"

docfx/assets/help/powershell.help.json

Lines changed: 112 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@
1515
"cmd": "Add-PnPAvailableSiteClassification",
1616
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Add-PnPAvailableSiteClassification.html"
1717
},
18-
{
19-
"cmd": "Add-PnPAzureADGroupMember",
20-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Add-PnPAzureADGroupMember.html"
21-
},
22-
{
23-
"cmd": "Add-PnPAzureADGroupOwner",
24-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Add-PnPAzureADGroupOwner.html"
25-
},
26-
{
27-
"cmd": "Add-PnPAzureADServicePrincipalAppRole",
28-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Add-PnPAzureADServicePrincipalAppRole.html"
29-
},
3018
{
3119
"cmd": "Add-PnPBrandCenterFont",
3220
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Add-PnPBrandCenterFont.html"
@@ -63,6 +51,18 @@
6351
"cmd": "Add-PnPDocumentSet",
6452
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Add-PnPDocumentSet.html"
6553
},
54+
{
55+
"cmd": "Add-PnPEntraIDGroupMember",
56+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Add-PnPEntraIDGroupMember.html"
57+
},
58+
{
59+
"cmd": "Add-PnPEntraIDGroupOwner",
60+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Add-PnPEntraIDGroupOwner.html"
61+
},
62+
{
63+
"cmd": "Add-PnPEntraIDServicePrincipalAppRole",
64+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Add-PnPEntraIDServicePrincipalAppRole.html"
65+
},
6666
{
6767
"cmd": "Add-PnPEventReceiver",
6868
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Add-PnPEventReceiver.html"
@@ -384,16 +384,16 @@
384384
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Approve-PnPTenantServicePrincipalPermissionRequest.html"
385385
},
386386
{
387-
"cmd": "Clear-PnPAzureADGroupMember",
388-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Clear-PnPAzureADGroupMember.html"
387+
"cmd": "Clear-PnPDefaultColumnValues",
388+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Clear-PnPDefaultColumnValues.html"
389389
},
390390
{
391-
"cmd": "Clear-PnPAzureADGroupOwner",
392-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Clear-PnPAzureADGroupOwner.html"
391+
"cmd": "Clear-PnPEntraIDGroupMember",
392+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Clear-PnPEntraIDGroupMember.html"
393393
},
394394
{
395-
"cmd": "Clear-PnPDefaultColumnValues",
396-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Clear-PnPDefaultColumnValues.html"
395+
"cmd": "Clear-PnPEntraIDGroupOwner",
396+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Clear-PnPEntraIDGroupOwner.html"
397397
},
398398
{
399399
"cmd": "Clear-PnPListItemAsRecord",
@@ -631,54 +631,6 @@
631631
"cmd": "Get-PnPAzureACSPrincipal",
632632
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureACSPrincipal.html"
633633
},
634-
{
635-
"cmd": "Get-PnPAzureADActivityReportDirectoryAudit",
636-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADActivityReportDirectoryAudit.html"
637-
},
638-
{
639-
"cmd": "Get-PnPAzureADActivityReportSignIn",
640-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADActivityReportSignIn.html"
641-
},
642-
{
643-
"cmd": "Get-PnPAzureADApp",
644-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADApp.html"
645-
},
646-
{
647-
"cmd": "Get-PnPAzureADAppPermission",
648-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADAppPermission.html"
649-
},
650-
{
651-
"cmd": "Get-PnPAzureADAppSitePermission",
652-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADAppSitePermission.html"
653-
},
654-
{
655-
"cmd": "Get-PnPAzureADGroup",
656-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADGroup.html"
657-
},
658-
{
659-
"cmd": "Get-PnPAzureADGroupMember",
660-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADGroupMember.html"
661-
},
662-
{
663-
"cmd": "Get-PnPAzureADGroupOwner",
664-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADGroupOwner.html"
665-
},
666-
{
667-
"cmd": "Get-PnPAzureADServicePrincipal",
668-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADServicePrincipal.html"
669-
},
670-
{
671-
"cmd": "Get-PnPAzureADServicePrincipalAssignedAppRole",
672-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADServicePrincipalAssignedAppRole.html"
673-
},
674-
{
675-
"cmd": "Get-PnPAzureADServicePrincipalAvailableAppRole",
676-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADServicePrincipalAvailableAppRole.html"
677-
},
678-
{
679-
"cmd": "Get-PnPAzureADUser",
680-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureADUser.html"
681-
},
682634
{
683635
"cmd": "Get-PnPAzureCertificate",
684636
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureCertificate.html"
@@ -795,6 +747,54 @@
795747
"cmd": "Get-PnPEnterpriseAppInsightsReport",
796748
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEnterpriseAppInsightsReport.html"
797749
},
750+
{
751+
"cmd": "Get-PnPEntraIDActivityReportDirectoryAudit",
752+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDActivityReportDirectoryAudit.html"
753+
},
754+
{
755+
"cmd": "Get-PnPEntraIDActivityReportSignIn",
756+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDActivityReportSignIn.html"
757+
},
758+
{
759+
"cmd": "Get-PnPEntraIDApp",
760+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDApp.html"
761+
},
762+
{
763+
"cmd": "Get-PnPEntraIDAppPermission",
764+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDAppPermission.html"
765+
},
766+
{
767+
"cmd": "Get-PnPEntraIDAppSitePermission",
768+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDAppSitePermission.html"
769+
},
770+
{
771+
"cmd": "Get-PnPEntraIDGroup",
772+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDGroup.html"
773+
},
774+
{
775+
"cmd": "Get-PnPEntraIDGroupMember",
776+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDGroupMember.html"
777+
},
778+
{
779+
"cmd": "Get-PnPEntraIDGroupOwner",
780+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDGroupOwner.html"
781+
},
782+
{
783+
"cmd": "Get-PnPEntraIDServicePrincipal",
784+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDServicePrincipal.html"
785+
},
786+
{
787+
"cmd": "Get-PnPEntraIDServicePrincipalAssignedAppRole",
788+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDServicePrincipalAssignedAppRole.html"
789+
},
790+
{
791+
"cmd": "Get-PnPEntraIDServicePrincipalAvailableAppRole",
792+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDServicePrincipalAvailableAppRole.html"
793+
},
794+
{
795+
"cmd": "Get-PnPEntraIDUser",
796+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEntraIDUser.html"
797+
},
798798
{
799799
"cmd": "Get-PnPEventReceiver",
800800
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPEventReceiver.html"
@@ -1596,8 +1596,8 @@
15961596
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Get-PnPWikiPageContent.html"
15971597
},
15981598
{
1599-
"cmd": "Grant-PnPAzureADAppSitePermission",
1600-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Grant-PnPAzureADAppSitePermission.html"
1599+
"cmd": "Grant-PnPEntraIDAppSitePermission",
1600+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Grant-PnPEntraIDAppSitePermission.html"
16011601
},
16021602
{
16031603
"cmd": "Grant-PnPHubSiteRights",
@@ -1719,14 +1719,6 @@
17191719
"cmd": "Move-PnPTermSet",
17201720
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Move-PnPTermSet.html"
17211721
},
1722-
{
1723-
"cmd": "New-PnPAzureADGroup",
1724-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/New-PnPAzureADGroup.html"
1725-
},
1726-
{
1727-
"cmd": "New-PnPAzureADUserTemporaryAccessPass",
1728-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/New-PnPAzureADUserTemporaryAccessPass.html"
1729-
},
17301722
{
17311723
"cmd": "New-PnPAzureCertificate",
17321724
"helpUrl": "https://pnp.github.io/powershell/cmdlets/New-PnPAzureCertificate.html"
@@ -1739,6 +1731,14 @@
17391731
"cmd": "New-PnPContainerType",
17401732
"helpUrl": "https://pnp.github.io/powershell/cmdlets/New-PnPContainerType.html"
17411733
},
1734+
{
1735+
"cmd": "New-PnPEntraIDGroup",
1736+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/New-PnPEntraIDGroup.html"
1737+
},
1738+
{
1739+
"cmd": "New-PnPEntraIDUserTemporaryAccessPass",
1740+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/New-PnPEntraIDUserTemporaryAccessPass.html"
1741+
},
17421742
{
17431743
"cmd": "New-PnPExtensibilityHandlerObject",
17441744
"helpUrl": "https://pnp.github.io/powershell/cmdlets/New-PnPExtensibilityHandlerObject.html"
@@ -1920,8 +1920,8 @@
19201920
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Register-PnPAppCatalogSite.html"
19211921
},
19221922
{
1923-
"cmd": "Register-PnPAzureADApp",
1924-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Register-PnPAzureADApp.html"
1923+
"cmd": "Register-PnPEntraIDApp",
1924+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Register-PnPEntraIDApp.html"
19251925
},
19261926
{
19271927
"cmd": "Register-PnPEntraIDAppForInteractiveLogin",
@@ -1951,30 +1951,6 @@
19511951
"cmd": "Remove-PnPAvailableSiteClassification",
19521952
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPAvailableSiteClassification.html"
19531953
},
1954-
{
1955-
"cmd": "Remove-PnPAzureADApp",
1956-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPAzureADApp.html"
1957-
},
1958-
{
1959-
"cmd": "Remove-PnPAzureADGroup",
1960-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPAzureADGroup.html"
1961-
},
1962-
{
1963-
"cmd": "Remove-PnPAzureADGroupMember",
1964-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPAzureADGroupMember.html"
1965-
},
1966-
{
1967-
"cmd": "Remove-PnPAzureADGroupOwner",
1968-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPAzureADGroupOwner.html"
1969-
},
1970-
{
1971-
"cmd": "Remove-PnPAzureADServicePrincipalAssignedAppRole",
1972-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPAzureADServicePrincipalAssignedAppRole.html"
1973-
},
1974-
{
1975-
"cmd": "Remove-PnPAzureADUser",
1976-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPAzureADUser.html"
1977-
},
19781954
{
19791955
"cmd": "Remove-PnPContainer",
19801956
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPContainer.html"
@@ -2003,6 +1979,30 @@
20031979
"cmd": "Remove-PnPDeletedMicrosoft365Group",
20041980
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPDeletedMicrosoft365Group.html"
20051981
},
1982+
{
1983+
"cmd": "Remove-PnPEntraIDApp",
1984+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPEntraIDApp.html"
1985+
},
1986+
{
1987+
"cmd": "Remove-PnPEntraIDGroup",
1988+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPEntraIDGroup.html"
1989+
},
1990+
{
1991+
"cmd": "Remove-PnPEntraIDGroupMember",
1992+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPEntraIDGroupMember.html"
1993+
},
1994+
{
1995+
"cmd": "Remove-PnPEntraIDGroupOwner",
1996+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPEntraIDGroupOwner.html"
1997+
},
1998+
{
1999+
"cmd": "Remove-PnPEntraIDServicePrincipalAssignedAppRole",
2000+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPEntraIDServicePrincipalAssignedAppRole.html"
2001+
},
2002+
{
2003+
"cmd": "Remove-PnPEntraIDUser",
2004+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPEntraIDUser.html"
2005+
},
20062006
{
20072007
"cmd": "Remove-PnPEventReceiver",
20082008
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Remove-PnPEventReceiver.html"
@@ -2468,8 +2468,8 @@
24682468
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Restore-PnPTenantSite.html"
24692469
},
24702470
{
2471-
"cmd": "Revoke-PnPAzureADAppSitePermission",
2472-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Revoke-PnPAzureADAppSitePermission.html"
2471+
"cmd": "Revoke-PnPEntraIDAppSitePermission",
2472+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Revoke-PnPEntraIDAppSitePermission.html"
24732473
},
24742474
{
24752475
"cmd": "Revoke-PnPHubSiteRights",
@@ -2523,14 +2523,6 @@
25232523
"cmd": "Set-PnPAvailablePageLayouts",
25242524
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Set-PnPAvailablePageLayouts.html"
25252525
},
2526-
{
2527-
"cmd": "Set-PnPAzureADAppSitePermission",
2528-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Set-PnPAzureADAppSitePermission.html"
2529-
},
2530-
{
2531-
"cmd": "Set-PnPAzureADGroup",
2532-
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Set-PnPAzureADGroup.html"
2533-
},
25342526
{
25352527
"cmd": "Set-PnPBrowserIdleSignout",
25362528
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Set-PnPBrowserIdleSignout.html"
@@ -2575,6 +2567,14 @@
25752567
"cmd": "Set-PnPDocumentSetField",
25762568
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Set-PnPDocumentSetField.html"
25772569
},
2570+
{
2571+
"cmd": "Set-PnPEntraIDAppSitePermission",
2572+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Set-PnPEntraIDAppSitePermission.html"
2573+
},
2574+
{
2575+
"cmd": "Set-PnPEntraIDGroup",
2576+
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Set-PnPEntraIDGroup.html"
2577+
},
25782578
{
25792579
"cmd": "Set-PnPField",
25802580
"helpUrl": "https://pnp.github.io/powershell/cmdlets/Set-PnPField.html"

docfx/assets/help/spoms.help.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,10 @@
463463
"cmd": "Get-SPOTenant",
464464
"helpUrl": "https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/Get-SPOTenant"
465465
},
466+
{
467+
"cmd": "Get-SPOTenantApplyFileVersionPolicyJobProgress",
468+
"helpUrl": "https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/Get-SPOTenantApplyFileVersionPolicyJobProgress"
469+
},
466470
{
467471
"cmd": "Get-SPOTenantCdnEnabled",
468472
"helpUrl": "https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/Get-SPOTenantCdnEnabled"
@@ -627,6 +631,10 @@
627631
"cmd": "New-SPOSiteSharingReportJob",
628632
"helpUrl": "https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/New-SPOSiteSharingReportJob"
629633
},
634+
{
635+
"cmd": "New-SPOTenantApplyFileVersionPolicyJob",
636+
"helpUrl": "https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/New-SPOTenantApplyFileVersionPolicyJob"
637+
},
630638
{
631639
"cmd": "Register-SPODataEncryptionPolicy",
632640
"helpUrl": "https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/Register-SPODataEncryptionPolicy"
@@ -783,6 +791,10 @@
783791
"cmd": "Remove-SPOStorageEntity",
784792
"helpUrl": "https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/Remove-SPOStorageEntity"
785793
},
794+
{
795+
"cmd": "Remove-SPOTenantApplyFileVersionPolicyJob",
796+
"helpUrl": "https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/Remove-SPOTenantApplyFileVersionPolicyJob"
797+
},
786798
{
787799
"cmd": "Remove-SPOTenantCdnOrigin",
788800
"helpUrl": "https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/Remove-SPOTenantCdnOrigin"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 16cf90d50ddb795e31eae73efd4f3bd3496624aa
1+
Subproject commit cc6aeded4a9e85af0bec0cc240089a46c3776be2

docfx/help-repos/cli-microsoft365

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit f54089d20554239b87337be3827b5631455661ea
1+
Subproject commit 960ec81edac49df52d0b2fc819df5088194a5577

docfx/help-repos/pnp-powershell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit a11a5618dceaab95281f937aafb32a24a5826cb6
1+
Subproject commit e8763163704281462010797da2c5eda918695263

0 commit comments

Comments
 (0)