Skip to content

Commit dfd96ed

Browse files
authored
Merge pull request #13133 from CLYVR/patch-53
Update and rename New-CsTagTemplate.md to New-CsTagsTemplate.md
2 parents 187911a + e1823a9 commit dfd96ed

File tree

6 files changed

+46
-45
lines changed

6 files changed

+46
-45
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsTagTemplate.md renamed to teams/teams-ps/MicrosoftTeams/Get-CsTagsTemplate.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ Locale: en-US
66
manager: bulenteg
77
Module Name: MicrosoftTeams
88
ms.author: tomkau
9-
online version: https://learn.microsoft.com/powershell/module/microsoftteams/get-cstagtemplate
9+
online version: https://learn.microsoft.com/powershell/module/microsoftteams/get-cstagstemplate
1010
schema: 2.0.0
11-
title: Get-CsTagTemplate
11+
title: Get-CsTagsTemplate
1212
---
1313

14-
# Get-CsTagTemplate
14+
# Get-CsTagsTemplate
1515

1616
## SYNOPSIS
1717
Retrieves the Tag templates in the tenant.
1818

1919
## SYNTAX
2020
```
21-
Get-CsTagTemplate [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
21+
Get-CsTagsTemplate [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -76,10 +76,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7676
7777
## RELATED LINKS
7878
79-
[New-CsTagTemplate](New-CsTagTemplate.md)
79+
[New-CsTagsTemplate](New-CsTagsTemplate.md)
8080
81-
[Set-CsTagTemplate](Set-CsTagTemplate.md)
81+
[Set-CsTagsTemplate](Set-CsTagsTemplate.md)
8282
83-
[Remove-CsTagTemplate](Remove-CsTagTemplate.md)
83+
[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md)
8484
8585
[New-CsTag](New-CsTag.md)

teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ 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)
275+
### [Get-CsTagsTemplate](Get-CsTagsTemplate.md)
276276
Retrieves a list of existing Tag templates.
277277

278278
### [Get-CsTeamsAcsFederationConfiguration](Get-CsTeamsAcsFederationConfiguration.md)
@@ -878,8 +878,8 @@ Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue Histor
878878
### [New-CsTag](New-CsTag.md)
879879
Use the New-CsTag cmdlet to create a new tag that can be added to a Tag template.
880880

881-
### [New-CsTagTemplate](New-CsTagTemplate.md)
882-
Use the New-CsTag cmdlet to create a new Tag template.
881+
### [New-CsTagsTemplate](New-CsTagsTemplate.md)
882+
Use the New-CsTagsTemplate cmdlet to create a new Tag template.
883883

884884
### [New-CsTeamsAIPolicy](New-CsTeamsAIPolicy.md)
885885
This cmdlet creates a Teams AI policy.
@@ -1169,7 +1169,7 @@ This cmdlet allows admin to remove a tag from phone number.
11691169
### [Remove-CsSharedCallQueueHistoryTemplate](Remove-CsSharedCallQueueHistoryTemplate.md)
11701170
```powershell Remove-CsSharedCallQueueHistoryTemplate -Id <String> [<CommonParameters>] ```
11711171

1172-
### [Remove-CsTagTemplate](Remove-CsTagTemplate.md)
1172+
### [Remove-CsTagsTemplate](Remove-CsTagsTemplate.md)
11731173
Deletes an existing Tag template.
11741174

11751175
### [Remove-CsTeamsAIPolicy](Remove-CsTeamsAIPolicy.md)
@@ -1481,7 +1481,7 @@ This cmdlet allows the admin to create and assign a tag to a phone number.
14811481
### [Set-CsSharedCallQueueHistoryTemplate](Set-CsSharedCallQueueHistoryTemplate.md)
14821482
```powershell Set-CsSharedCallQueueHistoryTemplate -Instance <instance> [<CommonParameters>] ```
14831483

1484-
### [Set-CsTagTemplate](Set-CsTagTemplate.md)
1484+
### [Set-CsTagsTemplate](Set-CsTagsTemplate.md)
14851485
Make changes to an existing Tag template.
14861486

14871487
### [Set-CsTeamsAcsFederationConfiguration](Set-CsTeamsAcsFederationConfiguration.md)

teams/teams-ps/MicrosoftTeams/New-CsTag.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Creates new tag that can be added to a TagTemplate.
1919
## SYNTAX
2020

2121
```
22-
New-CsTag -TagName <String> -CallableEntity <object> [-Tenant <Guid>] [<CommonParameters>]
22+
New-CsTag -TagName <String> -TagDetails <object> [-Tenant <Guid>] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -49,7 +49,7 @@ Accept pipeline input: False
4949
Accept wildcard characters: False
5050
```
5151
52-
### -CallableEntity
52+
### -TagDetails
5353
The full callable entity object created with the [New-CsAutoAttendantCallableEntity](new-csautoattendantcallableentity.md) cmdlet
5454
5555
```yaml
@@ -92,10 +92,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9292
9393
## RELATED LINKS
9494
95-
[New-CsTagTemplate](New-CsTagTemplate.md)
95+
[New-CsTagsTemplate](New-CsTagsTemplate.md)
9696
97-
[Get-CsTagTemplate](Get-CsTagTemplate.md)
97+
[Get-CsTagsTemplate](Get-CsTagsTemplate.md)
9898
99-
[Set-CsTagTemplate](Set-CsTagTemplate.md)
99+
[Set-CsTagsTemplate](Set-CsTagsTemplate.md)
100100
101-
[Remove-CsTagTemplate](Remove-CsTagTemplate.md)
101+
[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md)

