Skip to content

Azure Split - Step 4 - Cleanup#3917

Open
paulmedynski wants to merge 36 commits intodev/paul/azure/step3from
dev/paul/azure/step4
Open

Azure Split - Step 4 - Cleanup#3917
paulmedynski wants to merge 36 commits intodev/paul/azure/step3from
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.

Make all of the common changes that aren't directly related to the Azure Split work,
but set the stage for it and will make subsequent PRs much easier to consume.
- Removed non-existent projects from CodeQL Workflow.
- Fixed missing MDS package version during Package builds.
- Generating MDS NuGet package for subsequent AKV build in Package mode.
- Running Release build for Debug pipelines in Project mode to avoid NuGet packaging issues.
- Restoring default mdsPackageVersion for Project based runs.
- Restoring inhibition of NuGet package generation.
- Added the new Abstractions and Azure source files and associated pipeline files.
- Setup build.proj targets and default version numbers.
- Standardized project CLS compliance.
- Added ThisAssembly generation to Abstractions.
- Fixed branch wildcards in PR pipeline and CodeQL workflow triggers.
- Inhibited some Azure tests that won't pass yet.
- Addressed Copilot comments in the PR.
…ogether

- Brought over all of the remaining code and project changes.
…ogether

- Brought over the pipeline changes.
- Removed unnecessary flexibility from the MDS official pipeline tree.
…ogether

- Removed Azure parameters from CI test tree.
…ogether

- Fixed missing Abstractions and MDS package version parameters.
…ogether

- Re-activate the Azure tests.
- Address PR comments.
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).

@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.43%. Comparing base (25590be) to head (362533b).

Additional details and impacted files
@@                   Coverage Diff                    @@
##           dev/paul/azure/step3    #3917      +/-   ##
========================================================
+ Coverage                 67.41%   67.43%   +0.02%     
========================================================
  Files                       260      260              
  Lines                     65691    65691              
========================================================
+ Hits                      44284    44300      +16     
+ Misses                    21407    21391      -16     
Flag Coverage Δ
netcore 67.44% <ø> (-0.05%) ⬇️
netfx 66.35% <ø> (-0.03%) ⬇️

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.

Copy link
Contributor

Choose a reason for hiding this comment

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

This log message is incorrectly using ex.FailureCode for the timeout value in the message.

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.

2 participants