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-CsMainlineAttendantAppointmentBookingFlow cmdlet returns the identified
19
19
## SYNTAX
20
20
21
21
```
22
- Get-CsMainlineAttendantAppointmentBookingFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
22
+ Get-CsMainlineAttendantAppointmentBookingFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-SortBy <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
@@ -117,11 +117,11 @@ Accept pipeline input: False
117
117
Accept wildcard characters: False
118
118
` ` `
119
119
120
- # ## -Sort
120
+ # ## -SortBy
121
121
122
122
> Applicable: Microsoft Teams
123
123
124
- The Sort parameter specifies the property used to sort.
124
+ The SortBy parameter specifies the property used to sort.
125
125
126
126
` ` ` yaml
127
127
Type: String
You can’t perform that action at this time.
0 commit comments