Bump Microsoft.Azure.AppService.Middleware to 1.5.12 - #12013
Open
mikemegally-ms wants to merge 3 commits into
Open
Bump Microsoft.Azure.AppService.Middleware to 1.5.12#12013mikemegally-ms wants to merge 3 commits into
mikemegally-ms wants to merge 3 commits into
Conversation
Update the centrally managed Functions middleware package and refresh the WebHost dependency baseline for all four resolved middleware packages. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
mikemegally-ms
requested review from
a team,
Brett Samblanet (brettsam),
Fabio Cavalcante (fabiocav),
Jacob Viau (jviau),
Shyju Krishnankutty (kshyju) and
Mathew Charles (mathewc)
as code owners
September 10, 2026 19:58
Document the App Service middleware 1.5.12 update for the next host release. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are a straightforward dependency version bump with corresponding baseline refresh and no remaining references to the prior version found.
Pull request overview
This PR updates the Azure App Service middleware package set used by the WebHost by bumping the centrally-managed Microsoft.Azure.AppService.Middleware.Functions reference to 1.5.12 and refreshing the WebHost deps.json baseline to reflect the resolved middleware package versions.
Changes:
- Bump
Microsoft.Azure.AppService.Middleware.Functionsfrom1.5.11to1.5.12via central package management. - Refresh the WebHost dependency baseline (
Microsoft.Azure.WebJobs.Script.WebHost.deps.json) to capture the updated middleware package versions, assembly/file versions, and package hashes/paths. - Add a release note entry for the middleware update.
File summaries
| File | Description |
|---|---|
Directory.Packages.props |
Updates the centrally managed package version for Microsoft.Azure.AppService.Middleware.Functions to 1.5.12. |
test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json |
Updates the WebHost deps baseline to reflect middleware packages resolving to 1.5.12 (including hashes/paths and assembly versions). |
release_notes.md |
Adds a release note line documenting the middleware update to 1.5.12. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
mikemegally-ms
commented
Sep 10, 2026
mikemegally-ms
left a comment
Contributor
Author
There was a problem hiding this comment.
Looks good
Bring in the client visibility and worker-link fixture fixes from Azure#12014, along with the latest System.Memory.Data update, so Azure#12013 can run CI on the current dev baseline. Preserve the Microsoft.Azure.AppService.Middleware 1.5.12 bump and its release note. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d5fd305f-753d-49d5-a44f-81a4a46d9867
Contributor
Author
|
Ok merging dev fixed the build issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue describing the changes in this PR
Bumps
Microsoft.Azure.AppService.Middleware.Functionsfrom1.5.11to1.5.12. Its existing transitive packagesMicrosoft.Azure.AppService.Middleware,Microsoft.Azure.AppService.Middleware.Modules, andMicrosoft.Azure.AppService.Middleware.NetCoreresolve to1.5.12as well.Pull request checklist
in-procbranch is not requiredin-procbackport for Core Tools or non-Flex deployments.release_notes.mdAdditional information
Microsoft.Azure.AppService.Middleware.Functionsreference and refreshed the WebHostdeps.jsonbaseline for all four resolved middleware packages. No new package references were added.dotnet restore .\src\WebJobs.Script.WebHost\WebJobs.Script.WebHost.csproj -v minimalsucceeded.dotnet test .\test\WebJobs.Script.Tests\WebJobs.Script.Tests.csproj --filter "FullyQualifiedName~DependencyTests.Verify_DepsJsonChanges" -c Release -v minimalpassed (1/1).