diff --git a/Tasks/AzureCLI/Strings/resources.resjson/en-US/resources.resjson b/Tasks/AzureCLI/Strings/resources.resjson/en-US/resources.resjson index f983a327837e..2814e5220fcd 100644 --- a/Tasks/AzureCLI/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/AzureCLI/Strings/resources.resjson/en-US/resources.resjson @@ -1,6 +1,6 @@ { - "loc.friendlyName": "Azure CLI preview", - "loc.helpMarkDown": "http://go.microsoft.com/fwlink/?LinkID=827160", + "loc.friendlyName": "Azure CLI Preview", + "loc.helpMarkDown": "[More Information](http://go.microsoft.com/fwlink/?LinkID=827160)", "loc.description": "Run a Shell or Batch script with Azure CLI commands against an azure subscription", "loc.instanceNameFormat": "Azure CLI $(scriptPath)", "loc.group.displayName.advanced": "Advanced", @@ -24,5 +24,5 @@ "loc.input.help.failOnStandardError": "If this is true, this task will fail when any errors are written to the StandardError stream", "loc.messages.ScriptReturnCode": "Script exited with return code: %d", "loc.messages.ScriptFailed": "Script failed with error: %s", - "loc.messages.UnsupportedEndpointScheme": "Unsupported Endpoint Authorization Scheme: (certificate and usernamePassword for Azure Classic and ServicePrincipal for AzureRM " -} \ No newline at end of file + "loc.messages.UnsupportedEndpointScheme": "Unsupported Endpoint Authorization Scheme: Certificate and Username Password for Azure Classic and Service Principal for AzureRM" +} diff --git a/Tasks/AzureCLI/package.json b/Tasks/AzureCLI/package.json index facbcc0c112f..535d3fcab104 100644 --- a/Tasks/AzureCLI/package.json +++ b/Tasks/AzureCLI/package.json @@ -1,6 +1,6 @@ { "name": "vsts-tasks-azurecli", - "version": "0.1.1", + "version": "0.2.1", "description": "VSTS Azure CLI Task", "main": "azureclitask.js", "scripts": { @@ -17,6 +17,6 @@ }, "homepage": "https://github.com/Microsoft/vsts-tasks#readme", "dependencies": { - "vsts-task-lib": "^0.9.5" + "vsts-task-lib": "^0.9.20" } -} \ No newline at end of file +} diff --git a/Tasks/AzureCLI/task.json b/Tasks/AzureCLI/task.json index ebbbb9f6b943..ad9012696184 100644 --- a/Tasks/AzureCLI/task.json +++ b/Tasks/AzureCLI/task.json @@ -1,21 +1,20 @@ { "id": "46E4BE58-730B-4389-8A2F-EA10B3E5E815", "name": "AzureCLI", - "friendlyName": "Azure CLI preview", + "friendlyName": "Azure CLI Preview", "description": "Run a Shell or Batch script with Azure CLI commands against an azure subscription", "author": "Microsoft Corporation", - "helpMarkDown": "http://go.microsoft.com/fwlink/?LinkID=827160", + "helpMarkDown": "[More Information](http://go.microsoft.com/fwlink/?LinkID=827160)", "category": "Deploy", - "visibility":["Preview","Build","Release"], + "visibility":["Build","Release"], "runsOn": [ - "Agent", - "MachineGroup" + "Agent" ], "demands": [], "version": { "Major": "0", "Minor": "2", - "Patch": "0" + "Patch": "1" }, "minimumAgentVersion": "1.95.0", "instanceNameFormat": "Azure CLI $(scriptPath)", @@ -130,4 +129,4 @@ "ScriptFailed": "Script failed with error: %s", "UnsupportedEndpointScheme": "Unsupported Endpoint Authorization Scheme: (certificate and usernamePassword for Azure Classic and ServicePrincipal for AzureRM " } -} \ No newline at end of file +} diff --git a/Tasks/AzureCLI/task.loc.json b/Tasks/AzureCLI/task.loc.json index 895493af0ddf..df896595c3a9 100644 --- a/Tasks/AzureCLI/task.loc.json +++ b/Tasks/AzureCLI/task.loc.json @@ -7,19 +7,17 @@ "helpMarkDown": "ms-resource:loc.helpMarkDown", "category": "Deploy", "visibility": [ - "Preview", "Build", "Release" ], "runsOn": [ - "Agent", - "MachineGroup" + "Agent" ], "demands": [], "version": { "Major": "0", "Minor": "2", - "Patch": "0" + "Patch": "1" }, "minimumAgentVersion": "1.95.0", "instanceNameFormat": "ms-resource:loc.instanceNameFormat", @@ -134,4 +132,4 @@ "ScriptFailed": "ms-resource:loc.messages.ScriptFailed", "UnsupportedEndpointScheme": "ms-resource:loc.messages.UnsupportedEndpointScheme" } -} \ No newline at end of file +}