Skip to content

Commit 6003b01

Browse files
Update Set-CsTeamsShiftsConnection.md
Adding documentation for 3 missing parameters
1 parent 2572300 commit 6003b01

File tree

1 file changed

+63
-8
lines changed

1 file changed

+63
-8
lines changed

teams/teams-ps/teams/Set-CsTeamsShiftsConnection.md

Lines changed: 63 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,33 @@ This cmdlet sets an existing workforce management (WFM) connection.
1717
## SYNTAX
1818

1919
### Set (Default)
20-
```
21-
Set-CsTeamsShiftsConnection -ConnectionId <string> -Body <IUpdateWfmConnectionRequest> [-Authorization <string>] [-IfMatch <string>] [-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [<CommonParameters>]
20+
```powershell
21+
Set-CsTeamsShiftsConnection -ConnectionId <string> -Body <IUpdateWfmConnectionRequest> [-Authorization <string>] [-IfMatch <string>]
22+
[-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>]
23+
[-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [<CommonParameters>]
2224
```
2325

2426
### SetExpanded
25-
```
26-
Set-CsTeamsShiftsConnection -ConnectionId <string> [-Authorization <string>] [-IfMatch <string>] [-ConnectorId <string>] [-ConnectorSpecificSettings <IUpdateWfmConnectionRequestConnectorSpecificSettings>] [-Etag <string>] [-Name <string>] [-State <string>] [-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [<CommonParameters>]
27+
```powershell
28+
Set-CsTeamsShiftsConnection -ConnectionId <string> [-Authorization <string>] [-IfMatch <string>] [-ConnectorId <string>]
29+
[-ConnectorSpecificSettings <IUpdateWfmConnectionRequestConnectorSpecificSettings>] [-Etag <string>] [-Name <string>]
30+
[-State <string>] [-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
31+
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [<CommonParameters>]
2732
```
2833

2934
### SetViaIdentityExpanded
30-
```
31-
Set-CsTeamsShiftsConnection -InputObject <IConfigApiBasedCmdletsIdentity> [-Authorization <string>] [-IfMatch <string>] [-ConnectorId <string>] [-ConnectorSpecificSettings <IUpdateWfmConnectionRequestConnectorSpecificSettings>] [-Etag <string>] [-Name <string>] [-State <string>] [-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [<CommonParameters>]
35+
```powershell
36+
Set-CsTeamsShiftsConnection -InputObject <IConfigApiBasedCmdletsIdentity> [-Authorization <string>] [-IfMatch <string>] [-ConnectorId <string>]
37+
[-ConnectorSpecificSettings <IUpdateWfmConnectionRequestConnectorSpecificSettings>] [-Etag <string>] [-Name <string>] [-State <string>] [-Break]
38+
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>]
39+
[-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [<CommonParameters>]
3240
```
3341

3442
### SetViaIdentity
35-
```
36-
Set-CsTeamsShiftsConnection -InputObject <IConfigApiBasedCmdletsIdentity> -Body <IUpdateWfmConnectionRequest> [-Authorization <string>] [-IfMatch <string>] [-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [<CommonParameters>]
43+
```powershell
44+
Set-CsTeamsShiftsConnection -InputObject <IConfigApiBasedCmdletsIdentity> -Body <IUpdateWfmConnectionRequest> [-Authorization <string>]
45+
[-IfMatch <string>] [-Break] [-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
46+
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [<CommonParameters>]
3747
```
3848

3949
## DESCRIPTION
@@ -384,6 +394,51 @@ Accept pipeline input: False
384394
Accept wildcard characters: False
385395
```
386396
397+
### -Authorization
398+
Used to provide the necessary credentials for authenticating and authorizing the connection to the workforce management (WFM) system. This parameter ensures that the connection has the appropriate permissions to access and manage the data within the WFM system.
399+
400+
```yaml
401+
Type: String
402+
Parameter Sets: (All)
403+
Aliases:
404+
405+
Required: False
406+
Position: Named
407+
Default value: None
408+
Accept pipeline input: False
409+
Accept wildcard characters: False
410+
```
411+
412+
### -ConnectorId
413+
Used to specify the unique identifier of the connector being used for the connection.
414+
415+
```yaml
416+
Type: String
417+
Parameter Sets: SetExpanded, SetViaIdentityExpanded
418+
Aliases:
419+
420+
Required: False
421+
Position: Named
422+
Default value: None
423+
Accept pipeline input: False
424+
Accept wildcard characters: False
425+
```
426+
427+
### -Etag
428+
Used to manage concurrency control. It helps ensure that updates to a Shifts connection instance are only applied if the instance has not been modified since it was last retrieved. This is particularly useful in preventing conflicts when multiple administrators might be making changes simultaneously.
429+
430+
```yaml
431+
Type: String
432+
Parameter Sets: SetExpanded, SetViaIdentityExpanded
433+
Aliases:
434+
435+
Required: False
436+
Position: Named
437+
Default value: None
438+
Accept pipeline input: False
439+
Accept wildcard characters: False
440+
```
441+
387442
### CommonParameters
388443
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
389444

0 commit comments

Comments
 (0)