Skip to content

Commit 69139c8

Browse files
authored
Update Test-CsInboundBlockedNumberPattern.md to fix missing heading errro.
1 parent 2f07f3c commit 69139c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
115115
An object with two properties:
116116
- IsMatch: True if the given number matches any of the blocked number patterns, otherwise False
117117
- ResourceAccount: If the matched blocked number pattern has a ResourceAccount assigned, it will return the ResourceAccount Guid, otherwise null.
118-
```
118+
119+
#### Example
120+
```json
119121
{
120122
"IsMatch": true,
121123
"ResourceAccount": "00000000-0000-0000-0000-000000000000"

0 commit comments

Comments
 (0)