Skip to content

Commit 01caa73

Browse files
Update application insights agent version to 3.4.19 (#750)
* Update application insights agent version to 3.4.19 * Update app insights version
1 parent 5b07757 commit 01caa73

4 files changed

+4
-4
lines changed

azure-pipelines-e2e-integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trigger: none
88
jobs:
99
- job: "End_to_end_integration_tests"
1010
variables:
11-
ApplicationInsightAgentVersion: 3.4.16
11+
ApplicationInsightAgentVersion: 3.4.19
1212
displayName: 'End to end integration tests'
1313
strategy:
1414
maxParallel: 1

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
dependsOn: Build
7979
variables:
8080
buildNumber: $[ dependencies.Build.outputs['output.buildNumber'] ]
81-
ApplicationInsightAgentVersion: 3.4.16
81+
ApplicationInsightAgentVersion: 3.4.19
8282
strategy:
8383
maxParallel: 1
8484
matrix:

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.4.16'
13+
$ApplicationInsightsAgentVersion = '3.4.19'
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.4.16'
32+
$ApplicationInsightsAgentVersion = '3.4.19'
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)