Skip to content

Commit 3cda89e

Browse files
committed
Corrected file example
1 parent 29640f3 commit 3cda89e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ $params = @{
336336
}
337337
338338
New-MgCommunicationCall -BodyParameter $params
339-
339+
```
340340
### EXAMPLE 8
341341
```powershell
342342
Import-Module Microsoft.Graph.CloudCommunications
@@ -361,7 +361,7 @@ $params = @{
361361
}
362362
363363
New-MgCommunicationCall -BodyParameter $params
364-
364+
```
365365
### EXAMPLE 9
366366
```powershell
367367
Import-Module Microsoft.Graph.CloudCommunications
@@ -406,7 +406,7 @@ $params = @{
406406
}
407407
408408
New-MgCommunicationCall -BodyParameter $params
409-
409+
```
410410
### EXAMPLE 10
411411
```powershell
412412
Import-Module Microsoft.Graph.CloudCommunications

0 commit comments

Comments
 (0)