From d299f90519dedf92503f799af9fc5b80305ecadd Mon Sep 17 00:00:00 2001 From: Kirstyn Amperiadis <102087132+kamperiadis@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:18:19 -0500 Subject: [PATCH] Update Application Insights agent version to 3.4.13 (#715) * Update Application Insights agent version to 3.4.13 * Update Application Insights agent version to 3.4.13 --- 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 c8ded4ae..8e8d39aa 100644 --- a/package-pipeline.ps1 +++ b/package-pipeline.ps1 @@ -10,7 +10,7 @@ function StopOnFailedExecution { } } -$ApplicationInsightsAgentVersion = '3.4.11' +$ApplicationInsightsAgentVersion = '3.4.13' $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 abba1b10..b4433706 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.11' +$ApplicationInsightsAgentVersion = '3.4.13' $ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar" $ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"