Skip to content

Commit cd1a4d8

Browse files
author
Connor McMahon
authored
Update EasyAuth for Linux Consumption apps (#7205)
Update EasyAuth from v1.4.0 to v1.4.5
1 parent 1cfc78f commit cd1a4d8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77

88
**Release sprint:** Sprint 100
99
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+100%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+100%22+label%3Afeature+is%3Aclosed) ]
10+
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.0 to 1.4.5. Release notes for this feature captured at https://github.com/Azure/app-service-announcements/issues. (#7205)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<PackageReference Include="DotNetTI.BreakingChangeAnalysis" Version="1.1.0-preview" />
6464
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
6565
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" />
66-
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.4.0" />
66+
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.4.5" />
6767
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.11020001-fabe022e" />
6868
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.0.3" />
6969
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />

test/WebJobs.Script.Tests/DependencyTests.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ public class DependencyTests
2626
"Microsoft.Azure.WebJobs.Extensions.dll",
2727
"Microsoft.Azure.WebJobs.Extensions.Http.dll",
2828
"Microsoft.Azure.WebJobs.Host.Storage.dll",
29-
"Microsoft.Azure.WebJobs.Logging.dll"
29+
"Microsoft.Azure.WebJobs.Logging.dll",
30+
"Microsoft.Azure.AppService.Middleware.dll",
31+
"Microsoft.Azure.AppService.Middleware.Modules.dll",
32+
"Microsoft.Azure.AppService.Middleware.Functions.dll",
33+
"Microsoft.Azure.AppService.Middleware.NetCore.dll",
3034
};
3135

3236
private readonly DependencyContextJsonReader _reader = new DependencyContextJsonReader();

0 commit comments

Comments
 (0)