@@ -269,6 +269,9 @@ Get the status of an active bulk sign in request.
269
269
### [ Get-CsSharedCallQueueHistoryTemplate] ( Get-CsSharedCallQueueHistoryTemplate.md )
270
270
``` powershell Get-CsSharedCallQueueHistoryTemplate -Id <string> [<CommonParameters>] ```
271
271
272
+ ### [ Get-CsTagTemplate] ( Get-CsTagTemplate.md )
273
+ Retrieves a list of existing Tag templates.
274
+
272
275
### [ Get-CsTeamsAcsFederationConfiguration] ( Get-CsTeamsAcsFederationConfiguration.md )
273
276
This cmdlet is used to retrieve the federation configuration between Teams and Azure Communication Services.
274
277
@@ -869,6 +872,12 @@ Use the New-CsSdgBulkSignInRequest cmdlet to sign in a batch of up to 100 device
869
872
### [ New-CsSharedCallQueueHistoryTemplate] ( New-CsSharedCallQueueHistoryTemplate.md )
870
873
Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue History template.
871
874
875
+ ### [ New-CsTag] ( New-CsTag.md )
876
+ Use the New-CsTag cmdlet to create a new tag that can be added to a Tag template.
877
+
878
+ ### [ New-CsTagTemplate] ( New-CsTagTemplate.md )
879
+ Use the New-CsTag cmdlet to create a new Tag template.
880
+
872
881
### [ New-CsTeamsAIPolicy] ( New-CsTeamsAIPolicy.md )
873
882
This cmdlet creates a Teams AI policy.
874
883
@@ -1157,6 +1166,9 @@ This cmdlet allows admin to remove a tag from phone number.
1157
1166
### [ Remove-CsSharedCallQueueHistoryTemplate] ( Remove-CsSharedCallQueueHistoryTemplate.md )
1158
1167
``` powershell Remove-CsSharedCallQueueHistoryTemplate -Id <String> [<CommonParameters>] ```
1159
1168
1169
+ ### [ Remove-CsTagTemplate] ( Remove-CsTagTemplate.md )
1170
+ Deletes an existing Tag template.
1171
+
1160
1172
### [ Remove-CsTeamsAIPolicy] ( Remove-CsTeamsAIPolicy.md )
1161
1173
This cmdlet deletes a Teams AI policy.
1162
1174
@@ -1463,6 +1475,9 @@ This cmdlet allows the admin to create and assign a tag to a phone number.
1463
1475
### [ Set-CsSharedCallQueueHistoryTemplate] ( Set-CsSharedCallQueueHistoryTemplate.md )
1464
1476
``` powershell Set-CsSharedCallQueueHistoryTemplate -Instance <instance> [<CommonParameters>] ```
1465
1477
1478
+ ### [ Set-CsTagTemplate] ( Set-CsTagTemplate.md )
1479
+ Make changes to an existing Tag template.
1480
+
1466
1481
### [ Set-CsTeamsAcsFederationConfiguration] ( Set-CsTeamsAcsFederationConfiguration.md )
1467
1482
This cmdlet is used to manage the federation configuration between Teams and Azure Communication Services.
1468
1483
0 commit comments