File tree Expand file tree Collapse file tree 2 files changed +2
-33
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 2 files changed +2
-33
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This cmdlet will add a new delegate for calling in Microsoft Teams.
19
19
20
20
```
21
21
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>]
23
23
```
24
24
25
25
## DESCRIPTION
@@ -51,21 +51,6 @@ Accept pipeline input: False
51
51
Accept wildcard characters : False
52
52
` ` `
53
53
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
-
69
54
### -Identity
70
55
The Identity of the user to add a delegate for. Can be specified using the ObjectId or the SIP address.
71
56
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ This cmdlet will change permissions for a delegate for calling in Microsoft Team
19
19
20
20
```
21
21
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>]
24
23
```
25
24
26
25
## DESCRIPTION
@@ -60,21 +59,6 @@ Accept pipeline input: False
60
59
Accept wildcard characters : False
61
60
` ` `
62
61
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
-
78
62
### -Identity
79
63
The Identity of the user to add a delegate for. Can be specified using the ObjectId or the SIP address.
80
64
You can’t perform that action at this time.
0 commit comments