Skip to content

Commit c703c3d

Browse files
committed
Merge branch 'main' into chrisda
2 parents 3a70139 + 05fab84 commit c703c3d

16 files changed

+716
-104
lines changed

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

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Get-CsMainlineAttendantAppointmentBookingFlow cmdlet returns the identified
1919
## SYNTAX
2020

2121
```
22-
Get-CsMainlineAttendantAppointmentBookingFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-ExcludeContent <Switch>] [-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>]
2323
```
2424

2525
## DESCRIPTION
@@ -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
@@ -117,29 +109,9 @@ Accept pipeline input: False
117109
Accept wildcard characters: False
118110
```
119111

120-
### -ExcludeContent
121-
122-
> Applicable: Microsoft Teams
123-
124-
The ExcludeContent parameter only displays the Name and Id of the appointment flow.
125-
126-
```yaml
127-
Type: SwitchParameter
128-
Parameter Sets: (All)
129-
Aliases:
130-
131-
Required: False
132-
Position: Named
133-
Default value: None
134-
Accept pipeline input: False
135-
Accept wildcard characters: False
136-
```
137-
138-
### -Sort
139-
140-
> Applicable: Microsoft Teams
112+
### -SortBy
141113

142-
The Sort parameter specifies the property used to sort.
114+
The SortBy parameter specifies the property used to sort.
143115

144116
```yaml
145117
Type: String
@@ -155,8 +127,6 @@ Accept wildcard characters: False
155127

156128
### -Descending
157129

158-
> Applicable: Microsoft Teams
159-
160130
The Descending parameter sorts appointment booking flows in descending order
161131

162132
```yaml
@@ -173,8 +143,6 @@ Accept wildcard characters: False
173143

174144
### -NameFilter
175145

176-
> Applicable: Microsoft Teams
177-
178146
The NameFilter parameter returns appointment booking flows where the name contains specified string
179147

180148
```yaml

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

