Skip to content

Commit 1bf2aad

Browse files
Update New-CsHybridTelephoneNumber.md
adding missing parameter
1 parent 0ab6b08 commit 1bf2aad

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

teams/teams-ps/teams/New-CsHybridTelephoneNumber.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This cmdlet adds a hybrid telephone number to the tenant.
1919

2020
### Identity (Default)
2121
```powershell
22-
New-CsHybridTelephoneNumber -TelephoneNumber <string> [-Force] [<CommonParameters>]
22+
New-CsHybridTelephoneNumber -TelephoneNumber <string> [-Force] -InputObject <IConfigApiBasedCmdletsIdentity> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -65,6 +65,21 @@ Accept pipeline input: False
6565
Accept wildcard characters: False
6666
```
6767
68+
### -InputObject
69+
The identity parameter.
70+
71+
```yaml
72+
Type: IConfigApiBasedCmdletsIdentity
73+
Parameter Sets: NewViaIdentity
74+
Aliases:
75+
76+
Required: True
77+
Position: Named
78+
Default value: None
79+
Accept pipeline input: True (ByValue)
80+
Accept wildcard characters: False
81+
```
82+
6883
### CommonParameters
6984
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
7085

0 commit comments

Comments
 (0)