Skip to content

[7.0.3] [Scheduled Run] Localized resource files from OneLocBuild#4433

Merged
paulmedynski merged 2 commits into
release/7.0from
dev/automation/pr-4430-to-7.0.3
Jul 14, 2026
Merged

[7.0.3] [Scheduled Run] Localized resource files from OneLocBuild#4433
paulmedynski merged 2 commits into
release/7.0from
dev/automation/pr-4430-to-7.0.3

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Cherry-pick of #4430 (6c03ccb) into release/7.0 for the 7.0.3 hotfix.

Automated PR created from the OneLocBuild scheduled pipeline run.

Contains updated localized Strings.*.resx resource files.

@github-actions github-actions Bot added this to the 7.0.3 milestone Jul 8, 2026
@github-project-automation github-project-automation Bot moved this to To triage in SqlClient Board Jul 8, 2026
@paulmedynski paulmedynski force-pushed the dev/automation/pr-4430-to-7.0.3 branch from a2782dd to d910153 Compare July 13, 2026 15:02
@paulmedynski paulmedynski changed the title [7.0.3 Cherry-pick - CONFLICTS] [Scheduled Run] Localized resource files from OneLocBuild [7.0.3] [Scheduled Run] Localized resource files from OneLocBuild Jul 13, 2026
@paulmedynski paulmedynski moved this from To triage to In progress in SqlClient Board Jul 13, 2026
@paulmedynski

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).
1 pipeline(s) were filtered out due to trigger conditions.

@paulmedynski paulmedynski marked this pull request as ready for review July 13, 2026 15:56
@paulmedynski paulmedynski requested a review from a team as a code owner July 13, 2026 15:56
Copilot AI review requested due to automatic review settings July 13, 2026 15:56
@paulmedynski paulmedynski moved this from In progress to In review in SqlClient Board Jul 13, 2026
@paulmedynski paulmedynski enabled auto-merge (squash) July 13, 2026 15:57
paulmedynski
paulmedynski previously approved these changes Jul 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Cherry-picks updated OneLocBuild localization outputs into the release/7.0 branch for the 7.0.3 hotfix, updating satellite resource .resx files used by Microsoft.Data.SqlClient for localized error/help text.

Changes:

  • Add localized strings for SQL_UseWamBrokerRequiresAzureExtensionUpgrade across multiple cultures.
  • Add localized strings for DbConnectionString_IdleTimeout across multiple cultures.
  • Minor whitespace normalization in some resource files (e.g., closing </root> alignment; small whitespace tweak in JA multi-line value).

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hant.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hans.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.tr.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.ru.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.pt-BR.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.pl.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.ko.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.ja.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; minor whitespace tweak in an existing multi-line value; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.it.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.fr.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.es.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.de.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.
src/Microsoft.Data.SqlClient/src/Resources/Strings.cs.resx Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace.

The idle-timeout feature and its neutral Strings.resx entry are not part of
release/7.0, so the localized-only translations were unresolvable dead weight.
@paulmedynski

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).
1 pipeline(s) were filtered out due to trigger conditions.

@paulmedynski

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).
1 pipeline(s) were filtered out due to trigger conditions.

@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.89%. Comparing base (9277370) to head (9c3ee2a).

❗ There is a different number of reports uploaded between BASE (9277370) and HEAD (9c3ee2a). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (9277370) HEAD (9c3ee2a)
CI-SqlClient 1 0
Additional details and impacted files
@@               Coverage Diff               @@
##           release/7.0    #4433      +/-   ##
===============================================
- Coverage        74.69%   65.89%   -8.80%     
===============================================
  Files              280      275       -5     
  Lines            43923    65953   +22030     
===============================================
+ Hits             32808    43462   +10654     
- Misses           11115    22491   +11376     
Flag Coverage Δ
CI-SqlClient ?
PR-SqlClient-Project 65.89% <ø> (?)

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

☔ View full report in Codecov by Harness.
📢 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 120bf1c into release/7.0 Jul 14, 2026
299 checks passed
@paulmedynski paulmedynski deleted the dev/automation/pr-4430-to-7.0.3 branch July 14, 2026 20:49
@github-project-automation github-project-automation Bot moved this from In review to Done in SqlClient Board Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants