Skip to content

Update Microsoft.Extensions.Azure package to version 1.13.1#3385

Open
bachuv wants to merge 2 commits intodevfrom
vabachu/update-msft-extensions-azure-pckg
Open

Update Microsoft.Extensions.Azure package to version 1.13.1#3385
bachuv wants to merge 2 commits intodevfrom
vabachu/update-msft-extensions-azure-pckg

Conversation

@bachuv
Copy link
Collaborator

@bachuv bachuv commented Mar 15, 2026

Summary

What changed?

This pull request updates the version of the Microsoft.Extensions.Azure package to ensure consistency and take advantage of the latest improvements and bug fixes. The update is applied both in the main project dependencies and in the test dependencies.

Dependency version updates:

  • Updated Microsoft.Extensions.Azure to version 1.13.1 in the main project dependencies (Directory.Packages.props).
  • Updated Microsoft.Extensions.Azure to version 1.13.1 in the test dependencies (test/Directory.Packages.props).

Why is this change needed?

  • Fix possible security vulnerabilities

Issues / work items


Project checklist

  • Documentation changes are not required
    • Otherwise: Documentation PR is ready to merge and referenced in pending_docs.md
  • Release notes are not required for the next release
    • Otherwise: Notes added to release_notes.md
  • Backport is not required
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • All required tests have been added/updated (unit tests, E2E tests)
  • No extra work is required to be leveraged by OutOfProc SDKs
    • Otherwise: Work tracked here: #issue_or_pr_in_each_sdk
  • No change to the version of the WebJobs.Extensions.DurableTask package
    • Otherwise: Major/minor updates are reflected in /src/Worker.Extensions.DurableTask/AssemblyInfo.cs
  • No EventIds were added to EventSource logs
  • This change should be added to the v2.x branch
    • Otherwise: This change applies exclusively to WebJobs.Extensions.DurableTask v3.x and will be retained only in the dev and main branches
  • Breaking change?
    • If yes:
      • Impact:
      • Migration guidance:

AI-assisted code disclosure (required)

Was an AI tool used? (select one)

  • No
  • Yes, AI helped write parts of this PR (e.g., GitHub Copilot)
  • Yes, an AI agent generated most of this PR

If AI was used:

  • Tool(s):
  • AI-assisted areas/files:
  • What you changed after AI output:

AI verification (required if AI was used):

  • I understand the code and can explain it
  • I verified referenced APIs/types exist and are correct
  • I reviewed edge cases/failure paths (timeouts, retries, cancellation, exceptions)
  • I reviewed concurrency/async behavior
  • I checked for unintended breaking or behavior changes

Testing

Automated tests

  • Result: Passed / Failed (link logs if failed)

Manual validation (only if runtime/behavior changed)

  • Environment (OS, .NET version, components):
  • Steps + observed results:
    1.
    2.
    3.
  • Evidence (optional):

Notes for reviewers

  • N/A

Copilot AI review requested due to automatic review settings March 15, 2026 19:02
Copy link
Contributor

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

Updates the centrally managed NuGet version for Microsoft.Extensions.Azure across the repo so product and test builds consume a consistent, newer package version.

Changes:

  • Bumped Microsoft.Extensions.Azure from 1.7.0 to 1.13.1 in the root central package management file.
  • Updated the test central package override/pinning entry from 1.10.0 to 1.13.1 to match.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Directory.Packages.props Updates the centrally managed version of Microsoft.Extensions.Azure used by product projects.
test/Directory.Packages.props Aligns the test transitive pin/override version of Microsoft.Extensions.Azure with the repo-wide version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

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.

Package version used for Microsoft.Extensions.Azure is deprecated

2 participants