Skip to content

Commit 8b69fb7

Browse files
authored
Update and rename New-CsTagTemplate.md to New-CsTagsTemplate.md
Updating from TagTemplate to TagsTemplate to match the PS cmdlet change
1 parent 187911a commit 8b69fb7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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)

0 commit comments

Comments
 (0)