File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/WebJobs.Script.WebHost Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -498,3 +498,4 @@ local.settings.json
498498/tools /ExtensionsMetadataGenerator /src /ExtensionsMetadataGenerator /runtimeassemblies.txt
499499/tools /ExtensionsMetadataGenerator /test /ExtensionsMetadataGeneratorTests /runtimeAssemblies.txt
500500BenchmarkDotNet.Artifacts /
501+ /test /Resources /TestProjects /DotNetCustomHandler /Properties /launchSettings.json
Original file line number Diff line number Diff line change 88- Add JitTrace Files for v4.1044
99- Remove duplicate function names from sync triggers payload(#11371 )
1010- Avoid emitting empty tag values for health check metrics (#11393 )
11- - Functions host to take a customer specified port in Custom Handler scenario (#11408 )
11+ - Functions host to take a customer specified port in Custom Handler scenario (#11408 )
12+ - Updated to version 1.5.8 of Microsoft.Azure.AppService.Middleware.Functions (#11416 )
Original file line number Diff line number Diff line change 6262 <PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 5.2.8" />
6363 <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.0" />
6464 <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 8.0.1" />
65- <PackageReference Include =" Microsoft.Azure.AppService.Middleware.Functions" Version =" 1.5.7 " />
65+ <PackageReference Include =" Microsoft.Azure.AppService.Middleware.Functions" Version =" 1.5.8 " />
6666 <PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.3.20240307.67" />
6767 <PackageReference Include =" Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption" Version =" 1.0.5" />
6868 <PackageReference Include =" Microsoft.Azure.Storage.File" Version =" 11.1.7" />
You can’t perform that action at this time.
0 commit comments