Skip to content

Azure Split - Step 4 - Cleanup#3917

Merged
paulmedynski merged 13 commits intomainfrom
dev/paul/azure/step4
Feb 13, 2026
Merged

Azure Split - Step 4 - Cleanup#3917
paulmedynski merged 13 commits intomainfrom
dev/paul/azure/step4

Conversation

@paulmedynski
Copy link
Contributor

@paulmedynski paulmedynski commented Jan 27, 2026

Description

This PR includes any remaining cleanup:

  • Addresses some suggestions/comments from the previous 3 PRs.
  • Fixes any issues with the downstream pipelines (CI, MDS Main, Official, AKV).
  • Anything else I've noticed along the way.

PR series:

Testing

  • Normal PR/CI pipeline runs will validate most changes.
  • Manual runs of the ADO.Net pipelines (MDS Main, Official, AKV).
  • Manual inspection of pipeline logs and artifacts will confirm some of the fiddly parts.

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

Final cleanup pass for the Azure split work, focusing on small code tidy-ups and pipeline/template adjustments for Azure/AKV/signing/PR validation.

Changes:

  • Minor test/source cleanup (namespace alignment, formatting, retry-after millisecond conversion).
  • Pipeline/template refactors to consolidate .NET SDK installation and simplify signing/package validation steps.
  • Updates to PR validation and CodeQL trigger configuration.

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlClient/SqlAuthenticationProviderManagerTests.cs Aligns unit test namespace/formatting with the rest of the UnitTests tree.
src/Microsoft.Data.SqlClient.Extensions/Azure/test/StringExtensions.cs Adds XML docs for Empty() (currently attached to the wrong symbol).
src/Microsoft.Data.SqlClient.Extensions/Azure/src/ActiveDirectoryAuthenticationProvider.cs Fixes retry-after delta conversion to use total milliseconds; whitespace cleanup.
src/Microsoft.Data.SqlClient.Extensions/Abstractions/src/SqlAuthenticationProviderException.cs Formatting-only change for ternary expression.
eng/pipelines/steps/compound-build-akv-step.yml Removes redundant SDK install step from the AKV compound step.
eng/pipelines/sqlclient-pr-project-ref-pipeline.yml Adjusts PR branch include pattern for dev/*.
eng/pipelines/sqlclient-pr-package-ref-pipeline.yml Adjusts PR branch include pattern for dev/*.
eng/pipelines/jobs/test-azure-package-ci-job.yml YAML formatting cleanup (folded block style) for debug output step.
eng/pipelines/jobs/build-akv-official-job.yml Adds explicit .NET SDK install before AKV build/analyzers.
eng/pipelines/dotnet-sqlclient-signing-pipeline.yml Updates artifact folder naming and simplifies validation job invocation.
eng/pipelines/common/templates/steps/code-analyze-step.yml Changes analyzer MSBuild invocation to explicitly target BuildAllConfigurations.
eng/pipelines/common/templates/steps/build-all-configurations-signed-dlls-step.yml Removes redundant SDK install from this step template.
eng/pipelines/common/templates/jobs/validate-signed-package-job.yml Simplifies parameters and inlines the artifact download step.
eng/pipelines/common/templates/jobs/build-signed-package-job.yml Switches to pwsh, installs SDK, passes Abstractions version property, and sets build-type output variable (currently broken).
.github/workflows/codeql.yml Updates CodeQL triggers/comments (push trigger now unscoped).

@paulmedynski paulmedynski moved this from To triage to In review in SqlClient Board Jan 27, 2026
@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

❌ Patch coverage is 0% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.90%. Comparing base (3ffbba7) to head (203bef0).
⚠️ Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
...Data/SqlClient/Connection/SqlConnectionInternal.cs 0.00% 21 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (3ffbba7) and HEAD (203bef0). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (3ffbba7) HEAD (203bef0)
addons 1 0
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3917      +/-   ##
==========================================
- Coverage   74.53%   67.90%   -6.64%     
==========================================
  Files         266      260       -6     
  Lines       42915    65724   +22809     
==========================================
+ Hits        31987    44627   +12640     
- Misses      10928    21097   +10169     
Flag Coverage Δ
addons ?
netcore 68.06% <0.00%> (-6.72%) ⬇️
netfx 66.55% <0.00%> (-7.16%) ⬇️

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.

@github-project-automation github-project-automation bot moved this from In review to In progress in SqlClient Board Feb 5, 2026
Copilot AI review requested due to automatic review settings February 9, 2026 18:45
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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Base automatically changed from dev/paul/azure/step3 to main February 10, 2026 12:36
Copilot AI review requested due to automatic review settings February 10, 2026 12:50
This was referenced Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area\Azure Connectivity Use this to tag issues that are related to Azure connectivity.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants