Skip to content
Merged
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
4 changes: 4 additions & 0 deletions teams/teams-ps/MicrosoftTeams/Test-CsTeamsTranslationRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ If a match is found in two or more manipulation rules, the first one is returned

There is a short delay before newly created manipulation rules are added to the evaluation.

If no matching TeamsTranslationRule is found, then the cmdlet will return error: "No number translation rule matched".

If a matching TeamsTranslationRule is found, but it produces invalid phone number, the cmdlet will return error: "Number translation rule {TeamsTranslationRule.Name} applied to phone number produced invalid phone number: {resultPhoneNumber}".

## RELATED LINKS
[New-CsTeamsTranslationRule](https://learn.microsoft.com/powershell/module/microsoftteams/new-csteamstranslationrule)

Expand Down