From 8d817e36d8fcb266ce8d46c41579afee0f597e38 Mon Sep 17 00:00:00 2001 From: pranavharish002 <110204119+pranavharish002@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:23:11 -0700 Subject: [PATCH 01/11] Update and rename New-CsTagTemplate.md to New-CsTagsTemplate.md --- .../{New-CsTagTemplate.md => New-CsTagsTemplate.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename teams/teams-ps/MicrosoftTeams/{New-CsTagTemplate.md => New-CsTagsTemplate.md} (96%) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTagTemplate.md b/teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md similarity index 96% rename from teams/teams-ps/MicrosoftTeams/New-CsTagTemplate.md rename to teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md index 1984b753a3..6a07b0fc12 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTagTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md @@ -6,12 +6,12 @@ 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. From 90e7b003b9da1c4d1cf60a90ed97540364a3222f Mon Sep 17 00:00:00 2001 From: pranavharish002 <110204119+pranavharish002@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:24:20 -0700 Subject: [PATCH 02/11] Update and rename Set-CsTagTemplate.md to Set-CsTagsTemplate.md --- ...{Set-CsTagTemplate.md => Set-CsTagsTemplate.md} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename teams/teams-ps/MicrosoftTeams/{Set-CsTagTemplate.md => Set-CsTagsTemplate.md} (86%) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTagTemplate.md b/teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md similarity index 86% rename from teams/teams-ps/MicrosoftTeams/Set-CsTagTemplate.md rename to teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md index 49041e0d59..89afb85195 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTagTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Set-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/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 @@ -78,10 +78,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) From d1f1e02a72480f9a52017ad20f2be5f72ce70742 Mon Sep 17 00:00:00 2001 From: pranavharish002 <110204119+pranavharish002@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:25:23 -0700 Subject: [PATCH 03/11] Update and rename Get-CsTagTemplate.md to Get-CsTagsTemplate.md --- ...{Get-CsTagTemplate.md => Get-CsTagsTemplate.md} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename teams/teams-ps/MicrosoftTeams/{Get-CsTagTemplate.md => Get-CsTagsTemplate.md} (84%) 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) From 9a67673a44f3a9fd9452f7a29af948627ba6f286 Mon Sep 17 00:00:00 2001 From: pranavharish002 <110204119+pranavharish002@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:26:17 -0700 Subject: [PATCH 04/11] Update New-CsTagsTemplate.md --- teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md b/teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md index 6a07b0fc12..f398da3b7c 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTagsTemplate.md @@ -18,11 +18,11 @@ 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) From b53acf86f44070d5ec1552c1a7b2e5b1696d87d5 Mon Sep 17 00:00:00 2001 From: pranavharish002 <110204119+pranavharish002@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:26:50 -0700 Subject: [PATCH 05/11] Update Set-CsTagsTemplate.md --- teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md b/teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md index 89afb85195..367d8c714a 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md @@ -22,7 +22,7 @@ Set-CsTagsTemplate -Instance [-Tenant ] [] ``` ## DESCRIPTION -The Set-CsTagTemplate cmdlet changes and existing Tag template. +The Set-CsTagsTemplate cmdlet changes and existing Tag template. > [!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. From c342d96b752714b8b0917cb549489b7bdb5afb5f Mon Sep 17 00:00:00 2001 From: pranavharish002 <110204119+pranavharish002@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:27:48 -0700 Subject: [PATCH 06/11] Update and rename Remove-CsTagTemplate.md to Remove-CsTagsTemplate.md --- ...CsTagTemplate.md => Remove-CsTagsTemplate.md} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename teams/teams-ps/MicrosoftTeams/{Remove-CsTagTemplate.md => Remove-CsTagsTemplate.md} (82%) diff --git a/teams/teams-ps/MicrosoftTeams/Remove-CsTagTemplate.md b/teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md similarity index 82% rename from teams/teams-ps/MicrosoftTeams/Remove-CsTagTemplate.md rename to teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md index fceff179c4..77f16607ba 100644 --- a/teams/teams-ps/MicrosoftTeams/Remove-CsTagTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Remove-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/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 -Identity [-Tenant ] [] ``` ## DESCRIPTION @@ -34,7 +34,7 @@ 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. +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) From 2106620ee78ee5ec6eb998a3f97aeaf4df09161b Mon Sep 17 00:00:00 2001 From: pranavharish002 <110204119+pranavharish002@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:31:24 -0700 Subject: [PATCH 07/11] Update Remove-CsTagsTemplate.md --- teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md b/teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md index 77f16607ba..d586abf1ab 100644 --- a/teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Remove-CsTagsTemplate.md @@ -18,7 +18,7 @@ Deletes a Tag templates from the tenant. ## SYNTAX ``` -Remove-CsTagsTemplate -Identity [-Tenant ] [] +Remove-CsTagsTemplate -Id [-Tenant ] [] ``` ## DESCRIPTION @@ -33,7 +33,7 @@ The Remove-CsTagTemplate cmdlet deletes a Tag template from the tenant. ## PARAMETERS -### -Identity +### -Id The unique identifier for the Tag template. This can be retrieved using the [Get-CsTagsTemplate](Get-CsTagsTemplate.md) cmdlet. ```yaml From ec74e8a5e15f5f2ac7a556c34e61ac1bda1a664e Mon Sep 17 00:00:00 2001 From: pranavharish002 <110204119+pranavharish002@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:34:07 -0700 Subject: [PATCH 08/11] Update New-CsTag.md --- teams/teams-ps/MicrosoftTeams/New-CsTag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTag.md b/teams/teams-ps/MicrosoftTeams/New-CsTag.md index 8cfc2e72f9..2a077887e6 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTag.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTag.md @@ -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 From 2e8fc0b8713f8446f47bedc6bd7435b723d66e70 Mon Sep 17 00:00:00 2001 From: pranavharish002 <110204119+pranavharish002@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:36:36 -0700 Subject: [PATCH 09/11] Update MicrosoftTeams.md --- teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md b/teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md index 27746e6206..2aff6e01ab 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,7 +878,7 @@ 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) +### [New-CsTagsTemplate](New-CsTagsTemplate.md) Use the New-CsTag cmdlet to create a new Tag template. ### [New-CsTeamsAIPolicy](New-CsTeamsAIPolicy.md) @@ -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) From ef44f88c4f9e99fff1b0fcd9e1d31524a3d65e6e Mon Sep 17 00:00:00 2001 From: pranavharish002 <110204119+pranavharish002@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:43:25 -0700 Subject: [PATCH 10/11] Fix link names from 'CsTag' to 'CsTags' --- teams/teams-ps/MicrosoftTeams/New-CsTag.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTag.md b/teams/teams-ps/MicrosoftTeams/New-CsTag.md index 2a077887e6..2b5ded5ff3 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTag.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTag.md @@ -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) From 29329a176304957d6099dd103be1fa8fcf7d34e0 Mon Sep 17 00:00:00 2001 From: pranavharish002 <110204119+pranavharish002@users.noreply.github.com> Date: Tue, 23 Sep 2025 03:44:08 -0700 Subject: [PATCH 11/11] Fix reference to Get-CsTagsTemplate cmdlet --- teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md b/teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md index 367d8c714a..0d293d133c 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTagsTemplate.md @@ -36,7 +36,7 @@ The Set-CsTagsTemplate 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