From 90173a54a340e7c8f715d386dcf3cbb144a5f406 Mon Sep 17 00:00:00 2001 From: William Blocker <118470885+saleens7@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:41:22 -0700 Subject: [PATCH 1/3] Update Set-CsTeamsAcsFederationConfiguration.md --- .../Set-CsTeamsAcsFederationConfiguration.md | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md index b311a9c415..56e31438a4 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md @@ -21,9 +21,7 @@ This cmdlet is used to manage the federation configuration between Teams and Azu Set-CsTeamsAcsFederationConfiguration [-Identity ] [-EnableAcsUsers ] - [-AllowAllAcsResources ] [-AllowedAcsResources ] - [-BlockedAcsResources ] [-RequireAcsFederationForMeeting ] [-LabelForAllowedAcsUsers ] [-HideBannerForAllowedAcsUsers ] @@ -59,18 +57,6 @@ Set-CsTeamsAcsFederationConfiguration -EnableAcsUsers $True -AllowedAcsResources ## PARAMETERS -### -AllowAllAcsResources - -DEPRECATED. Do not use. - -```yaml -Type: Boolean -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -AllowedAcsResources The list of the ACS resources (at least one) for which federation is enabled, when EnableAcsUsers is set to true. If EnableAcsUsers is set to false, then this list is ignored and should be null/empty. @@ -85,20 +71,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -BlockedAcsResources - -List of blocked Azure Communication Services resources. - -The ACS resources are listed using their immutable resource id, which is a guid that can be found on the Azure portal. - -```yaml -Type: String[] -Position: Named -Default value: Empty/Null -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -EnableAcsUsers Set to True to enable federation between Teams and ACS. When set to False, all other parameters are ignored. From 792de710a58d2d1b2d7a78ae78ea4ac667d62d0c Mon Sep 17 00:00:00 2001 From: William Blocker <118470885+saleens7@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:58:48 -0700 Subject: [PATCH 2/3] Update Set-CsTeamsAcsFederationConfiguration.md --- .../MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md index 56e31438a4..98c5ddc9c3 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md @@ -113,7 +113,7 @@ Accept wildcard characters: False ### -LabelForAllowedAcsUsers -This configuration controls the user label that is displayed for Azure Communication Services users when they join Teams meetings or calls. Possible values are: Unverified, External. When the value is set to Unverified, the ACS user label is displayed as 'Unverified' when an ACS user joins Teams meetings or calls. When the value is set to External, if an ACS user joins a Teams meeting or call from a resource listed in AllowAllAcsResources, their label should be displayed as 'External'. +This configuration controls the user label that is displayed for Azure Communication Services users when they join Teams meetings or calls. Possible values are: Unverified, External. When the value is set to Unverified, the ACS user label is displayed as 'Unverified' when an ACS user joins Teams meetings or calls. When the value is set to External, if an ACS user joins a Teams meeting or call from a resource listed in AllowAcsResources, their label should be displayed as 'External'. ```yaml Type: String From e12c1e3da79f3f1fcb0d1fa83ad2fc47974741de Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Sat, 23 Aug 2025 00:45:05 +0530 Subject: [PATCH 3/3] typo fix --- .../MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md index 98c5ddc9c3..33f4e36821 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md @@ -125,7 +125,7 @@ Accept wildcard characters: False ### -RequireAcsFederationForMeeting -This configuration controls whether ACS Federation is required for meetings. Possibles values are: True, False. +This configuration controls whether ACS Federation is required for meetings. Possible values are: True, False. ```yaml Type: Boolean