Skip to content

Commit 49a6c78

Browse files
authored
Update and rename Set-CsTagTemplate.md to Set-CsTagsTemplate.md
1 parent 8344f52 commit 49a6c78

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 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/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
@@ -36,7 +36,7 @@ The Set-CsTagTemplate cmdlet changes and existing Tag template.
3636
### -Instance
3737
The Instance parameter is the object reference to the Tag template to be modified.
3838

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.
39+
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.
4040

4141
```yaml
4242
Type: Object
@@ -78,10 +78,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7878
7979
## RELATED LINKS
8080
81-
[New-CsTagTemplate](New-CsTagTemplate.md)
81+
[New-CsTagsTemplate](New-CsTagsTemplate.md)
8282
83-
[Get-CsTagTemplate](Get-CsTagTemplate.md)
83+
[Get-CsTagsTemplate](Get-CsTagsTemplate.md)
8484
85-
[Remove-CsTagTemplate](Remove-CsTagTemplate.md)
85+
[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md)
8686
8787
[New-CsTag](New-CsTag.md)

0 commit comments

Comments
 (0)