Skip to content

Commit 0198b88

Browse files
authored
Correcting the format for OnpremPhoneNumber
1 parent 4abe699 commit 0198b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/Set-CsOnlineApplicationInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This cmdlet is used to update an application instance in Azure Active Directory.
3030

3131
### -------------------------- Example 1 --------------------------
3232
```powershell
33-
Set-CsOnlineApplicationInstance -Identity [email protected] -OnpremPhoneNumber tel:+14250000000 -ApplicationId ce933385-9390-45d1-9512-c8d228074e07 -DisplayName "AppInstance01"
33+
Set-CsOnlineApplicationInstance -Identity [email protected] -OnpremPhoneNumber +14250000000 -ApplicationId ce933385-9390-45d1-9512-c8d228074e07 -DisplayName "AppInstance01"
3434
```
3535

3636
This example shows updating OnpremPhoneNumber, ApplicationId, DisplayName information for an existing Auto Attendant application instance with Identity "[email protected]".

0 commit comments

Comments
 (0)