Lines changed: 83 additions & 1 deletion
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>] [-Tenant <Guid>] [<CommonParameters>]
22+
Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-SortBy <String>] [-Descending] [-Tenant <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -114,6 +114,88 @@ Accept pipeline input: False
114114
Accept wildcard characters: False
115115
```
116116
117+
### -First
118+
119+
The First parameter gets the first N Mainline Attendant flows, up to a maximum of 100 at a time.
120+
When not specified, the default behavior is to return the first 100 Mainline Attendant flows. It is intended to be used in conjunction with the `-Skip` parameter for pagination purposes.
121+
If a number greater than 100 is supplied, the request will fail.
122+
123+
```yaml
124+
Type: Int32
125+
Parameter Sets: (All)
126+
Aliases:
127+
128+
Required: False
129+
Position: Named
130+
Default value: 100
131+
Accept pipeline input: False
132+
Accept wildcard characters: False
133+
```
134+
135+
### -Skip
136+
137+
The Skip parameter skips the first N Mainline Attendant flows. It is intended to be used in conjunction with the `-First` parameter for pagination purposes.
138+
139+
```yaml
140+
Type: Int32
141+
Parameter Sets: (All)
142+
Aliases:
143+
144+
Required: False
145+
Position: Named
146+
Default value: None
147+
Accept pipeline input: False
148+
Accept wildcard characters: False
149+
```
150+
151+
### -SortBy
152+
153+
The SortBy parameter specifies the property used to sort.
154+
155+
```yaml
156+
Type: String
157+
Parameter Sets: (All)
158+
Aliases:
159+
160+
Required: True
161+
Position: Named
162+
Default value: Name
163+
Accept pipeline input: False
164+
Accept wildcard characters: False
165+
```
166+
167+
### -Descending
168+
169+
The Descending parameter sorts Mainline Attendant flows in descending order
170+
171+
```yaml
172+
Type: SwitchParameter
173+
Parameter Sets: (All)
174+
Aliases:
175+
176+
Required: False
177+
Position: Named
178+
Default value: None
179+
Accept pipeline input: False
180+
Accept wildcard characters: False
181+
```
182+
183+
### -NameFilter
184+
185+
The NameFilter parameter returns appointment booking flows where the name contains specified string
186+
187+
```yaml
188+
Type: String
189+
Parameter Sets: (All)
190+
Aliases:
191+
192+
Required: True
193+
Position: Named
194+
Default value: None
195+
Accept pipeline input: False
196+
Accept wildcard characters: False
197+
```
198+
117199
### CommonParameters
118200
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).
119201

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

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Get-CsMainlineAttendantQuestionAnswerFlow cmdlet returns the identified Main
1919
## SYNTAX
2020

2121
```
22-
Get-CsMainlineAttendantQuestionAnswerFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-ExcludeContent <Switch>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
22+
Get-CsMainlineAttendantQuestionAnswerFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-SortBy <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -105,23 +105,8 @@ Accept pipeline input: False
105105
Accept wildcard characters: False
106106
```
107107

108-
### -ExcludeContent
109-
The ExcludeContent parameter only displays the Name and Id of the question and answer flow.
110-
111-
```yaml
112-
Type: SwitchParameter
113-
Parameter Sets: (All)
114-
Aliases:
115-
116-
Required: False
117-
Position: Named
118-
Default value: None
119-
Accept pipeline input: False
120-
Accept wildcard characters: False
121-
```
122-
123-
### -Sort
124-
The Sort parameter specifies the property used to sort.
108+
### -SortBy
109+
The SortBy parameter specifies the property used to sort.
125110

126111
```yaml
127112
Type: String
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
applicable: Microsoft Teams
3+
author: tomkau
4+
external help file: Microsoft.Rtc.Management.dll-Help.xml
5+
Locale: en-US
6+
manager: bulenteg
7+
Module Name: MicrosoftTeams
8+
ms.author: tomkau
9+
online version: https://learn.microsoft.com/powershell/module/microsoftteams/get-cstagtemplate
10+
schema: 2.0.0
11+
title: Get-CsTagTemplate
12+
---
13+
14+
# Get-CsTagTemplate
15+
16+
## SYNOPSIS
17+
Retrieves the Tag templates in the tenant.
18+
19+
## SYNTAX
20+
```
21+
Get-CsTagTemplate [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
The Get-CsTagTemplate cmdlet returns a list of all Tag templates in the tenant.
26+
27+
> [!CAUTION]
28+
> This cmdlet will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
29+
30+
## EXAMPLES
31+
32+
33+
34+
## PARAMETERS
35+
36+
### -Identity
37+
The unique identifier for the Tag template.
38+
39+
```yaml
40+
Type: String
41+
Parameter Sets: (All)
42+
Aliases:
43+
44+
Required: False
45+
Position: Named
46+
Default value: None
47+
Accept pipeline input: False
48+
Accept wildcard characters: False
49+
```
50+
51+
### -Tenant
52+
This parameter is reserved for Microsoft internal use only.
53+
54+
```yaml
55+
Type: Guid
56+
Parameter Sets: (All)
57+
Aliases:
58+
59+
Required: False
60+
Position: Named
61+
Default value: None
62+
Accept pipeline input: False
63+
Accept wildcard characters: False
64+
```
65+
66+
### CommonParameters
67+
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).
68+
69+
## INPUTS
70+
71+
## OUTPUTS
72+
73+
### Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue
74+
75+
## NOTES
76+
77+
## RELATED LINKS
78+
79+
[New-CsTagTemplate](New-CsTagTemplate.md)
80+
81+
[Set-CsTagTemplate](Set-CsTagTemplate.md)
82+
83+
[Remove-CsTagTemplate](Remove-CsTagTemplate.md)
84+
85+
[New-CsTag](New-CsTag.md)

teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ Get the status of an active bulk sign in request.
272272
### [Get-CsSharedCallQueueHistoryTemplate](Get-CsSharedCallQueueHistoryTemplate.md)
273273
```powershell Get-CsSharedCallQueueHistoryTemplate -Id <string> [<CommonParameters>] ```
274274

275+
### [Get-CsTagTemplate](Get-CsTagTemplate.md)
276+
Retrieves a list of existing Tag templates.
277+
275278
### [Get-CsTeamsAcsFederationConfiguration](Get-CsTeamsAcsFederationConfiguration.md)
276279
This cmdlet is used to retrieve the federation configuration between Teams and Azure Communication Services.
277280

@@ -872,6 +875,12 @@ Use the New-CsSdgBulkSignInRequest cmdlet to sign in a batch of up to 100 device
872875
### [New-CsSharedCallQueueHistoryTemplate](New-CsSharedCallQueueHistoryTemplate.md)
873876
Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue History template.
874877

878+
### [New-CsTag](New-CsTag.md)
879+
Use the New-CsTag cmdlet to create a new tag that can be added to a Tag template.
880+
881+
### [New-CsTagTemplate](New-CsTagTemplate.md)
882+
Use the New-CsTag cmdlet to create a new Tag template.
883+
875884
### [New-CsTeamsAIPolicy](New-CsTeamsAIPolicy.md)
876885
This cmdlet creates a Teams AI policy.
877886

@@ -1160,6 +1169,9 @@ This cmdlet allows admin to remove a tag from phone number.
11601169
### [Remove-CsSharedCallQueueHistoryTemplate](Remove-CsSharedCallQueueHistoryTemplate.md)
11611170
```powershell Remove-CsSharedCallQueueHistoryTemplate -Id <String> [<CommonParameters>] ```
11621171

1172+
### [Remove-CsTagTemplate](Remove-CsTagTemplate.md)
1173+
Deletes an existing Tag template.
1174+
11631175
### [Remove-CsTeamsAIPolicy](Remove-CsTeamsAIPolicy.md)
11641176
This cmdlet deletes a Teams AI policy.
11651177

@@ -1469,6 +1481,9 @@ This cmdlet allows the admin to create and assign a tag to a phone number.
14691481
### [Set-CsSharedCallQueueHistoryTemplate](Set-CsSharedCallQueueHistoryTemplate.md)
14701482
```powershell Set-CsSharedCallQueueHistoryTemplate -Instance <instance> [<CommonParameters>] ```
14711483

1484+
### [Set-CsTagTemplate](Set-CsTagTemplate.md)
1485+
Make changes to an existing Tag template.
1486+
14721487
### [Set-CsTeamsAcsFederationConfiguration](Set-CsTeamsAcsFederationConfiguration.md)
14731488
This cmdlet is used to manage the federation configuration between Teams and Azure Communication Services.
14741489

0 commit comments

Comments
 (0)