From c176507cee836154326538971d5faae58410f07b Mon Sep 17 00:00:00 2001 From: kaibocai <89094811+kaibocai@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:02:17 -0500 Subject: [PATCH] update agent version to 3.4.16 --- 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 598d38e5..9dc6362b 100644 --- a/package-pipeline.ps1 +++ b/package-pipeline.ps1 @@ -10,7 +10,7 @@ function StopOnFailedExecution { } } -$ApplicationInsightsAgentVersion = '3.4.15' +$ApplicationInsightsAgentVersion = '3.4.16' $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 113c5db8..b5a17e78 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.15' +$ApplicationInsightsAgentVersion = '3.4.16' $ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar" $ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"