Skip to content

Commit bf6df6c

Browse files
authored
Update New-CsExternalAccessPolicy.md
This is an update to add a note that FederatedBilateralChats is public preview and also to correct the default value, which is False, not True
1 parent 20e8da3 commit bf6df6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

teams/teams-ps/teams/New-CsExternalAccessPolicy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@ Accept wildcard characters: False
394394
```
395395

396396
### -FederatedBilateralChats
397+
> [!NOTE]
398+
> Please note that this parameter is in Private Preview.
399+
397400
This setting enables bi-lateral chats for the users included in the messaging policy.
398401

399402
```yaml
@@ -403,7 +406,7 @@ Aliases:
403406
404407
Required: False
405408
Position: Named
406-
Default value: True
409+
Default value: False
407410
Accept pipeline input: False
408411
Accept wildcard characters: False
409412
```

0 commit comments

Comments
 (0)