Bump Microsoft.Azure.AppService.Middleware to 1.5.12 - #12013
Brett Samblanet (brettsam) merged 4 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>
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>
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
left a comment
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
|
Ok merging dev fixed the build issues. |
Bring PR Azure#12013 onto the current dev baseline while preserving the Microsoft.Azure.AppService.Middleware 1.5.12 package and dependency-baseline updates. Keep both release-note entries added by the branch and dev. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d4f96cdd-4ed8-46b3-b2c4-37a35d47d725
|
Fixed up conflicts. |
|
Checking in if there's anything else needed by me before approval? |
|
mikemegally-ms -- everything looks fine. Is there anything interesting to note in this update that we'd potentially need to know as it rolls out? |
|
Brett Samblanet (@brettsam) Nothing interesting, no. |
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).