Skip to content

Commit 006cb42

Browse files
authored
Update example description in documentation
1 parent a766b8b commit 006cb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teams/teams-ps/teams/New-CsOnlineTelephoneNumberReleaseOrder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ PS C:\> New-CsOnlineTelephoneNumberReleaseOrder -FileContent $drlist
6060
cdf3073a-6fbb-4ade-a8af-e8fa1f3b9c13
6161
```
6262

63-
In this example, the content of a file with a list of Direct Routing telephone numbers are being released via file upload. The file should be in Comma Separated Values (CSV) file format and only containing the list of DR numbers to be released. Only the content of the file can be passed to the New-CsOnlineTelephoneNumberReleaseOrder cmdlet. The output of the cmdlet is the OrderId that can be used with the [Get-CsOnlineTelephoneNumberOrder](./get-csonlinetelephonenumberorder.md) cmdlet to retrieve the status of the order: `Get-CsOnlineTelephoneNumberOrder -OrderType Release -OrderId "orderId"`.
63+
In this example, the content of a file with a list of Direct Routing telephone numbers are being released via file upload. The file should be in Comma Separated Values (CSV) file format and should only contain the list of DR numbers to be released. The New-CsOnlineTelephoneNumberReleaseOrder cmdlet is only used to pass the content. To read the output of this cmdlet and retrieve the status of your order, you can use OrderId with the [Get-CsOnlineTelephoneNumberOrder](./get-csonlinetelephonenumberorder.md) cmdlet : `Get-CsOnlineTelephoneNumberOrder -OrderType Release -OrderId "orderId"`.
6464

6565
## PARAMETERS
6666

0 commit comments

Comments
 (0)