File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function StopOnFailedExecution {
10
10
}
11
11
}
12
12
13
- $ApplicationInsightsAgentVersion = ' 3.4.10 '
13
+ $ApplicationInsightsAgentVersion = ' 3.4.11 '
14
14
$ApplicationInsightsAgentFilename = " applicationinsights-agent-${ApplicationInsightsAgentVersion} .jar"
15
15
$ApplicationInsightsAgentUrl = " https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion} /${ApplicationInsightsAgentFilename} "
16
16
Original file line number Diff line number Diff line change 29
29
30
30
$FUNC_CLI_DIRECTORY = Join-Path $PSScriptRoot ' Azure.Functions.Cli'
31
31
32
- $ApplicationInsightsAgentVersion = ' 3.4.10 '
32
+ $ApplicationInsightsAgentVersion = ' 3.4.11 '
33
33
$ApplicationInsightsAgentFilename = " applicationinsights-agent-${ApplicationInsightsAgentVersion} .jar"
34
34
$ApplicationInsightsAgentUrl = " https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion} /${ApplicationInsightsAgentFilename} "
35
35
You can’t perform that action at this time.
0 commit comments