From 45e874e2f2c4fc9c53ec30bd52b2d71696386c63 Mon Sep 17 00:00:00 2001 From: Kirstyn Amperiadis <102087132+kamperiadis@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:37:28 -0500 Subject: [PATCH] Update application insights agent version to 3.5.4 (#783) --- eng/ci/templates/official/jobs/run-e2e-tests-linux.yml | 2 +- eng/ci/templates/official/jobs/run-e2e-tests-windows.yml | 2 +- package-pipeline.ps1 | 2 +- setup-tests-pipeline.ps1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/ci/templates/official/jobs/run-e2e-tests-linux.yml b/eng/ci/templates/official/jobs/run-e2e-tests-linux.yml index 0d078d6d..368007c9 100644 --- a/eng/ci/templates/official/jobs/run-e2e-tests-linux.yml +++ b/eng/ci/templates/official/jobs/run-e2e-tests-linux.yml @@ -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 diff --git a/eng/ci/templates/official/jobs/run-e2e-tests-windows.yml b/eng/ci/templates/official/jobs/run-e2e-tests-windows.yml index cb9e9d30..df27ff58 100644 --- a/eng/ci/templates/official/jobs/run-e2e-tests-windows.yml +++ b/eng/ci/templates/official/jobs/run-e2e-tests-windows.yml @@ -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 diff --git a/package-pipeline.ps1 b/package-pipeline.ps1 index 520da399..0dac26ae 100644 --- a/package-pipeline.ps1 +++ b/package-pipeline.ps1 @@ -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}" diff --git a/setup-tests-pipeline.ps1 b/setup-tests-pipeline.ps1 index 04f22628..d545a82b 100644 --- a/setup-tests-pipeline.ps1 +++ b/setup-tests-pipeline.ps1 @@ -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}"