Skip to content

Commit 403643c

Browse files
Merge pull request #13365 from CLYVR/patch-63
Update Get-CsMainlineAttendantFlow cmdlet parameters - March 6
2 parents 102862d + e34d963 commit 403643c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

teams/teams-ps/MicrosoftTeams/Get-CsMainlineAttendantFlow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline At
1919
## SYNTAX
2020

2121
```
22-
Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-SortBy <String>] [-Descending] [-Tenant <Guid>] [<CommonParameters>]
22+
Get-CsMainlineAttendantFlow [-RelatedConfigurationIds <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-SortBy <String>] [-Descending] [-Tenant <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -39,7 +39,7 @@ This example will list all the Mainline Attendant flows in the tenant.
3939

4040
### Example 2
4141
```
42-
Get-CsMainlineAttendantFlow -ConfigurationId 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
42+
Get-CsMainlineAttendantFlow -RelatedConfigurationIds 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
4343
```
4444

4545
This example will list all the Mainline Attendant flows associated with the specific configuration id.
@@ -67,7 +67,7 @@ This example will list the Mainline Attendant flow with the specified identity.
6767

6868
## PARAMETERS
6969

70-
### -ConfigurationId
70+
### -RelatedConfigurationIds
7171
The Mainline Attendant configuration Id
7272

7373
```yaml

0 commit comments

Comments
 (0)