From e5e1816fa5cccc7e32a600b66de2b12ccc9f7dec Mon Sep 17 00:00:00 2001 From: Kirstyn Joy Amperiadis Date: Wed, 17 May 2023 17:10:22 -0500 Subject: [PATCH 1/2] Update Application Insights agent version to 3.4.13 --- package-pipeline.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" From e6a36323098b2eb12b923ceb1826e1bad163e5b1 Mon Sep 17 00:00:00 2001 From: Kirstyn Joy Amperiadis Date: Wed, 17 May 2023 17:11:37 -0500 Subject: [PATCH 2/2] Update Application Insights agent version to 3.4.13 --- setup-tests-pipeline.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"