Skip to content

Commit f2c53d1

Browse files
authored
Update New-CsTag.md
1 parent 25e5531 commit f2c53d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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)

0 commit comments

Comments
 (0)