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
20
20
Set-CsTeamsAcsFederationConfiguration
21
21
[-Identity <String[]>]
22
22
[-EnableAcsUsers <Boolean>]
23
+ [-AllowAllAcsResources <Boolean>]
23
24
[-AllowedAcsResources <String[]>]
24
25
[-BlockedAcsResources <String[]>]
25
26
[-RequireAcsFederationForMeeting <Boolean>]
@@ -69,6 +70,18 @@ Accept pipeline input: False
69
70
Accept wildcard characters : False
70
71
` ` `
71
72
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
+
72
85
### -BlockedAcsResources
73
86
74
87
List of blocked Azure Communication Services resources.
You can’t perform that action at this time.
0 commit comments