mirror of
https://github.com/azure/login.git
synced 2026-06-06 07:47:08 +00:00
Fixed spelling error (#237)
This commit is contained in:
parent
4443ffd660
commit
c09ca4f217
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ Follow the steps to configure Azure Service Principal with a secret:
|
|||
with:
|
||||
creds: '{"clientId":"${{ secrets.CLIENT_ID }}","clientSecret":"${{ secrets.CLIENT_SECRET }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID }}","tenantId":"${{ secrets.TENANT_ID }}"}'
|
||||
```
|
||||
In a similar way, any additional parameter can be addded to creds such as resourceManagerEndpointUrl for Azure Stack, for example.
|
||||
In a similar way, any additional parameter can be added to creds such as resourceManagerEndpointUrl for Azure Stack, for example.
|
||||
|
||||
### Manually creating the Credentials object
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue