Skip to content

Commit 5e38753

Browse files
Bump minimum agent version SSH tasks (#19643)
* Bump minimumAgentVersion sshv0 * Bump minimumAgentVersion CopyFilesOverSSHV0 * Bump task version SshV0 * Bump task version CopyFilesOverSSHV0 * Bump minimumAgentVersion in task.loc.json --------- Co-authored-by: Kirill Ivlev <[email protected]>
1 parent 263b22a commit 5e38753

File tree

14 files changed

+50
-50
lines changed

14 files changed

+50
-50
lines changed

Tasks/CopyFilesOverSSHV0/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
20+
"Minor": 237,
2121
"Patch": 0
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.182.1",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "Securely copy files to the remote machine",
2626
"groups": [
2727
{

Tasks/CopyFilesOverSSHV0/task.loc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
20+
"Minor": 237,
2121
"Patch": 0
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.182.1",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2626
"groups": [
2727
{

Tasks/SshV0/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
21-
"Patch": 1
20+
"Minor": 237,
21+
"Patch": 0
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.144.0",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "Run shell $(runOptions) on remote machine",
2626
"groups": [
2727
{

Tasks/SshV0/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
21-
"Patch": 1
20+
"Minor": 237,
21+
"Patch": 0
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.144.0",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2626
"groups": [
2727
{
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|0.236.0
2-
Node20-225|0.236.1
1+
Default|0.237.0
2+
Node20-225|0.237.1

_generated/CopyFilesOverSSHV0/task.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
20+
"Minor": 237,
2121
"Patch": 0
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.182.1",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "Securely copy files to the remote machine",
2626
"groups": [
2727
{
@@ -171,7 +171,7 @@
171171
"PathNotExists": "%s doesn't exist on the remote machine"
172172
},
173173
"_buildConfigMapping": {
174-
"Default": "0.236.0",
175-
"Node20-225": "0.236.1"
174+
"Default": "0.237.0",
175+
"Node20-225": "0.237.1"
176176
}
177177
}

_generated/CopyFilesOverSSHV0/task.loc.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
20+
"Minor": 237,
2121
"Patch": 0
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.182.1",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2626
"groups": [
2727
{
@@ -171,7 +171,7 @@
171171
"PathNotExists": "ms-resource:loc.messages.PathNotExists"
172172
},
173173
"_buildConfigMapping": {
174-
"Default": "0.236.0",
175-
"Node20-225": "0.236.1"
174+
"Default": "0.237.0",
175+
"Node20-225": "0.237.1"
176176
}
177177
}

_generated/CopyFilesOverSSHV0_Node20/task.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
20+
"Minor": 237,
2121
"Patch": 1
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.182.1",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "Securely copy files to the remote machine",
2626
"groups": [
2727
{
@@ -175,7 +175,7 @@
175175
"PathNotExists": "%s doesn't exist on the remote machine"
176176
},
177177
"_buildConfigMapping": {
178-
"Default": "0.236.0",
179-
"Node20-225": "0.236.1"
178+
"Default": "0.237.0",
179+
"Node20-225": "0.237.1"
180180
}
181181
}

_generated/CopyFilesOverSSHV0_Node20/task.loc.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
20+
"Minor": 237,
2121
"Patch": 1
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.182.1",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2626
"groups": [
2727
{
@@ -175,7 +175,7 @@
175175
"PathNotExists": "ms-resource:loc.messages.PathNotExists"
176176
},
177177
"_buildConfigMapping": {
178-
"Default": "0.236.0",
179-
"Node20-225": "0.236.1"
178+
"Default": "0.237.0",
179+
"Node20-225": "0.237.1"
180180
}
181181
}

_generated/SshV0.versionmap.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|0.236.1
2-
Node20-225|0.236.2
1+
Default|0.237.0
2+
Node20-225|0.237.1

_generated/SshV0/task.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
21-
"Patch": 1
20+
"Minor": 237,
21+
"Patch": 0
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.144.0",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "Run shell $(runOptions) on remote machine",
2626
"groups": [
2727
{
@@ -165,7 +165,7 @@
165165
"ScriptArgsSanitized": "Detected characters in arguments that may not be executed correctly by the shell. Please escape special characters using backslash (\\). More information is available here: https://aka.ms/ado/75787"
166166
},
167167
"_buildConfigMapping": {
168-
"Default": "0.236.1",
169-
"Node20-225": "0.236.2"
168+
"Default": "0.237.0",
169+
"Node20-225": "0.237.1"
170170
}
171171
}

_generated/SshV0/task.loc.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
21-
"Patch": 1
20+
"Minor": 237,
21+
"Patch": 0
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.144.0",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2626
"groups": [
2727
{
@@ -165,7 +165,7 @@
165165
"ScriptArgsSanitized": "ms-resource:loc.messages.ScriptArgsSanitized"
166166
},
167167
"_buildConfigMapping": {
168-
"Default": "0.236.1",
169-
"Node20-225": "0.236.2"
168+
"Default": "0.237.0",
169+
"Node20-225": "0.237.1"
170170
}
171171
}

_generated/SshV0_Node20/task.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
21-
"Patch": 2
20+
"Minor": 237,
21+
"Patch": 1
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.144.0",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "Run shell $(runOptions) on remote machine",
2626
"groups": [
2727
{
@@ -169,7 +169,7 @@
169169
"ScriptArgsSanitized": "Detected characters in arguments that may not be executed correctly by the shell. Please escape special characters using backslash (\\). More information is available here: https://aka.ms/ado/75787"
170170
},
171171
"_buildConfigMapping": {
172-
"Default": "0.236.1",
173-
"Node20-225": "0.236.2"
172+
"Default": "0.237.0",
173+
"Node20-225": "0.237.1"
174174
}
175175
}

_generated/SshV0_Node20/task.loc.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 0,
20-
"Minor": 236,
21-
"Patch": 2
20+
"Minor": 237,
21+
"Patch": 1
2222
},
2323
"demands": [],
24-
"minimumAgentVersion": "2.144.0",
24+
"minimumAgentVersion": "2.206.1",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2626
"groups": [
2727
{
@@ -169,7 +169,7 @@
169169
"ScriptArgsSanitized": "ms-resource:loc.messages.ScriptArgsSanitized"
170170
},
171171
"_buildConfigMapping": {
172-
"Default": "0.236.1",
173-
"Node20-225": "0.236.2"
172+
"Default": "0.237.0",
173+
"Node20-225": "0.237.1"
174174
}
175175
}

0 commit comments

Comments
 (0)