Skip to content

Commit 16ed950

Browse files
Ruchika-mittal01garycentric
authored andcommitted
Merge pull request #12926 from pavellatif/main
Updating parameter definition
1 parent b4ffc36 commit 16ed950

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ This cmdlet displays information about one or more phone numbers. You can filter
5353

5454
If you are using both -Skip X and -Top Y for filtering, the returned results will first be skipped by X, and then the top Y results will be returned.
5555

56-
By default, this cmdlet returns a maximum of 500 results. A maximum of 1000 results can be returned using -Top filter. If you need to get more than 1000 results, a combination of -Skip and -Top filtering can be used to list incremental returns of 1000 numbers. If a full list of telephone numbers acquired by the tenant is required, you can use [Export-CsAcquiredPhoneNumber](./export-csacquiredphonenumber.md) cmdlet to download a list of all acquired telephone numbers.
56+
By default, this cmdlet returns a maximum of 500 results. A maximum of 1000 results can be returned using -Top filter. If you need to get more than 1000 results, a combination of -Skip and -Top filtering can be used to list incremental returns of 1000 numbers. If a full list of telephone numbers acquired by the tenant is required, you can use [Export-CsAcquiredPhoneNumber](./export-csacquiredphonenumber.md) cmdlet to download a list of all acquired telephone numbers.
57+
5758

5859
## EXAMPLES
5960

@@ -149,7 +150,8 @@ This example returns information about all phone numbers that contain the digits
149150
```powershell
150151
Get-CsPhoneNumberAssignment -Skip 1000 -Top 1000
151152
```
152-
This example returns all phone numbers sequenced between 1001 to 2000 in the record of phone numbers.
153+
This example returns all phone numbers sequenced between 1001 to 2000 in the record of phone numbers.
154+
153155

154156
### Example 9
155157
```powershell
@@ -570,7 +572,7 @@ The activation state of the telephone number.
570572
The ID of the object the phone number is assigned to, either the ObjectId of a user or resource account or the policy instance ID of a Teams shared calling routing policy instance.
571573
572574
### AssignmentCategory
573-
Contains the assignment category such as Primary or Private
575+
Contains the assignment category such as Primary or Private.
574576
575577
### Capability
576578
The list of capabilities assigned to the phone number.

0 commit comments

Comments
 (0)