Skip to content

Commit 5498c6b

Browse files
Update EasyAuth for Linux Consumption from 1.4.14 to 1.4.15 (#8238)
1 parent a352acb commit 5498c6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
**Release sprint:** Sprint 118
1010
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+118%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+118%22+label%3Afeature+is%3Aclosed) ]
1111
- 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)
12+
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.14 to 1.4.15 [Release Note](https://github.com/Azure/app-service-announcements/issues/360)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
7171
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
7272
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
73-
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.4.14" />
73+
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.4.15" />
7474
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
7575
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />
7676
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.33-11908" />

0 commit comments

Comments
 (0)