File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline At
19
19
## SYNTAX
20
20
21
21
```
22
- Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-Sort <String>] [-Descending] [-Tenant <Guid>] [<CommonParameters>]
22
+ Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-SortBy <String>] [-Descending] [-Tenant <Guid>] [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
@@ -148,9 +148,9 @@ Accept pipeline input: False
148
148
Accept wildcard characters: False
149
149
` ` `
150
150
151
- # ## -Sort
151
+ # ## -SortBy
152
152
153
- The Sort parameter specifies the property used to sort.
153
+ The SortBy parameter specifies the property used to sort.
154
154
155
155
` ` ` yaml
156
156
Type: String
You can’t perform that action at this time.
0 commit comments