Skip to content

Commit c74351b

Browse files
authored
Update EasyAuth for Linux Consumption from 1.4.13 to 1.4.14 for v3 (#8208)
1 parent 138a399 commit c74351b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
**Release sprint:** Sprint 118
77
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+<successiveSprint>%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+<successiveSprint>%22+label%3Afeature+is%3Aclosed) ]
8-
- Updated Node.js Worker Version to [2.1.3](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v2.1.3)
8+
- Updated Node.js Worker Version to [2.1.3](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v2.1.3)
9+
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.13 to 1.4.14 [Release Note](https://github.com/Azure/app-service-announcements/issues/358)

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.20.0" />
7070
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.18" />
7171
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" />
72-
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.4.13" />
72+
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.4.14" />
7373
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.11020001-fabe022e" />
7474
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.0.3" />
7575
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />

0 commit comments

Comments
 (0)