From 8113687f6c2fa36d0e46583ef67cc5b9254b33a1 Mon Sep 17 00:00:00 2001 From: Shreyas Gopalakrishna <11889130+shreyas-gopalakrishna@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:45:59 -0500 Subject: [PATCH] Update Application Insights agent version to 3.4.15 (#721) * Update package-pipeline.ps1 * Update setup-tests-pipeline.ps1 --- package-pipeline.ps1 | 2 +- setup-tests-pipeline.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-pipeline.ps1 b/package-pipeline.ps1 index 8e8d39aa..598d38e5 100644 --- a/package-pipeline.ps1 +++ b/package-pipeline.ps1 @@ -10,7 +10,7 @@ function StopOnFailedExecution { } } -$ApplicationInsightsAgentVersion = '3.4.13' +$ApplicationInsightsAgentVersion = '3.4.15' $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 b4433706..113c5db8 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.4.13' +$ApplicationInsightsAgentVersion = '3.4.15' $ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar" $ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"