Fix. Correct a typo in the error message. (#8882)
This comment corrects a simple typo in the error message issued when the credentials are not working and/or do not offer access to AzureRM, etc. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
This commit is contained in:
parent
16e3a11da3
commit
1eed5ddbe0
|
@ -159,7 +159,7 @@ func registerProviderWithSubscription(providerName string, client *riviera.Clien
|
|||
}
|
||||
|
||||
if !response.IsSuccessful() {
|
||||
return fmt.Errorf("Credentials for acessing the Azure Resource Manager API are likely " +
|
||||
return fmt.Errorf("Credentials for accessing the Azure Resource Manager API are likely " +
|
||||
"to be incorrect, or\n the service principal does not have permission to use " +
|
||||
"the Azure Service Management\n API.")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue