diff --git a/Tasks/AzureCLI/task.json b/Tasks/AzureCLI/task.json index 05c6928fee86..842827e2abfd 100644 --- a/Tasks/AzureCLI/task.json +++ b/Tasks/AzureCLI/task.json @@ -127,6 +127,6 @@ "messages": { "ScriptReturnCode": "Script exited with return code: %d", "ScriptFailed": "Script failed with error: %s", - "UnsupportedEndpointScheme": "Unsupported Endpoint Authorization Scheme: (certificate and usernamePassword for Azure Classic and ServicePrincipal for AzureRM " + "UnsupportedEndpointScheme": "Unsupported Endpoint Authorization Scheme: Certificate and Username Password for Azure Classic and Service Principal for AzureRM" } }