Skip to content

Commit ff611b1

Browse files
Merge pull request #13067 from MicrosoftDocs/main
[AutoPublish] main to live - 08/22 13:32 PDT | 08/23 02:02 IST
2 parents a9e280f + 6df07d5 commit ff611b1

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

teams/teams-ps/MicrosoftTeams/Set-CsTeamsAcsFederationConfiguration.md

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ This cmdlet is used to manage the federation configuration between Teams and Azu
2121
Set-CsTeamsAcsFederationConfiguration
2222
[-Identity <String[]>]
2323
[-EnableAcsUsers <Boolean>]
24-
[-AllowAllAcsResources <Boolean>]
2524
[-AllowedAcsResources <String[]>]
26-
[-BlockedAcsResources <String[]>]
2725
[-RequireAcsFederationForMeeting <Boolean>]
2826
[-LabelForAllowedAcsUsers <String>]
2927
[-HideBannerForAllowedAcsUsers <Boolean>]
@@ -59,18 +57,6 @@ Set-CsTeamsAcsFederationConfiguration -EnableAcsUsers $True -AllowedAcsResources
5957

6058
## PARAMETERS
6159

62-
### -AllowAllAcsResources
63-
64-
DEPRECATED. Do not use.
65-
66-
```yaml
67-
Type: Boolean
68-
Position: Named
69-
Default value: False
70-
Accept pipeline input: False
71-
Accept wildcard characters: False
72-
```
73-
7460
### -AllowedAcsResources
7561

7662
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
8571
Accept wildcard characters: False
8672
```
8773
88-
### -BlockedAcsResources
89-
90-
List of blocked Azure Communication Services resources.
91-
92-
The ACS resources are listed using their immutable resource id, which is a guid that can be found on the Azure portal.
93-
94-
```yaml
95-
Type: String[]
96-
Position: Named
97-
Default value: Empty/Null
98-
Accept pipeline input: False
99-
Accept wildcard characters: False
100-
```
101-
10274
### -EnableAcsUsers
10375
10476
Set to True to enable federation between Teams and ACS. When set to False, all other parameters are ignored.
@@ -141,7 +113,7 @@ Accept wildcard characters: False
141113

142114
### -LabelForAllowedAcsUsers
143115

144-
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'.
116+
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'.
145117

146118
```yaml
147119
Type: String
@@ -153,7 +125,7 @@ Accept wildcard characters: False
153125

154126
### -RequireAcsFederationForMeeting
155127

156-
This configuration controls whether ACS Federation is required for meetings. Possibles values are: True, False.
128+
This configuration controls whether ACS Federation is required for meetings. Possible values are: True, False.
157129

158130
```yaml
159131
Type: Boolean

0 commit comments

Comments
 (0)