Skip to content

Commit 4111a33

Browse files
Updating Application insights agent version to 3.4.10 (#708)
* Updating Application insights agent version to 3.4.10 * Updating Application insights agent version to 3.4.10
1 parent 0ebfe09 commit 4111a33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-pipeline.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function StopOnFailedExecution {
1010
}
1111
}
1212

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

@@ -110,4 +110,4 @@ Copy-Item $PSScriptRoot/agent $PSScriptRoot/pkg/agent -Recurse -Verbose
110110

111111
set-location pkg
112112
nuget pack -Properties version=$buildNumber
113-
set-location ..
113+
set-location ..

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.4'
32+
$ApplicationInsightsAgentVersion = '3.4.10'
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)