Skip to content

Commit eace58f

Browse files
Update EasyAuth from 1.4.17 to 1.5.1 for v4 (#8876)
* Update EasyAuth from 1.4.17 to 1.5.1 for v4
1 parent 5a70c85 commit eace58f

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
@@ -16,3 +16,4 @@
1616

1717
**Release sprint:** Sprint 132
1818
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+132%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+132%22+label%3Afeature+is%3Aclosed) ]
19+
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.17 to 1.5.1 [Release Note](https://github.com/Azure/app-service-announcements/issues/406)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.8" />
7373
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
7474
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
75-
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.4.17" />
75+
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.1" />
7676
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
7777
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
7878
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />

0 commit comments

Comments
 (0)