Skip to content

Commit 7a28790

Browse files
authored
Correct example
1 parent e5ef755 commit 7a28790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/Remove-CsOnlineApplicationInstanceAssociation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This is useful when you want to associate this application instance with another
3030

3131
### -------------------------- Example 1 --------------------------
3232
```powershell
33-
Remove-CsOnlineApplicationInstanceAssociation -Identity "f7a821dc-2d69-5ae8-8525-bcb4a4556093"
33+
Remove-CsOnlineApplicationInstanceAssociation -Identities "f7a821dc-2d69-5ae8-8525-bcb4a4556093"
3434
```
3535

3636
This example removes the configuration association for the application instance that has the identity of "f7a821dc-2d69-5ae8-8525-bcb4a4556093".

0 commit comments

Comments
 (0)