Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -144,6 +144,9 @@ Accept wildcard characters: False
### -ResourceAccount
The GUID of a resource account to redirect calls to when the pattern matches. If specified, matched calls will be redirected to this resource account instead of being blocked.

> [!NOTE]
> Currently, redirection to a Resource Account is supported for calls from Operator Connect and Direct Routing. Calling Plan calls will be blocked.

```yaml
Type: Guid
Parameter Sets: (All)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ Accept wildcard characters: False
### -ResourceAccount
The GUID of a resource account to redirect calls to when the pattern matches. If specified, matched calls will be redirected to this resource account instead of being blocked.

> [!NOTE]
> Currently, redirection to a Resource Account is supported for calls from Operator Connect and Direct Routing. Calling Plan calls will be blocked.

```yaml
Type: Guid
Parameter Sets: (All)
Expand Down
4 changes: 0 additions & 4 deletions teams/teams-ps/MicrosoftTeams/Set-CsOnlineLisCivicAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ Set-CsOnlineLisCivicAddress -CivicAddressId <Guid> [-CompanyName <String>] [-Com
```

## DESCRIPTION
Validated civic addresses cannot be modified.

> [!IMPORTANT]
> Due to a current issue, the parameters **-CompanyName** and **-CountryOrRegion** are required as an interim workaround for this cmdlet.

Use the `Set-CsOnlineLisCivicAddress` cmdlet to modify limited fields of an existing civic address.

Expand Down
Loading