Skip to content

Commit

Permalink
Correct security format (Azure#28764)
Browse files Browse the repository at this point in the history
Co-authored-by: Pan Shao <[email protected]>
  • Loading branch information
pshao25 and Pan Shao authored May 13, 2022
1 parent f5237a8 commit 8acb5fb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ security-scopes: https://yourendpoint.azure.com/.default
- Support both credentials(e.g. `-securityHeaderName` and `--securityScope` are specified):

```yaml
security: AADToken;AzureKey
security:
- AADToken
- AzureKey
security-header-name: Your-Subscription-Key
security-scopes: https://yourendpoint.azure.com/.default
```
Expand Down

0 comments on commit 8acb5fb

Please sign in to comment.