Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ This cmdlet is used to manage the federation configuration between Teams and Azu
Set-CsTeamsAcsFederationConfiguration
[-Identity <String[]>]
[-EnableAcsUsers <Boolean>]
[-AllowAllAcsResources <Boolean>]
[-AllowedAcsResources <String[]>]
[-BlockedAcsResources <String[]>]
[-RequireAcsFederationForMeeting <Boolean>]
[-LabelForAllowedAcsUsers <String>]
[-HideBannerForAllowedAcsUsers <Boolean>]
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down