Skip to content

Commit 03c3274

Browse files
committed
Rectified beta communication call
1 parent 3cda89e commit 03c3274

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationCall.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ $params = @{
338338
}
339339
340340
New-MgBetaCommunicationCall -BodyParameter $params
341-
341+
```
342342
### EXAMPLE 8
343343
```powershell
344344
Import-Module Microsoft.Graph.Beta.CloudCommunications
@@ -363,7 +363,7 @@ $params = @{
363363
}
364364
365365
New-MgBetaCommunicationCall -BodyParameter $params
366-
366+
```
367367
### EXAMPLE 9
368368
```powershell
369369
Import-Module Microsoft.Graph.Beta.CloudCommunications
@@ -408,7 +408,7 @@ $params = @{
408408
}
409409
410410
New-MgBetaCommunicationCall -BodyParameter $params
411-
411+
```
412412
### EXAMPLE 10
413413
```powershell
414414
Import-Module Microsoft.Graph.Beta.CloudCommunications

0 commit comments

Comments
 (0)