Skip to content

Commit 3f7f399

Browse files
authored
Merge pull request #3004 from gautamdsheth/feature/remove-common-params
Remove common parameters from docs
2 parents 94c41b9 + a23f07d commit 3f7f399

File tree

506 files changed

+618
-618
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

506 files changed

+618
-618
lines changed

documentation/Add-PnPAlert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Adds an alert for a user to a list
1818
Add-PnPAlert [-List] <ListPipeBind> [-Title <String>] [-User <UserPipeBind>]
1919
[-DeliveryMethod <AlertDeliveryChannel>] [-ChangeType <AlertEventType>] [-Frequency <AlertFrequency>]
2020
[-Filter <AlertFilter>] [-Time <DateTime>] [-AlertTemplateName <string>] [-Connection <PnPConnection>]
21-
[<CommonParameters>]
21+
2222
```
2323

2424
## DESCRIPTION

documentation/Add-PnPApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add/uploads an available app to the app catalog
1616

1717
```powershell
1818
Add-PnPApp [-Path] <String> [-Scope <AppCatalogScope>] [-Overwrite] [-Timeout <Int32>] [-Publish [-SkipFeatureDeployment]]
19-
[-Connection <PnPConnection>] [<CommonParameters>]
19+
[-Connection <PnPConnection>]
2020
```
2121

2222
## DESCRIPTION

documentation/Add-PnPApplicationCustomizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Adds a SharePoint Framework client side extension application customizer to a sp
1717
```powershell
1818
Add-PnPApplicationCustomizer [-Title <String>] [-Description <String>] [-Sequence <Int32>]
1919
[-Scope <CustomActionScope>] -ClientSideComponentId <Guid> [-ClientSideComponentProperties <String>]
20-
[-ClientSideHostProperties <String>] [-Connection <PnPConnection>] [<CommonParameters>]
20+
[-ClientSideHostProperties <String>] [-Connection <PnPConnection>]
2121
```
2222

2323
## DESCRIPTION

documentation/Add-PnPAvailableSiteClassification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Adds one or more classic site classification values to the list of possible valu
2020
## SYNTAX
2121

2222
```powershell
23-
Add-PnPAvailableSiteClassification -Classifications <System.Collections.Generic.List`1[System.String]> [<CommonParameters>]
23+
Add-PnPAvailableSiteClassification -Classifications <System.Collections.Generic.List`1[System.String]>
2424
```
2525

2626
## DESCRIPTION

documentation/Add-PnPAzureADGroupMember.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Adds members to a particular Azure Active Directory Group. This can be a securit
2020
## SYNTAX
2121

2222
```powershell
23-
Add-PnPAzureADGroupMember -Identity <AzureADGroupPipeBind> -Users <String[]> [-RemoveExisting] [<CommonParameters>]
23+
Add-PnPAzureADGroupMember -Identity <AzureADGroupPipeBind> -Users <String[]> [-RemoveExisting]
2424
```
2525

2626
## DESCRIPTION

documentation/Add-PnPAzureADGroupOwner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Adds users to the owners of an Azure Active Directory group. This can be a secur
2020
## SYNTAX
2121

2222
```powershell
23-
Add-PnPAzureADGroupOwner -Identity <AzureADGroupPipeBind> -Users <String[]> [-RemoveExisting] [<CommonParameters>]
23+
Add-PnPAzureADGroupOwner -Identity <AzureADGroupPipeBind> -Users <String[]> [-RemoveExisting]
2424
```
2525

2626
## DESCRIPTION

documentation/Add-PnPContentType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adds a new content type
1616

1717
```powershell
1818
Add-PnPContentType -Name <String> [-ContentTypeId <String>] [-Description <String>] [-Group <String>]
19-
[-ParentContentType <ContentType>] [-Connection <PnPConnection>] [<CommonParameters>]
19+
[-ParentContentType <ContentType>] [-Connection <PnPConnection>]
2020
```
2121

2222
## DESCRIPTION

documentation/Add-PnPContentTypeToDocumentSet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adds a content type to a document set
1616

1717
```powershell
1818
Add-PnPContentTypeToDocumentSet -ContentType <ContentTypePipeBind[]> -DocumentSet <DocumentSetPipeBind>
19-
[-Connection <PnPConnection>] [<CommonParameters>]
19+
[-Connection <PnPConnection>]
2020
```
2121

2222
## DESCRIPTION

documentation/Add-PnPContentTypeToList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adds a new content type to a list
1616

1717
```powershell
1818
Add-PnPContentTypeToList -List <ListPipeBind> -ContentType <ContentTypePipeBind> [-DefaultContentType]
19-
[-Connection <PnPConnection>] [<CommonParameters>]
19+
[-Connection <PnPConnection>]
2020
```
2121

2222
## DESCRIPTION

documentation/Add-PnPContentTypesFromContentTypeHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Adds published content types from content type hub site to current site. If the
2020
## SYNTAX
2121

2222
```powershell
23-
Add-PnPContentTypesFromContentTypeHub -ContentTypes List<String> [-Site <SitePipeBind>] [-Connection <PnPConnection>] [<CommonParameters>]
23+
Add-PnPContentTypesFromContentTypeHub -ContentTypes List<String> [-Site <SitePipeBind>] [-Connection <PnPConnection>]
2424
```
2525

2626
## DESCRIPTION

0 commit comments

Comments
 (0)