Skip to content

Commit 416fe9a

Browse files
authored
Merge pull request MicrosoftDocs#12406 from pavellatif/main
Removing Service Number reference
2 parents fcf1672 + 2531a31 commit 416fe9a

File tree

2 files changed

+3
-54
lines changed

2 files changed

+3
-54
lines changed

teams/teams-ps/teams/New-CsCallingLineIdentity.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@ Use the New-CsCallingLineIdentity cmdlet to create a new Caller ID policy for yo
1919

2020
```
2121
New-CsCallingLineIdentity [-Identity] <string> [-BlockIncomingPstnCallerID <bool>] [-CallingIDSubstitute <string>] [-CompanyName <string>]
22-
[-Description <string>] [-EnableUserOverride <bool>] [-ResourceAccount <string>] [-ServiceNumber <string>]
22+
[-Description <string>] [-EnableUserOverride <bool>] [-ResourceAccount <string>]
2323
[-WhatIf] [-Confirm] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
27-
28-
**Note**: The use of CallingIDSubstitute Service has been deprecated. You are no longer able to create new Caller ID policies using CallingIDSubstitute Service and existing policies using CallingIDSubstitute Service are not being honored. You should use CallingIDSubstitute Resource instead.
29-
3027
You can either change or block the Caller ID (also called a Calling Line ID) for a user. By default, the Teams or Skype for Business Online user's phone number can be seen when that user makes a call to a PSTN phone, or when a call comes in. You can create a Caller ID policy to provide an alternate displayed number, or to block any number from being displayed.
3128

3229
Note:
@@ -101,8 +98,6 @@ Accept wildcard characters: False
10198
```
10299
103100
### -CallingIDSubstitute
104-
**Note**: The use of CallingIDSubstitute Service will be deprecated and you can't create new Caller ID policies with it. You should use CallingIDSubstitute Resource instead.
105-
106101
The CallingIDSubstitute parameter lets you specify an alternate Caller ID. The default value is LineUri. Supported values are Anonymous, LineUri, and Resource.
107102
108103
```yaml
@@ -186,26 +181,6 @@ Accept pipeline input: False
186181
Accept wildcard characters: False
187182
```
188183
189-
### -ServiceNumber
190-
**Note**: The use of CallingIDSubstitute Service and -ServiceNumber will be deprecated and you can't create new Caller ID policies with it. You should use CallingIDSubstitute Resource and -ResourceAccount instead.
191-
192-
The ServiceNumber parameter lets you add any valid service number for the CallingIdSubstitute.
193-
194-
Note: Do not add '+' to the Service number. For example, if the Service number is +1425-xxx-xxxx then valid input is 1425xxxxxxx
195-
196-
```yaml
197-
Type: String
198-
Parameter Sets: (All)
199-
Aliases:
200-
applicable: Microsoft Teams
201-
202-
Required: False
203-
Position: Named
204-
Default value: None
205-
Accept pipeline input: False
206-
Accept wildcard characters: False
207-
```
208-
209184
### -WhatIf
210185
The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes.
211186

teams/teams-ps/teams/Set-CsCallingLineIdentity.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,16 @@ Use the `Set-CsCallingLineIdentity` cmdlet to modify a Caller ID policy in your
2020
### Identity (Default)
2121
```
2222
Set-CsCallingLineIdentity [[-Identity] <string>] [-BlockIncomingPstnCallerID <boolean>] [-CallingIDSubstitute <string>] [-CompanyName <string>]
23-
[-Description <string>] [-EnableUserOverride <boolean>] [-ResourceAccount <string>] [-ServiceNumber <string>] [-WhatIf] [-Confirm] [<CommonParameters>]
23+
[-Description <string>] [-EnableUserOverride <boolean>] [-ResourceAccount <string>] [-WhatIf] [-Confirm] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
27-
28-
**Note**: The use of CallingIDSubstitute Service has been deprecated. Existing policies using CallingIDSubstitute Service are not being honored. You should use CallingIDSubstitute Resource instead.
29-
3027
You can either change or block the Caller ID (also called a Calling Line ID) for a user.
3128
By default, the Microsoft Teams or Skype for Business Online user's phone number can be seen when that user makes a call to a PSTN phone, or when a call comes in.
3229
You can modify a Caller ID policy to provide an alternate displayed number, or to block any number from being displayed.
3330

3431
Note:
3532
- Identity must be unique.
36-
- ServiceNumber must be a valid Service Number in the tenant telephone number inventory.
37-
- If CallerIdSubstitute is given as "Service", then ServiceNumber cannot be empty.
3833
- If CallerIdSubstitute is given as "Resource", then ResourceAccount cannot be empty.
3934

4035
## EXAMPLES
@@ -89,10 +84,8 @@ Accept wildcard characters: False
8984
```
9085
9186
### -CallingIDSubstitute
92-
**Note**: The use of CallingIDSubstitute Service will be deprecated. You should start using CallingIDSubstitute Resource as soon as possible.
93-
9487
The CallingIDSubstitute parameter lets you specify an alternate Caller ID.
95-
The possible values are Anonymous, Service, LineUri and Resource.
88+
The possible values are Anonymous, LineUri and Resource.
9689
9790
```yaml
9891
Type: CallingIDSubstituteType
@@ -191,25 +184,6 @@ Accept pipeline input: False
191184
Accept wildcard characters: False
192185
```
193186
194-
### -ServiceNumber
195-
The ServiceNumber parameter lets you add any valid service number for the CallingIdSubstitute.
196-
197-
Note: Do not add '+' to the Service number.
198-
For example, if the Service number is +1425-xxx-xxxx then valid input is 1425xxxxxxx.
199-
200-
```yaml
201-
Type: String
202-
Parameter Sets: (All)
203-
Aliases:
204-
applicable: Microsoft Teams
205-
206-
Required: False
207-
Position: Named
208-
Default value: None
209-
Accept pipeline input: False
210-
Accept wildcard characters: False
211-
```
212-
213187
### -WhatIf
214188
The WhatIf switch causes the command to simulate its results.
215189
By using this switch, you can view what changes would occur without having to commit those changes.

0 commit comments

Comments
 (0)