teams/teams-ps/MicrosoftTeams/New-CsTagTemplate.md renamed to teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ Locale: en-US
66
manager: bulenteg
77
Module Name: MicrosoftTeams
88
ms.author: tomkau
9-
online version: https://learn.microsoft.com/powershell/module/microsoftteams/new-cstagtemplate
9+
online version: https://learn.microsoft.com/powershell/module/microsoftteams/new-cstagstemplate
1010
schema: 2.0.0
11-
title: New-CsTagTemplate
11+
title: New-CsTagsTemplate
1212
---
1313

14-
# New-CsTagTemplate
14+
# New-CsTagsTemplate
1515

1616
## SYNOPSIS
1717
Creates new tag template.
1818

1919
## SYNTAX
2020
```
21-
New-CsTagTemplate -Name <String> -Description <String> -Tags <List> [-Tenant <Guid>] [<CommonParameters>]
21+
New-CsTagsTemplate -Name <String> -Description <String> -Tags <List> [-Tenant <Guid>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
25-
The New-CsTagTemplate cmdlet creates a new tag template made of up of tags created with [New-CsTag](New-CsTag.md).
25+
The New-CsTagsTemplate cmdlet creates a new tag template made of up of tags created with [New-CsTag](New-CsTag.md).
2626

2727
> [!CAUTION]
2828
> 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.
@@ -106,10 +106,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
106106
107107
## RELATED LINKS
108108
109-
[New-CsTagTag](New-CsTag.md)
109+
[New-CsTag](New-CsTag.md)
110110
111-
[Get-CsTagTemplate](Get-CsTagTemplate.md)
111+
[Get-CsTagsTemplate](Get-CsTagsTemplate.md)
112112
113-
[Set-CsTagTemplate](Set-CsTagTemplate.md)
113+
[Set-CsTagsTemplate](Set-CsTagsTemplate.md)
114114
115-
[Remove-CsTagTemplate](Remove-CsTagTemplate.md)
115+
[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md)

teams/teams-ps/MicrosoftTeams/Remove-CsTagTemplate.md renamed to teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ Locale: en-US
66
manager: bulenteg
77
Module Name: MicrosoftTeams
88
ms.author: tomkau
9-
online version: https://learn.microsoft.com/powershell/module/microsoftteams/remove-cstagtemplate
9+
online version: https://learn.microsoft.com/powershell/module/microsoftteams/remove-cstagstemplate
1010
schema: 2.0.0
11-
title: Remove-CsTagTemplate
11+
title: Remove-CsTagsTemplate
1212
---
1313

14-
# Remove-CsTagTemplate
14+
# Remove-CsTagsTemplate
1515

1616
## SYNOPSIS
1717
Deletes a Tag templates from the tenant.
1818

1919
## SYNTAX
2020
```
21-
Remove-CsTagTemplate -Identity <String> [-Tenant <Guid>] [<CommonParameters>]
21+
Remove-CsTagsTemplate -Id <String> [-Tenant <Guid>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
25-
The Remove-CsTagTemplate cmdlet deletes a Tag template from the tenant.
25+
The Remove-CsTagsTemplate cmdlet deletes a Tag template from the tenant.
2626

2727
> [!CAUTION]
2828
> 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.
@@ -33,8 +33,8 @@ The Remove-CsTagTemplate cmdlet deletes a Tag template from the tenant.
3333

3434
## PARAMETERS
3535

36-
### -Identity
37-
The unique identifier for the Tag template. This can be retrieved using the [Get-CsTagTemplate](Get-CsTagTemplate.md) cmdlet.
36+
### -Id
37+
The unique identifier for the Tag template. This can be retrieved using the [Get-CsTagsTemplate](Get-CsTagsTemplate.md) cmdlet.
3838

3939
```yaml
4040
Type: String
@@ -76,10 +76,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7676
7777
## RELATED LINKS
7878
79-
[New-CsTagTemplate](New-CsTagTemplate.md)
79+
[New-CsTagsTemplate](New-CsTagsTemplate.md)
8080
81-
[Get-CsTagTemplate](Get-CsTagTemplate.md)
81+
[Get-CsTagsTemplate](Get-CsTagsTemplate.md)
8282
83-
[Set-CsTagTemplate](Set-CsTagTemplate.md)
83+
[Set-CsTagsTemplate](Set-CsTagsTemplate.md)
8484
8585
[New-CsTag](New-CsTag.md)

teams/teams-ps/MicrosoftTeams/Set-CsTagTemplate.md renamed to teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,24 @@ Locale: en-US
66
manager: bulenteg
77
Module Name: MicrosoftTeams
88
ms.author: tomkau
9-
online version: https://learn.microsoft.com/powershell/module/microsoftteams/set-cstagtemplate
9+
online version: https://learn.microsoft.com/powershell/module/microsoftteams/set-cstagstemplate
1010
schema: 2.0.0
11-
title: Set-CsTagTemplate
11+
title: Set-CsTagsTemplate
1212
---
1313

14-
# Set-CsTagTemplate
14+
# Set-CsTagsTemplate
1515

1616
## SYNOPSIS
1717
Changes an existing Tag template.
1818

1919
## SYNTAX
2020
```
21-
Set-CsTagTemplate -Instance <Object> [-Tenant <Guid>] [<CommonParameters>]
21+
Set-CsTagsTemplate -Instance <Object> [-Tenant <Guid>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
2525
The Set-CsTagTemplate cmdlet changes and existing Tag template.
26+
Delete this line please.
2627

2728
> [!CAUTION]
2829
> 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.
@@ -36,7 +37,7 @@ The Set-CsTagTemplate cmdlet changes and existing Tag template.
3637
### -Instance
3738
The Instance parameter is the object reference to the Tag template to be modified.
3839

39-
You can retrieve an object reference to an existing Tag template by using the [Get-CsTagTemplate](Get-CsTagTemplate.md) cmdlet and assigning the returned value to a variable.
40+
You can retrieve an object reference to an existing Tag template by using the [Get-CsTagsTemplate](Get-CsTagsTemplate.md) cmdlet and assigning the returned value to a variable.
4041

4142
```yaml
4243
Type: Object
@@ -78,10 +79,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7879
7980
## RELATED LINKS
8081
81-
[New-CsTagTemplate](New-CsTagTemplate.md)
82+
[New-CsTagsTemplate](New-CsTagsTemplate.md)
8283
83-
[Get-CsTagTemplate](Get-CsTagTemplate.md)
84+
[Get-CsTagsTemplate](Get-CsTagsTemplate.md)
8485
85-
[Remove-CsTagTemplate](Remove-CsTagTemplate.md)
86+
[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md)
8687
8788
[New-CsTag](New-CsTag.md)

0 commit comments

Comments
 (0)