Skip to content

Commit

Permalink
Update application insights agent version to 3.4.19 (#750)
Browse files Browse the repository at this point in the history
* Update application insights agent version to 3.4.19

* Update app insights version
  • Loading branch information
shreyas-gopalakrishna committed Jan 30, 2024
1 parent 5b07757 commit 01caa73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-e2e-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trigger: none
jobs:
- job: "End_to_end_integration_tests"
variables:
ApplicationInsightAgentVersion: 3.4.16
ApplicationInsightAgentVersion: 3.4.19
displayName: 'End to end integration tests'
strategy:
maxParallel: 1
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
dependsOn: Build
variables:
buildNumber: $[ dependencies.Build.outputs['output.buildNumber'] ]
ApplicationInsightAgentVersion: 3.4.16
ApplicationInsightAgentVersion: 3.4.19
strategy:
maxParallel: 1
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package-pipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function StopOnFailedExecution {
}
}

$ApplicationInsightsAgentVersion = '3.4.16'
$ApplicationInsightsAgentVersion = '3.4.19'
$ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar"
$ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"

Expand Down
2 changes: 1 addition & 1 deletion setup-tests-pipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else

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

$ApplicationInsightsAgentVersion = '3.4.16'
$ApplicationInsightsAgentVersion = '3.4.19'
$ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar"
$ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"

Expand Down

0 comments on commit 01caa73

Please sign in to comment.