Skip to content

Commit e9732f6

Browse files
authored
removing options for azureps versions until the hosted agent gets updated (#4827)
1 parent a4dce1c commit e9732f6

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"loc.input.label.ScriptArguments": "Script Arguments",
1818
"loc.input.help.ScriptArguments": "Additional parameters to pass to PowerShell. Can be either ordinal or named parameters.",
1919
"loc.input.label.TargetAzurePs": "Azure PowerShell Version",
20-
"loc.input.help.TargetAzurePs": "In case of hosted agents, the supported Azure PowerShell Versions are: 2.1.0, 3.6.0, 4.1.0.\nTo pick the latest version available on the agent, select \"Latest installed version\".\n\nFor private agents you can specify preferred version of Azure PowerShell using \"Specify version\"",
20+
"loc.input.help.TargetAzurePs": "In case of hosted agents, the supported Azure PowerShell Versions are: 2.1.0(Hosted VS2017 Queue), 3.6.0(Hosted Queue).\nTo pick the latest version available on the agent, select \"Latest installed version\".\n\nFor private agents you can specify preferred version of Azure PowerShell using \"Specify version\"",
2121
"loc.input.label.CustomTargetAzurePs": "Preferred Azure PowerShell Version",
2222
"loc.input.help.CustomTargetAzurePs": "Preferred Azure PowerShell Version needs to be a proper semantic version eg. 1.2.3. Regex like 2.\\*,2.3.\\* is not supported",
2323
"loc.messages.InvalidScriptArguments0": "Invalid script arguments '{0}'. Line breaks are not allowed.",

Tasks/AzurePowerShell/task.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 0,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"demands": [
2323
"azureps"
@@ -108,13 +108,9 @@
108108
"required": false,
109109
"options":{
110110
"LatestVersion": "Latest installed version",
111-
"2.1.0": "2.1.0",
112-
"3.5.0": "3.5.0",
113-
"3.6.0": "3.6.0",
114-
"4.1.0": "4.1.0",
115111
"OtherVersion": "Specify other version"
116112
},
117-
"helpMarkDown": "In case of hosted agents, the supported Azure PowerShell Versions are: 2.1.0, 3.6.0, 4.1.0.\nTo pick the latest version available on the agent, select \"Latest installed version\".\n\nFor private agents you can specify preferred version of Azure PowerShell using \"Specify version\""
113+
"helpMarkDown": "In case of hosted agents, the supported Azure PowerShell Versions are: 2.1.0(Hosted VS2017 Queue), 3.6.0(Hosted Queue).\nTo pick the latest version available on the agent, select \"Latest installed version\".\n\nFor private agents you can specify preferred version of Azure PowerShell using \"Specify version\""
118114

119115
},
120116
{

Tasks/AzurePowerShell/task.loc.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 0,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"demands": [
2323
"azureps"
@@ -108,10 +108,6 @@
108108
"required": false,
109109
"options": {
110110
"LatestVersion": "Latest installed version",
111-
"2.1.0": "2.1.0",
112-
"3.5.0": "3.5.0",
113-
"3.6.0": "3.6.0",
114-
"4.1.0": "4.1.0",
115111
"OtherVersion": "Specify other version"
116112
},
117113
"helpMarkDown": "ms-resource:loc.input.help.TargetAzurePs"

0 commit comments

Comments
 (0)