Skip to content

Commit 3d9264e

Browse files
authored
remove internal parameter documentation - it should not be in public docs
1 parent e90571c commit 3d9264e

File tree

2 files changed

+2
-33
lines changed

2 files changed

+2
-33
lines changed

teams/teams-ps/MicrosoftTeams/New-CsUserCallingDelegate.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This cmdlet will add a new delegate for calling in Microsoft Teams.
1919

2020
```
2121
New-CsUserCallingDelegate -Identity <String> -Delegate <String> -MakeCalls <Boolean> -ManageSettings <Boolean>
22-
-ReceiveCalls <Boolean> -PickUpHeldCalls <Boolean> -JoinActiveCalls <Boolean> [-HttpPipelinePrepend <SendAsyncStep[]>] [<CommonParameters>]
22+
-ReceiveCalls <Boolean> -PickUpHeldCalls <Boolean> -JoinActiveCalls <Boolean> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -51,21 +51,6 @@ Accept pipeline input: False
5151
Accept wildcard characters: False
5252
```
5353
54-
### -HttpPipelinePrepend
55-
{{ Fill HttpPipelinePrepend Description }}
56-
57-
```yaml
58-
Type: Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Runtime.SendAsyncStep[]
59-
Parameter Sets: (All)
60-
Aliases:
61-
62-
Required: False
63-
Position: Named
64-
Default value: None
65-
Accept pipeline input: False
66-
Accept wildcard characters: False
67-
```
68-
6954
### -Identity
7055
The Identity of the user to add a delegate for. Can be specified using the ObjectId or the SIP address.
7156

teams/teams-ps/MicrosoftTeams/Set-CsUserCallingDelegate.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ This cmdlet will change permissions for a delegate for calling in Microsoft Team
1919

2020
```
2121
Set-CsUserCallingDelegate -Identity <String> -Delegate <String> [-MakeCalls <Boolean>]
22-
[-ManageSettings <Boolean>] [-ReceiveCalls <Boolean>] [-PickUpHeldCalls <Boolean>] [-JoinActiveCalls <Boolean>] [-HttpPipelinePrepend <SendAsyncStep[]>]
23-
[<CommonParameters>]
22+
[-ManageSettings <Boolean>] [-ReceiveCalls <Boolean>] [-PickUpHeldCalls <Boolean>] [-JoinActiveCalls <Boolean>] [<CommonParameters>]
2423
```
2524

2625
## DESCRIPTION
@@ -60,21 +59,6 @@ Accept pipeline input: False
6059
Accept wildcard characters: False
6160
```
6261
63-
### -HttpPipelinePrepend
64-
{{ Fill HttpPipelinePrepend Description }}
65-
66-
```yaml
67-
Type: Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Runtime.SendAsyncStep[]
68-
Parameter Sets: (All)
69-
Aliases:
70-
71-
Required: False
72-
Position: Named
73-
Default value: None
74-
Accept pipeline input: False
75-
Accept wildcard characters: False
76-
```
77-
7862
### -Identity
7963
The Identity of the user to add a delegate for. Can be specified using the ObjectId or the SIP address.
8064

0 commit comments

Comments
 (0)