From b4ffc361d691f7765428e302e76829bbb7b26e1f Mon Sep 17 00:00:00 2001 From: pavellatif <142821210+pavellatif@users.noreply.github.com> Date: Tue, 29 Jul 2025 15:24:40 -0400 Subject: [PATCH 1/2] Updating parameter definition --- teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md | 4 ++-- teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md b/teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md index 8264526cd5..55ad8d9f63 100644 --- a/teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md +++ b/teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md @@ -401,7 +401,7 @@ Accept wildcard characters: False ``` ### -NetworkSiteId -This parameter is reserved for internal Microsoft use. +ID of a network site. A network site represents a location where your organization has a physical venue, such as offices, a set of buildings, or a campus. ```yaml Type: System.String @@ -570,7 +570,7 @@ The activation state of the telephone number. 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. ### AssignmentCategory -This parameter is reserved for internal Microsoft use. +Contains the assignment category such as Primary or Private ### Capability The list of capabilities assigned to the phone number. diff --git a/teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md b/teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md index 4ef22599c9..b90380feb3 100644 --- a/teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md +++ b/teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md @@ -228,7 +228,7 @@ Accept wildcard characters: False ``` ### -NetworkSiteId -This parameter is reserved for internal Microsoft use. +ID of a network site. A network site represents a location where your organization has a physical venue, such as offices, a set of buildings, or a campus. ```yaml Type: System.String From ab34a363a75d27956d1a39e84fbbdfb8dd66b4aa Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Wed, 30 Jul 2025 02:50:13 +0530 Subject: [PATCH 2/2] punctuation fix --- teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md b/teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md index 55ad8d9f63..710ee1f968 100644 --- a/teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md +++ b/teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md @@ -53,7 +53,8 @@ This cmdlet displays information about one or more phone numbers. You can filter 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. -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. +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. + ## EXAMPLES @@ -149,7 +150,8 @@ This example returns information about all phone numbers that contain the digits ```powershell Get-CsPhoneNumberAssignment -Skip 1000 -Top 1000 ``` -This example returns all phone numbers sequenced between 1001 to 2000 in the record of phone numbers. +This example returns all phone numbers sequenced between 1001 to 2000 in the record of phone numbers. + ### Example 9 ```powershell @@ -570,7 +572,7 @@ The activation state of the telephone number. 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. ### AssignmentCategory -Contains the assignment category such as Primary or Private +Contains the assignment category such as Primary or Private. ### Capability The list of capabilities assigned to the phone number.