Skip to content

Commit

Permalink
Update Application Insights agent version to 3.4.15 (#721)
Browse files Browse the repository at this point in the history
* Update package-pipeline.ps1

* Update setup-tests-pipeline.ps1
  • Loading branch information
shreyas-gopalakrishna authored Jul 24, 2023
1 parent 31e0a81 commit 8113687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-pipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function StopOnFailedExecution {
}
}

$ApplicationInsightsAgentVersion = '3.4.13'
$ApplicationInsightsAgentVersion = '3.4.15'
$ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar"
$ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"

Expand Down
2 changes: 1 addition & 1 deletion setup-tests-pipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else

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

$ApplicationInsightsAgentVersion = '3.4.13'
$ApplicationInsightsAgentVersion = '3.4.15'
$ApplicationInsightsAgentFilename = "applicationinsights-agent-${ApplicationInsightsAgentVersion}.jar"
$ApplicationInsightsAgentUrl = "https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion}/${ApplicationInsightsAgentFilename}"

Expand Down

0 comments on commit 8113687

Please sign in to comment.