Skip to content

[6.0] Add new trusted AKV URLs for FR and DE #3485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: release/6.0
Choose a base branch
from

Conversation

paulmedynski
Copy link
Contributor

Port of #3482 from main to release/6.0

  • Added 4 new trusted AKV URLs.
  • Fixed existing manual tests and added unit tests.
  • Addressed incompatible .NET syntax that isn't supported by C# 9.0.

- Added 4 new trusted AKV URLs.
- Fixed existing manual tests and added unit tests.
@paulmedynski paulmedynski added this to the 6.0.3 milestone Jul 17, 2025
@Copilot Copilot AI review requested due to automatic review settings July 17, 2025 11:36
Copy link
Contributor

@Copilot 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 ports changes from main to release/6.0 that add support for 4 new trusted Azure Key Vault URLs for France and Germany sovereign clouds, along with corresponding test improvements. The changes ensure compatibility with C# 9.0 syntax requirements for the 6.0 release branch.

  • Adds 4 new trusted AKV URLs for sovereign clouds (France and Germany)
  • Improves test organization and adds comprehensive unit tests for URL validation
  • Fixes C# 9.0 compatibility issues in exception handling

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 Reorganizes test file references and adds new TrustedUrlsTest.cs
TrustedUrlsTest.cs New comprehensive test class for validating trusted and untrusted AKV URLs
ExceptionTestAKVStore.cs Updates to use shared error message generation from TrustedUrlsTest
Utils.cs Changes return type from Exception to ArgumentException for better type safety
Constants.cs Adds 4 new sovereign cloud AKV endpoints and improves code formatting

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.

1 participant