Skip to content

Commit e4bc249

Browse files
committed
Updating ms.reviwer and fixing typos
1 parent 3edb2a6 commit e4bc249

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

teams/teams-ps/teams/Get-CsOnlineTelephoneNumberOrder.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ SuccessPhoneNumbers {+12063866355, +12063868075, +12063861642}
139139
FailedPhoneNumbers {}
140140
```
141141

142-
This example returns the status of a successful release order for Direct Routing telephone numbers.
142+
This example returns the status of a successful release order for Direct Routing telephone numbers.
143143

144144
### Example 5
145145
```powershell
@@ -159,7 +159,7 @@ WarningPhoneNumbers {}
159159
SuccessPhoneNumbers {+99999980}
160160
```
161161

162-
This example returns the status of a successful upload or telephone number creation order for a Direct Routing phone number.
162+
This example returns the status of a successful upload order for a Direct Routing phone number.
163163

164164
## PARAMETERS
165165

@@ -214,4 +214,4 @@ Updates in Teams PowerShell Module version 6.7.1 and later:
214214
[Complete-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
215215
[Clear-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
216216
[New-CsOnlineDirectRoutingTelephoneNumberUploadOrder](https://learn.microsoft.com/powershell/module/teams/New-CsOnlineDirectRoutingTelephoneNumberUploadOrder)
217-
[New-CsOnlineTelephoneNumberReleaseOrder] (https://learn.microsoft.com/powershell/module/teams/New-CsOnlineTelephoneNumberReleaseOrder)
217+
[New-CsOnlineTelephoneNumberReleaseOrder](https://learn.microsoft.com/powershell/module/teams/New-CsOnlineTelephoneNumberReleaseOrder)

teams/teams-ps/teams/New-CsOnlineDirectRoutingTelephoneNumberUploadOrder.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applicable: Microsoft Teams
66
title: New-CsOnlineDirectRoutingTelephoneNumberUploadOrder
77
author: pavellatif
88
ms.author: pavellatif
9-
ms.reviewer:
9+
ms.reviewer: pavellatif
1010
manager: roykuntz
1111
schema: 2.0.0
1212
---
@@ -24,7 +24,7 @@ New-CsOnlineDirectRoutingTelephoneNumberUploadOrder [-TelephoneNumber <String>]
2424
```
2525

2626
## DESCRIPTION
27-
This cmdlet uploads Direct Routing telephone numbers to Micorosoft Teams telephone number management inventory. Once uploaded the phone numbers will be visible in Teams PowerShell as acquired Direct Routing phone numbers. The cmdlet is an asynchronus operation and will return an OrderId as output. [Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder) cmdlet can be used to check the status of the OrderId including any error or warning message that may result from the operation.
27+
This cmdlet uploads Direct Routing telephone numbers to Microsoft Teams telephone number management inventory. Once uploaded the phone numbers will be visible in Teams PowerShell as acquired Direct Routing phone numbers. The cmdlet is an asynchronous operation and will return an OrderId as output. [Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder) cmdlet can be used to check the status of the OrderId including any error or warning message that may result from the operation.
2828

2929
## EXAMPLES
3030

@@ -34,7 +34,7 @@ PS C:\> New-CsOnlineDirectRoutingTelephoneNumberUploadOrder -TelephoneNumber "+1
3434
cdf3073a-6fbb-4ade-a8af-e8fa1f3b9c13
3535
```
3636

37-
In this example, a new Direct Routing telephone number "+123456789" is being uploaded to Micorosoft Teams telephone number management inventory. The output of the cmdlet is the OrderId that can be used with [Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder) cmdlet to retrieve the status of the order.
37+
In this example, a new Direct Routing telephone number "+123456789" is being uploaded to Microsoft Teams telephone number management inventory. The output of the cmdlet is the OrderId that can be used with [Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder) cmdlet to retrieve the status of the order.
3838

3939
### Example 2
4040
```powershell
@@ -92,7 +92,7 @@ Accept wildcard characters: False
9292
```
9393
9494
### -Description
95-
Add a meaningful description that will help you identify the reason of this upload order.
95+
Add a meaningful description that will help you identify the reason for this upload order.
9696
9797
```yaml
9898
Type: String
@@ -124,4 +124,4 @@ The cmdlet is only available in commercial and GCC cloud instances.
124124
125125
## RELATED LINKS
126126
[Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder)
127-
[New-CsOnlineTelephoneNumberReleaseOrder] (https://learn.microsoft.com/powershell/module/teams/New-CsOnlineTelephoneNumberReleaseOrder)
127+
[New-CsOnlineTelephoneNumberReleaseOrder](https://learn.microsoft.com/powershell/module/teams/New-CsOnlineTelephoneNumberReleaseOrder)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applicable: Microsoft Teams
66
title: New-CsOnlineTelephoneNumberReleaseOrder
77
author: pavellatif
88
ms.author: pavellatif
9-
ms.reviewer:
9+
ms.reviewer: pavellatif
1010
manager: roykuntz
1111
schema: 2.0.0
1212
---
@@ -23,7 +23,7 @@ New-CsOnlineTelephoneNumberReleaseOrder [-TelephoneNumber <String>] [-StartingNu
2323
```
2424

2525
## DESCRIPTION
26-
This cmdlet releases existing Direct Routing telephone numbers from Micorosoft Teams telephone number management inventory. Once released the phone numbers will not be visible in Teams PowerShell as acquired Direct Routing phone numbers. The cmdlet is an asynchronus operation and will return an OrderId as output. [Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder) cmdlet can be used to check the status of the OrderId including any error or warning message that may result from the operation.
26+
This cmdlet releases existing Direct Routing telephone numbers from Microsoft Teams telephone number management inventory. Once released the phone numbers will not be visible in Teams PowerShell as acquired Direct Routing phone numbers. The cmdlet is an asynchronous operation and will return an OrderId as output. [Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder) cmdlet can be used to check the status of the OrderId including any error or warning message that may result from the operation.
2727

2828
## EXAMPLES
2929

@@ -33,7 +33,7 @@ PS C:\> New-CsOnlineTelephoneNumberReleaseOrder -TelephoneNumber "+123456789"
3333
cdf3073a-6fbb-4ade-a8af-e8fa1f3b9c13
3434
```
3535

36-
In this example, a new Direct Routing telephone number "+123456789" is being released from Micorosoft Teams telephone number management inventory. The output of the cmdlet is the OrderId that can be used with [Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder) cmdlet to retrieve the status of the order.
36+
In this example, a new Direct Routing telephone number "+123456789" is being released from Microsoft Teams telephone number management inventory. The output of the cmdlet is the OrderId that can be used with [Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder) cmdlet to retrieve the status of the order.
3737

3838
### Example 2
3939
```powershell

0 commit comments

Comments
 (0)