Skip to content

Commit eb09922

Browse files
committed
remove backslashes at code end of lines
1 parent 17014fc commit eb09922

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/email/includes/send-email-az-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ After you add the environment variable, run `source ~/.bash_profile` from your c
7575
## Send an email message
7676

7777
```azurecli-interactive
78-
az communication email send \\
79-
--sender "<[email protected]>" \\
80-
--to "<[email protected]>" \\
78+
az communication email send
79+
--sender "<[email protected]>"
80+
8181
--subject "Welcome to Azure Communication Services Email" --text "This email message is sent from Azure Communication Services Email using Azure CLI."
8282
```
8383

0 commit comments

Comments
 (0)