Skip to content

Bump MDS to 7.1 preview1#4054

Open
mdaigle wants to merge 1 commit intomainfrom
dev/mdaigle/update-package-versions-7.1
Open

Bump MDS to 7.1 preview1#4054
mdaigle wants to merge 1 commit intomainfrom
dev/mdaigle/update-package-versions-7.1

Conversation

@mdaigle
Copy link
Contributor

@mdaigle mdaigle commented Mar 17, 2026

No description provided.

@mdaigle mdaigle requested a review from a team as a code owner March 17, 2026 17:43
Copilot AI review requested due to automatic review settings March 17, 2026 17:43
@github-project-automation github-project-automation bot moved this to To triage in SqlClient Board Mar 17, 2026
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 pipeline version variables to move Microsoft.Data.SqlClient (MDS) builds to the 7.1.0 / 7.1.0-preview1 line.

Changes:

  • Bump OneBranch official pipeline MDS GA version to 7.1.0 and preview version to 7.1.0-preview1.$(Build.BuildNumber).
  • Bump CI pipeline MDS package version to 7.1.0.$(Build.BuildNumber)-ci.

Reviewed changes

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

File Description
eng/pipelines/onebranch/variables/common-variables.yml Updates official/OneBranch MDS GA + preview package version variables.
eng/pipelines/libraries/ci-build-variables.yml Updates CI MDS package version variable used by PR/CI pipelines.
Comments suppressed due to low confidence (1)

eng/pipelines/onebranch/variables/common-variables.yml:95

  • mdsAssemblyFileVersion is still set to 7.0.0.$(assemblyBuildNumber) while mdsPackageVersion/mdsPackagePreviewVersion are now 7.1.0. This makes the DLL FileVersion lag the package version (and can be confusing for validation/support scenarios). Consider bumping mdsAssemblyFileVersion to 7.1.0.$(assemblyBuildNumber) for consistency with the new 7.1 line.
    value: 7.1.0-preview1.$(Build.BuildNumber)

  # The AssemblyFileVersion for all assemblies in the MDS package.
  - name: mdsAssemblyFileVersion
    value: 7.0.0.$(assemblyBuildNumber)

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

@mdaigle mdaigle added this to the 7.1.0-preview1 milestone Mar 17, 2026
@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.62%. Comparing base (00b77cd) to head (aaf13ad).
⚠️ Report is 5 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (00b77cd) and HEAD (aaf13ad). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (00b77cd) HEAD (aaf13ad)
CI-SqlClient 2 0
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4054      +/-   ##
==========================================
- Coverage   75.42%   65.62%   -9.80%     
==========================================
  Files         280      275       -5     
  Lines       43834    65825   +21991     
==========================================
+ Hits        33060    43197   +10137     
- Misses      10774    22628   +11854     
Flag Coverage Δ
CI-SqlClient ?
PR-SqlClient-Project 65.62% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@paulmedynski paulmedynski self-assigned this Mar 19, 2026
@paulmedynski paulmedynski added the Area\Engineering Use this for issues that are targeted for changes in the 'eng' folder or build systems. label Mar 19, 2026
@paulmedynski paulmedynski moved this from To triage to In review in SqlClient Board Mar 19, 2026
Copy link
Contributor

@paulmedynski paulmedynski left a comment

Choose a reason for hiding this comment

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

We will also want:

  • All of the other package versions bumped as well (Azure 1.1.0-preview1, etc).
  • The csproj-based versions bumped.

@github-project-automation github-project-automation bot moved this from In review to In progress in SqlClient Board Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area\Engineering Use this for issues that are targeted for changes in the 'eng' folder or build systems.

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

3 participants