Skip to content

Conversation

satvu
Copy link
Member

@satvu satvu commented Sep 9, 2025

Issue describing the changes in this PR

backport of #11309

Pull request checklist

IMPORTANT: Currently, changes must be backported to the in-proc branch to be included in Core Tools and non-Flex deployments.

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • My changes do not require diagnostic events changes
    • Otherwise: I have added/updated all related diagnostic events and their documentation (Documentation issue linked to PR)
  • I have added all required tests (Unit tests, E2E tests)

@Copilot Copilot AI review requested due to automatic review settings September 9, 2025 18:54
@satvu satvu requested a review from a team as a code owner September 9, 2025 18:54
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Microsoft.Azure.WebJobs package version from 3.0.41 to 3.0.42 across multiple project files as a backport of #11309. It also includes related changes to namespace imports and removes a custom exception class that's likely now provided by the updated package.

  • Updates WebJobs package reference from version 3.0.41 to 3.0.42
  • Adds Microsoft.Azure.WebJobs.Host namespace import to WorkerFunctionInvoker.cs
  • Removes custom FunctionInvocationCanceledException class

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/WebJobs.Script/WebJobs.Script.csproj Updates WebJobs package version and removes deprecated proxy client package
src/WebJobs.Script/Description/Workers/WorkerFunctionInvoker.cs Adds namespace import for WebJobs.Host
src/WebJobs.Script/Description/Workers/FunctionInvocationCanceledException.cs Removes entire custom exception class file
src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj Updates WebJobs package version

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@satvu satvu merged commit 733bfe6 into in-proc Sep 9, 2025
9 checks passed
@satvu satvu deleted the satvu/update-webjobs-sdk branch September 9, 2025 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants