Skip to content

Conversation

@paulmedynski
Copy link
Contributor

Description

Reverts #3486.

@paulmedynski paulmedynski added this to the 6.1.0 milestone Jul 23, 2025
Copilot AI review requested due to automatic review settings July 23, 2025 09:49
@paulmedynski paulmedynski requested a review from a team as a code owner July 23, 2025 09:49
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

This PR reverts the changes from PR #3486 related to Azure Key Vault (AKV) URL validation. The revert removes recent AKV URL changes and restores the previous implementation.

  • Removes the TrustedUrlsTest.cs file that was added for testing AKV URL validation
  • Restores inline error message validation in ExceptionTestAKVStore.cs instead of using the removed test class
  • Reduces the list of trusted Azure Key Vault domain names from 12 to 8 endpoints
  • Changes the return type of InvalidAKVUrlTrustedEndpoints method from ArgumentException to Exception

Reviewed Changes

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

Show a summary per file
File Description
Microsoft.Data.SqlClient.ManualTesting.Tests.csproj Removes TrustedUrlsTest.cs from compilation and reorders other AKV test files
TrustedUrlsTest.cs Completely removes the test file that validated AKV URL endpoints
ExceptionTestAKVStore.cs Replaces references to TrustedUrlsTest with inline error message validation
Utils.cs Changes return type of InvalidAKVUrlTrustedEndpoints from ArgumentException to Exception
Constants.cs Reduces AzureKeyVaultPublicDomainNames array from 12 to 8 trusted endpoints

@paulmedynski paulmedynski changed the title Revert redent AKV URL changes [6.1] Revert recent AKV URL changes Jul 23, 2025
@codecov
Copy link

codecov bot commented Jul 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.47%. Comparing base (6a37506) to head (531869c).
Report is 1 commits behind head on release/6.1.

Additional details and impacted files
@@               Coverage Diff               @@
##           release/6.1    #3507      +/-   ##
===============================================
+ Coverage        66.04%   67.47%   +1.43%     
===============================================
  Files              281      281              
  Lines            62416    62408       -8     
===============================================
+ Hits             41221    42112     +891     
+ Misses           21195    20296     -899     
Flag Coverage Δ
addons 90.82% <100.00%> (-0.23%) ⬇️
netcore 72.64% <ø> (+3.69%) ⬆️
netfx 66.18% <ø> (-1.86%) ⬇️

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 merged commit d0dfd29 into release/6.1 Jul 23, 2025
129 checks passed
@paulmedynski paulmedynski deleted the dev/paul/release/6.1-akv-url-revert branch July 23, 2025 16:33
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.

4 participants