Skip to content

Commit 9be26d7

Browse files
authored
Update Get-CsMainlineAttendantAppointmentBookingFlow.md
1 parent b155c4c commit 9be26d7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ This example gets the Mainline attendant appointment booking flow with the ident
4545

4646
### -Identity
4747

48-
> Applicable: Microsoft Teams
49-
5048
PARAMVALUE: Guid
5149

5250
```yaml
@@ -63,8 +61,6 @@ Accept wildcard characters: False
6361
6462
### -Tenant
6563
66-
> Applicable: Microsoft Teams
67-
6864
PARAMVALUE: Guid
6965
7066
```yaml
@@ -81,8 +77,6 @@ Accept wildcard characters: False
8177
8278
### -First
8379
84-
> Applicable: Microsoft Teams
85-
8680
The First parameter gets the first N appointment flows, up to a maximum of 100 at a time.
8781
When not specified, the default behavior is to return the first 100 appointment flows. It is intended to be used in conjunction with the `-Skip` parameter for pagination purposes.
8882
If a number greater than 100 is supplied, the request will fail.
@@ -101,8 +95,6 @@ Accept wildcard characters: False
10195

10296
### -Skip
10397

104-
> Applicable: Microsoft Teams
105-
10698
The Skip parameter skips the first N appointment flows. It is intended to be used in conjunction with the `-First` parameter for pagination purposes.
10799

108100
```yaml
@@ -119,8 +111,6 @@ Accept wildcard characters: False
119111

120112
### -SortBy
121113

122-
> Applicable: Microsoft Teams
123-
124114
The SortBy parameter specifies the property used to sort.
125115

126116
```yaml
@@ -137,8 +127,6 @@ Accept wildcard characters: False
137127

138128
### -Descending
139129

140-
> Applicable: Microsoft Teams
141-
142130
The Descending parameter sorts appointment booking flows in descending order
143131

144132
```yaml
@@ -155,8 +143,6 @@ Accept wildcard characters: False
155143

156144
### -NameFilter
157145

158-
> Applicable: Microsoft Teams
159-
160146
The NameFilter parameter returns appointment booking flows where the name contains specified string
161147

162148
```yaml

0 commit comments

Comments
 (0)