diff --git a/teams/teams-ps/MicrosoftTeams/Get-CsTagTemplate.md b/teams/teams-ps/MicrosoftTeams/Get-CsTagsTemplate.md similarity index 84% rename from teams/teams-ps/MicrosoftTeams/Get-CsTagTemplate.md rename to teams/teams-ps/MicrosoftTeams/Get-CsTagsTemplate.md index 55db7c69a6..8da27cbfd6 100644 --- a/teams/teams-ps/MicrosoftTeams/Get-CsTagTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Get-CsTagsTemplate.md @@ -6,19 +6,19 @@ Locale: en-US manager: bulenteg Module Name: MicrosoftTeams ms.author: tomkau -online version: https://learn.microsoft.com/powershell/module/microsoftteams/get-cstagtemplate +online version: https://learn.microsoft.com/powershell/module/microsoftteams/get-cstagstemplate schema: 2.0.0 -title: Get-CsTagTemplate +title: Get-CsTagsTemplate --- -# Get-CsTagTemplate +# Get-CsTagsTemplate ## SYNOPSIS Retrieves the Tag templates in the tenant. ## SYNTAX ``` -Get-CsTagTemplate [-Identity ] [-Tenant ] [] +Get-CsTagsTemplate [-Identity ] [-Tenant ] [] ``` ## DESCRIPTION @@ -76,10 +76,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -[New-CsTagTemplate](New-CsTagTemplate.md) +[New-CsTagsTemplate](New-CsTagsTemplate.md) -[Set-CsTagTemplate](Set-CsTagTemplate.md) +[Set-CsTagsTemplate](Set-CsTagsTemplate.md) -[Remove-CsTagTemplate](Remove-CsTagTemplate.md) +[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md) [New-CsTag](New-CsTag.md) diff --git a/teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md b/teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md index 27746e6206..d40d12c1fa 100644 --- a/teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md +++ b/teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md @@ -272,7 +272,7 @@ Get the status of an active bulk sign in request. ### [Get-CsSharedCallQueueHistoryTemplate](Get-CsSharedCallQueueHistoryTemplate.md) ```powershell Get-CsSharedCallQueueHistoryTemplate -Id [] ``` -### [Get-CsTagTemplate](Get-CsTagTemplate.md) +### [Get-CsTagsTemplate](Get-CsTagsTemplate.md) Retrieves a list of existing Tag templates. ### [Get-CsTeamsAcsFederationConfiguration](Get-CsTeamsAcsFederationConfiguration.md) @@ -878,8 +878,8 @@ Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue Histor ### [New-CsTag](New-CsTag.md) Use the New-CsTag cmdlet to create a new tag that can be added to a Tag template. -### [New-CsTagTemplate](New-CsTagTemplate.md) -Use the New-CsTag cmdlet to create a new Tag template. +### [New-CsTagsTemplate](New-CsTagsTemplate.md) +Use the New-CsTagsTemplate cmdlet to create a new Tag template. ### [New-CsTeamsAIPolicy](New-CsTeamsAIPolicy.md) This cmdlet creates a Teams AI policy. @@ -1169,7 +1169,7 @@ This cmdlet allows admin to remove a tag from phone number. ### [Remove-CsSharedCallQueueHistoryTemplate](Remove-CsSharedCallQueueHistoryTemplate.md) ```powershell Remove-CsSharedCallQueueHistoryTemplate -Id [] ``` -### [Remove-CsTagTemplate](Remove-CsTagTemplate.md) +### [Remove-CsTagsTemplate](Remove-CsTagsTemplate.md) Deletes an existing Tag template. ### [Remove-CsTeamsAIPolicy](Remove-CsTeamsAIPolicy.md) @@ -1481,7 +1481,7 @@ This cmdlet allows the admin to create and assign a tag to a phone number. ### [Set-CsSharedCallQueueHistoryTemplate](Set-CsSharedCallQueueHistoryTemplate.md) ```powershell Set-CsSharedCallQueueHistoryTemplate -Instance [] ``` -### [Set-CsTagTemplate](Set-CsTagTemplate.md) +### [Set-CsTagsTemplate](Set-CsTagsTemplate.md) Make changes to an existing Tag template. ### [Set-CsTeamsAcsFederationConfiguration](Set-CsTeamsAcsFederationConfiguration.md) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTag.md b/teams/teams-ps/MicrosoftTeams/New-CsTag.md index 8cfc2e72f9..3e6ea5ab26 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTag.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTag.md @@ -19,7 +19,7 @@ Creates new tag that can be added to a TagTemplate. ## SYNTAX ``` -New-CsTag -TagName -CallableEntity [-Tenant ] [] +New-CsTag -TagName -TagDetails [-Tenant ] [] ``` ## DESCRIPTION @@ -49,7 +49,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CallableEntity +### -TagDetails The full callable entity object created with the [New-CsAutoAttendantCallableEntity](new-csautoattendantcallableentity.md) cmdlet ```yaml @@ -92,10 +92,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -[New-CsTagTemplate](New-CsTagTemplate.md) +[New-CsTagsTemplate](New-CsTagsTemplate.md) -[Get-CsTagTemplate](Get-CsTagTemplate.md) +[Get-CsTagsTemplate](Get-CsTagsTemplate.md) -[Set-CsTagTemplate](Set-CsTagTemplate.md) +[Set-CsTagsTemplate](Set-CsTagsTemplate.md) -[Remove-CsTagTemplate](Remove-CsTagTemplate.md) +[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTagTemplate.md b/teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md similarity index 80% rename from teams/teams-ps/MicrosoftTeams/New-CsTagTemplate.md rename to teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md index 1984b753a3..f398da3b7c 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTagTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md @@ -6,23 +6,23 @@ Locale: en-US manager: bulenteg Module Name: MicrosoftTeams ms.author: tomkau -online version: https://learn.microsoft.com/powershell/module/microsoftteams/new-cstagtemplate +online version: https://learn.microsoft.com/powershell/module/microsoftteams/new-cstagstemplate schema: 2.0.0 -title: New-CsTagTemplate +title: New-CsTagsTemplate --- -# New-CsTagTemplate +# New-CsTagsTemplate ## SYNOPSIS Creates new tag template. ## SYNTAX ``` -New-CsTagTemplate -Name -Description -Tags [-Tenant ] [] +New-CsTagsTemplate -Name -Description -Tags [-Tenant ] [] ``` ## DESCRIPTION -The New-CsTagTemplate cmdlet creates a new tag template made of up of tags created with [New-CsTag](New-CsTag.md). +The New-CsTagsTemplate cmdlet creates a new tag template made of up of tags created with [New-CsTag](New-CsTag.md). > [!CAUTION] > 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 ## RELATED LINKS -[New-CsTagTag](New-CsTag.md) +[New-CsTag](New-CsTag.md) -[Get-CsTagTemplate](Get-CsTagTemplate.md) +[Get-CsTagsTemplate](Get-CsTagsTemplate.md) -[Set-CsTagTemplate](Set-CsTagTemplate.md) +[Set-CsTagsTemplate](Set-CsTagsTemplate.md) -[Remove-CsTagTemplate](Remove-CsTagTemplate.md) +[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md) diff --git a/teams/teams-ps/MicrosoftTeams/Remove-CsTagTemplate.md b/teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md similarity index 78% rename from teams/teams-ps/MicrosoftTeams/Remove-CsTagTemplate.md rename to teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md index fceff179c4..6ec01b1442 100644 --- a/teams/teams-ps/MicrosoftTeams/Remove-CsTagTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md @@ -6,23 +6,23 @@ Locale: en-US manager: bulenteg Module Name: MicrosoftTeams ms.author: tomkau -online version: https://learn.microsoft.com/powershell/module/microsoftteams/remove-cstagtemplate +online version: https://learn.microsoft.com/powershell/module/microsoftteams/remove-cstagstemplate schema: 2.0.0 -title: Remove-CsTagTemplate +title: Remove-CsTagsTemplate --- -# Remove-CsTagTemplate +# Remove-CsTagsTemplate ## SYNOPSIS Deletes a Tag templates from the tenant. ## SYNTAX ``` -Remove-CsTagTemplate -Identity [-Tenant ] [] +Remove-CsTagsTemplate -Id [-Tenant ] [] ``` ## DESCRIPTION -The Remove-CsTagTemplate cmdlet deletes a Tag template from the tenant. +The Remove-CsTagsTemplate cmdlet deletes a Tag template from the tenant. > [!CAUTION] > 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. ## PARAMETERS -### -Identity -The unique identifier for the Tag template. This can be retrieved using the [Get-CsTagTemplate](Get-CsTagTemplate.md) cmdlet. +### -Id +The unique identifier for the Tag template. This can be retrieved using the [Get-CsTagsTemplate](Get-CsTagsTemplate.md) cmdlet. ```yaml Type: String @@ -76,10 +76,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -[New-CsTagTemplate](New-CsTagTemplate.md) +[New-CsTagsTemplate](New-CsTagsTemplate.md) -[Get-CsTagTemplate](Get-CsTagTemplate.md) +[Get-CsTagsTemplate](Get-CsTagsTemplate.md) -[Set-CsTagTemplate](Set-CsTagTemplate.md) +[Set-CsTagsTemplate](Set-CsTagsTemplate.md) [New-CsTag](New-CsTag.md) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTagTemplate.md b/teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md similarity index 80% rename from teams/teams-ps/MicrosoftTeams/Set-CsTagTemplate.md rename to teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md index 49041e0d59..a36c6c1e93 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTagTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md @@ -6,23 +6,24 @@ Locale: en-US manager: bulenteg Module Name: MicrosoftTeams ms.author: tomkau -online version: https://learn.microsoft.com/powershell/module/microsoftteams/set-cstagtemplate +online version: https://learn.microsoft.com/powershell/module/microsoftteams/set-cstagstemplate schema: 2.0.0 -title: Set-CsTagTemplate +title: Set-CsTagsTemplate --- -# Set-CsTagTemplate +# Set-CsTagsTemplate ## SYNOPSIS Changes an existing Tag template. ## SYNTAX ``` -Set-CsTagTemplate -Instance [-Tenant ] [] +Set-CsTagsTemplate -Instance [-Tenant ] [] ``` ## DESCRIPTION The Set-CsTagTemplate cmdlet changes and existing Tag template. +Delete this line please. > [!CAUTION] > 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. ### -Instance The Instance parameter is the object reference to the Tag template to be modified. -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. +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. ```yaml Type: Object @@ -78,10 +79,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -[New-CsTagTemplate](New-CsTagTemplate.md) +[New-CsTagsTemplate](New-CsTagsTemplate.md) -[Get-CsTagTemplate](Get-CsTagTemplate.md) +[Get-CsTagsTemplate](Get-CsTagsTemplate.md) -[Remove-CsTagTemplate](Remove-CsTagTemplate.md) +[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md) [New-CsTag](New-CsTag.md)