From caac42c05e635ca3a377b83931b4c5545d01d3a4 Mon Sep 17 00:00:00 2001 From: himanshu yadav Date: Thu, 29 Sep 2016 12:54:41 +0530 Subject: [PATCH] fixing error message --- Tasks/AzureCLI/task.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }