Skip to content

Commit c2f1a0b

Browse files
authored
Update meeting-interop-swift.md
Update az cli to new user-identity command
1 parent b355e58 commit c2f1a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/chat/includes/meeting-interop-swift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you'd like to skip ahead to the end, you can download this quickstart as a sa
2121
- A [User Access Token](../../identity/access-tokens.md) for your Azure Communication Service. You can also use the Azure CLI and run the command with your connection string to create a user and an access token.
2222

2323
```azurecli-interactive
24-
az communication identity token issue --scope voip --connection-string "yourConnectionString"
24+
az communication user-identity token issue --scope voip chat --connection-string "yourConnectionString"
2525
```
2626
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../identity/access-tokens.md?pivots=platform-azcli).
2727

0 commit comments

Comments
 (0)