Skip to content

Commit

Permalink
Update application insights agent version to 3.5.4 (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamperiadis authored Aug 23, 2024
1 parent 687d373 commit 45e874e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/ci/templates/official/jobs/run-e2e-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
${{ if contains(variables['Build.SourceBranch'], '/tags/' ) }}:
isTagTemp: true
isTag: $[variables.isTagTemp]
ApplicationInsightAgentVersion: 3.5.2
ApplicationInsightAgentVersion: 3.5.4

strategy:
maxParallel: 1
Expand Down
2 changes: 1 addition & 1 deletion eng/ci/templates/official/jobs/run-e2e-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
${{ if contains(variables['Build.SourceBranch'], '/tags/' ) }}:
isTagTemp: true
isTag: $[variables.isTagTemp]
ApplicationInsightAgentVersion: 3.5.2
ApplicationInsightAgentVersion: 3.5.4

strategy:
maxParallel: 1
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.5.2'
$ApplicationInsightsAgentVersion = '3.5.4'
$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.5.2'
$ApplicationInsightsAgentVersion = '3.5.4'
$ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar"
$ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"

Expand Down

0 comments on commit 45e874e

Please sign in to comment.