Skip to content

Commit 08c4cbf

Browse files
author
himanshu yadav
authored
Merge pull request #2682 from Microsoft/users/hiyada/portCliFix
azurecli version, preview tag removed, helptext correction
2 parents b0fdfbc + 9e11c7d commit 08c4cbf

File tree

4 files changed

+16
-19
lines changed

4 files changed

+16
-19
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"loc.friendlyName": "Azure CLI preview",
3-
"loc.helpMarkDown": "http://go.microsoft.com/fwlink/?LinkID=827160",
2+
"loc.friendlyName": "Azure CLI Preview",
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+
}

Tasks/AzureCLI/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vsts-tasks-azurecli",
3-
"version": "0.1.1",
3+
"version": "0.2.1",
44
"description": "VSTS Azure CLI Task",
55
"main": "azureclitask.js",
66
"scripts": {
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/Microsoft/vsts-tasks#readme",
1919
"dependencies": {
20-
"vsts-task-lib": "^0.9.5"
20+
"vsts-task-lib": "^0.9.20"
2121
}
22-
}
22+
}

Tasks/AzureCLI/task.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
22
"id": "46E4BE58-730B-4389-8A2F-EA10B3E5E815",
33
"name": "AzureCLI",
4-
"friendlyName": "Azure CLI preview",
4+
"friendlyName": "Azure CLI Preview",
55
"description": "Run a Shell or Batch script with Azure CLI commands against an azure subscription",
66
"author": "Microsoft Corporation",
7-
"helpMarkDown": "http://go.microsoft.com/fwlink/?LinkID=827160",
7+
"helpMarkDown": "[More Information](http://go.microsoft.com/fwlink/?LinkID=827160)",
88
"category": "Deploy",
9-
"visibility":["Preview","Build","Release"],
9+
"visibility":["Build","Release"],
1010
"runsOn": [
11-
"Agent",
12-
"MachineGroup"
11+
"Agent"
1312
],
1413
"demands": [],
1514
"version": {
1615
"Major": "0",
1716
"Minor": "2",
18-
"Patch": "0"
17+
"Patch": "1"
1918
},
2019
"minimumAgentVersion": "1.95.0",
2120
"instanceNameFormat": "Azure CLI $(scriptPath)",
@@ -130,4 +129,4 @@
130129
"ScriptFailed": "Script failed with error: %s",
131130
"UnsupportedEndpointScheme": "Unsupported Endpoint Authorization Scheme: (certificate and usernamePassword for Azure Classic and ServicePrincipal for AzureRM "
132131
}
133-
}
132+
}

Tasks/AzureCLI/task.loc.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,17 @@
77
"helpMarkDown": "ms-resource:loc.helpMarkDown",
88
"category": "Deploy",
99
"visibility": [
10-
"Preview",
1110
"Build",
1211
"Release"
1312
],
1413
"runsOn": [
15-
"Agent",
16-
"MachineGroup"
14+
"Agent"
1715
],
1816
"demands": [],
1917
"version": {
2018
"Major": "0",
2119
"Minor": "2",
22-
"Patch": "0"
20+
"Patch": "1"
2321
},
2422
"minimumAgentVersion": "1.95.0",
2523
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
@@ -134,4 +132,4 @@
134132
"ScriptFailed": "ms-resource:loc.messages.ScriptFailed",
135133
"UnsupportedEndpointScheme": "ms-resource:loc.messages.UnsupportedEndpointScheme"
136134
}
137-
}
135+
}

0 commit comments

Comments
 (0)