Skip to content

Commit 6f87f27

Browse files
author
hiyadav
committed
removing "(" from resource.resjson
# Conflicts: # Tasks/AzureCLI/Strings/resources.resjson/en-US/resources.resjson
1 parent 68b606b commit 6f87f27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tasks/AzureCLI/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"loc.friendlyName": "Azure CLI preview",
3-
"loc.helpMarkDown": "http://go.microsoft.com/fwlink/?LinkID=827160",
3+
"loc.helpMarkDown": "[More Information](http://go.microsoft.com/fwlink/?LinkID=827160)",
44
"loc.description": "Run a Shell or Batch script with Azure CLI commands against an azure subscription",
55
"loc.instanceNameFormat": "Azure CLI $(scriptPath)",
66
"loc.group.displayName.advanced": "Advanced",
@@ -24,5 +24,5 @@
2424
"loc.input.help.failOnStandardError": "If this is true, this task will fail when any errors are written to the StandardError stream",
2525
"loc.messages.ScriptReturnCode": "Script exited with return code: %d",
2626
"loc.messages.ScriptFailed": "Script failed with error: %s",
27-
"loc.messages.UnsupportedEndpointScheme": "Unsupported Endpoint Authorization Scheme: (certificate and usernamePassword for Azure Classic and ServicePrincipal for AzureRM "
28-
}
27+
"loc.messages.UnsupportedEndpointScheme": "Unsupported Endpoint Authorization Scheme: Certificate and Username Password for Azure Classic and Service Principal for AzureRM"
28+
}

0 commit comments

Comments
 (0)