From dae7412723b6e8813f3aa96461a1a842a5b7e3fe Mon Sep 17 00:00:00 2001 From: Shreyas Gopalakrishna <11889130+shreyas-gopalakrishna@users.noreply.github.com> Date: Fri, 14 Apr 2023 12:36:16 -0500 Subject: [PATCH] Updating Application insights agent version to 3.4.11 (#712) * 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 ee812d7b..c8ded4ae 100644 --- a/package-pipeline.ps1 +++ b/package-pipeline.ps1 @@ -10,7 +10,7 @@ function StopOnFailedExecution { } } -$ApplicationInsightsAgentVersion = '3.4.10' +$ApplicationInsightsAgentVersion = '3.4.11' $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 3e30b8a2..abba1b10 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.10' +$ApplicationInsightsAgentVersion = '3.4.11' $ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar" $ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"