Skip to content

Commit 45e874e

Browse files
authored
Update application insights agent version to 3.5.4 (#783)
1 parent 687d373 commit 45e874e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

eng/ci/templates/official/jobs/run-e2e-tests-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
${{ if contains(variables['Build.SourceBranch'], '/tags/' ) }}:
1212
isTagTemp: true
1313
isTag: $[variables.isTagTemp]
14-
ApplicationInsightAgentVersion: 3.5.2
14+
ApplicationInsightAgentVersion: 3.5.4
1515

1616
strategy:
1717
maxParallel: 1

eng/ci/templates/official/jobs/run-e2e-tests-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
${{ if contains(variables['Build.SourceBranch'], '/tags/' ) }}:
1212
isTagTemp: true
1313
isTag: $[variables.isTagTemp]
14-
ApplicationInsightAgentVersion: 3.5.2
14+
ApplicationInsightAgentVersion: 3.5.4
1515

1616
strategy:
1717
maxParallel: 1

package-pipeline.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function StopOnFailedExecution {
1010
}
1111
}
1212

13-
$ApplicationInsightsAgentVersion = '3.5.2'
13+
$ApplicationInsightsAgentVersion = '3.5.4'
1414
$ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar"
1515
$ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"
1616

setup-tests-pipeline.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ else
2929

3030
$FUNC_CLI_DIRECTORY = Join-Path $PSScriptRoot 'Azure.Functions.Cli'
3131

32-
$ApplicationInsightsAgentVersion = '3.5.2'
32+
$ApplicationInsightsAgentVersion = '3.5.4'
3333
$ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar"
3434
$ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"
3535

0 commit comments

Comments
 (0)