File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ trigger: none
88jobs :
99 - job : " End_to_end_integration_tests"
1010 variables :
11- ApplicationInsightAgentVersion : 3.5.1
11+ ApplicationInsightAgentVersion : 3.5.2
1212 displayName : ' End to end integration tests'
1313 strategy :
1414 maxParallel : 1
Original file line number Diff line number Diff line change 8282 dependsOn : Build
8383 variables :
8484 buildNumber : $[ dependencies.Build.outputs['output.buildNumber'] ]
85- ApplicationInsightAgentVersion : 3.5.1
85+ ApplicationInsightAgentVersion : 3.5.2
8686 strategy :
8787 maxParallel : 1
8888 matrix :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function StopOnFailedExecution {
1010 }
1111}
1212
13- $ApplicationInsightsAgentVersion = ' 3.5.1 '
13+ $ApplicationInsightsAgentVersion = ' 3.5.2 '
1414$ApplicationInsightsAgentFilename = " applicationinsights-agent-${ApplicationInsightsAgentVersion} .jar"
1515$ApplicationInsightsAgentUrl = " https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion} /${ApplicationInsightsAgentFilename} "
1616
Original file line number Diff line number Diff line change 7272 <dependency >
7373 <groupId >io.grpc</groupId >
7474 <artifactId >grpc-protobuf</artifactId >
75- <version >1.61 .0</version >
75+ <version >1.64 .0</version >
7676 </dependency >
7777 <dependency >
7878 <groupId >io.grpc</groupId >
7979 <artifactId >grpc-stub</artifactId >
80- <version >1.61 .0</version >
80+ <version >1.64 .0</version >
8181 </dependency >
8282 <dependency >
8383 <groupId >io.grpc</groupId >
8484 <artifactId >grpc-netty-shaded</artifactId >
85- <version >1.61 .0</version >
85+ <version >1.64 .0</version >
8686 </dependency >
8787 <dependency >
8888 <groupId >com.google.code.gson</groupId >
321321 </plugin >
322322 </plugins >
323323 </build >
324- </project >
324+ </project >
Original file line number Diff line number Diff line change 2929
3030$FUNC_CLI_DIRECTORY = Join-Path $PSScriptRoot ' Azure.Functions.Cli'
3131
32- $ApplicationInsightsAgentVersion = ' 3.5.1 '
32+ $ApplicationInsightsAgentVersion = ' 3.5.2 '
3333$ApplicationInsightsAgentFilename = " applicationinsights-agent-${ApplicationInsightsAgentVersion} .jar"
3434$ApplicationInsightsAgentUrl = " https://repo1.maven.org/maven2/com/microsoft/azure/applicationinsights-agent/${ApplicationInsightsAgentVersion} /${ApplicationInsightsAgentFilename} "
3535
You can’t perform that action at this time.
0 commit comments