Skip to content

Commit f25fdac

Browse files
authored
Remove logging azcopy args in clt tasks in m118 (#4686)
1 parent b320474 commit f25fdac

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
lines changed

Tasks/RunJMeterLoadTest/CltTasksUtility.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function UploadTestDrop($testdrop, $src)
5757

5858
$azlog = ("{0}\..\azlog" -f $src)
5959
$args = ("/Source:`"{0}`" /Dest:{1} /DestSAS:{2} /S /Z:`"{3}`"" -f $src, $dest, $sas, $azlog)
60-
Write-Verbose "AzCopy Args = $args" -Verbose
6160

6261
Invoke-Tool -Path $azcopy -Arguments $args
6362
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"loc.friendlyName": "Cloud-based Apache JMeter Load Test",
3-
"loc.helpMarkDown": "This task can be used to trigger an Apache JMeter load test in cloud using Visual Studio Team Services. [Learn more](https://go.microsoft.com/fwlink/?LinkId=784929).",
3+
"loc.helpMarkDown": "This task can be used to trigger an Apache JMeter load test in cloud using Visual Studio Team Services. [Learn more](https://go.microsoft.com/fwlink/?LinkId=784929)",
44
"loc.description": "Runs the Apache JMeter load test in cloud",
55
"loc.instanceNameFormat": "Apache JMeter Test $(LoadTest)",
66
"loc.input.label.connectedServiceName": "VS Team Services Connection",

Tasks/RunJMeterLoadTest/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 0,
16-
"Patch": 13
16+
"Patch": 14
1717
},
1818
"demands": [
1919
"azureps"

Tasks/RunJMeterLoadTest/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 0,
16-
"Patch": 12
16+
"Patch": 14
1717
},
1818
"demands": [
1919
"azureps"

Tasks/RunLoadTest/CltTasksUtility.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function UploadTestDrop($testdrop, $src)
5757

5858
$azlog = ("{0}\..\azlog" -f $src)
5959
$args = ("/Source:`"{0}`" /Dest:{1} /DestSAS:{2} /S /Z:`"{3}`"" -f $src, $dest, $sas, $azlog)
60-
Write-Verbose "AzCopy Args = $args" -Verbose
6160

6261
Invoke-Tool -Path $azcopy -Arguments $args
6362
}

Tasks/RunLoadTest/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 0,
16-
"Patch": 19
16+
"Patch": 20
1717
},
1818
"demands": [
1919
"msbuild",

Tasks/RunLoadTest/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 0,
16-
"Patch": 19
16+
"Patch": 20
1717
},
1818
"demands": [
1919
"msbuild",

0 commit comments

Comments
 (0)