File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ This cmdlet is used to manage the federation configuration between Teams and Azu
2020Set-CsTeamsAcsFederationConfiguration
2121 [-Identity <String[]>]
2222 [-EnableAcsUsers <Boolean>]
23+ [-AllowAllAcsResources <Boolean>]
2324 [-AllowedAcsResources <String[]>]
2425 [-BlockedAcsResources <String[]>]
2526 [-RequireAcsFederationForMeeting <Boolean>]
@@ -69,6 +70,18 @@ Accept pipeline input: False
6970Accept wildcard characters : False
7071` ` `
7172
73+ ### -AllowAllAcsResources
74+
75+ DEPRECATED. Do not use.
76+
77+ ` ` ` yaml
78+ Type : Boolean
79+ Position : Named
80+ Default value : False
81+ Accept pipeline input : False
82+ Accept wildcard characters : False
83+ ` ` `
84+
7285### -BlockedAcsResources
7386
7487List of blocked Azure Communication Services resources.
You can’t perform that action at this time.
0 commit comments