Merge pull request #1163 from adipascu/patch-1

Fix confusing arrow direction
This commit is contained in:
Kubernetes Prow Robot 2019-12-05 02:50:32 -08:00 committed by GitHub
commit 7ab7b2f3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,10 +94,10 @@ Create the service principal
``` bash
> az ad sp create-for-rbac -n ExternalDnsServicePrincipal
{
"appId": "appId GUID", <-- aadClientId value
"appId": "appId GUID", --> aadClientId value
...
"password": "password", <-- aadClientSecret value
"tenant": "AzureAD Tenant Id" <-- tenantId value
"password": "password", --> aadClientSecret value
"tenant": "AzureAD Tenant Id" --> tenantId value
}
```