Skip to content

Commit d299f90

Browse files
authored
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
1 parent f5436d3 commit d299f90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-pipeline.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function StopOnFailedExecution {
1010
}
1111
}
1212

13-
$ApplicationInsightsAgentVersion = '3.4.11'
13+
$ApplicationInsightsAgentVersion = '3.4.13'
1414
$ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar"
1515
$ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"
1616

setup-tests-pipeline.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ else
2929

3030
$FUNC_CLI_DIRECTORY = Join-Path $PSScriptRoot 'Azure.Functions.Cli'
3131

32-
$ApplicationInsightsAgentVersion = '3.4.11'
32+
$ApplicationInsightsAgentVersion = '3.4.13'
3333
$ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar"
3434
$ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"
3535

0 commit comments

Comments
 (0)