Skip to content

Commit bd0229e

Browse files
Merge pull request #13189 from 7sedam7/main
Updated docs to fit with PlatyPS validation
2 parents 2f07f3c + a611b9c commit bd0229e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

teams/teams-ps/MicrosoftTeams/Test-CsInboundBlockedNumberPattern.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ This cmdlet tests the given number against the created (by using New-CsInboundBl
3434
```powershell
3535
PS C:\> Test-CsInboundBlockedNumberPattern -PhoneNumber "321321321"
3636
```
37+
```output
38+
{
39+
"IsMatch": true,
40+
"ResourceAccount": "00000000-0000-0000-0000-000000000000"
41+
}
42+
```
3743

3844
Tests the "321321321" number to check if it will be blocked for inbound calls.
3945

@@ -112,15 +118,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
112118
## OUTPUTS
113119
114120
### System.Object
121+
115122
An object with two properties:
116123
- IsMatch: True if the given number matches any of the blocked number patterns, otherwise False
117124
- ResourceAccount: If the matched blocked number pattern has a ResourceAccount assigned, it will return the ResourceAccount Guid, otherwise null.
118-
```
119-
{
120-
"IsMatch": true,
121-
"ResourceAccount": "00000000-0000-0000-0000-000000000000"
122-
}
123-
```
124125
125126
## NOTES
126127

0 commit comments

Comments
 (0)