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.
1919
2020```
2121New-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
5151Accept 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
7055The Identity of the user to add a delegate for. Can be specified using the ObjectId or the SIP address.
7156
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
1919
2020```
2121Set-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
6059Accept 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
7963The Identity of the user to add a delegate for. Can be specified using the ObjectId or the SIP address.
8064
You can’t perform that action at this time.
0 commit comments