[Scheduled Run] Localized resource files from OneLocBuild - #4554
[Scheduled Run] Localized resource files from OneLocBuild#4554cheenamalhotra wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
This scheduled OneLocBuild PR updates satellite resource files for multiple cultures by adding the missing VerifyEnclaveKeyBindingFailed string entry so it is present across localized Strings.*.resx files.
Changes:
- Added
VerifyEnclaveKeyBindingFailedto multiple localized.resxfiles. - Populated the new entry with the current (English) neutral-string text in each satellite resource.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 13 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hant.resx | Adds VerifyEnclaveKeyBindingFailed entry to the zh-Hant satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hans.resx | Adds VerifyEnclaveKeyBindingFailed entry to the zh-Hans satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.tr.resx | Adds VerifyEnclaveKeyBindingFailed entry to the Turkish satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.ru.resx | Adds VerifyEnclaveKeyBindingFailed entry to the Russian satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.pt-BR.resx | Adds VerifyEnclaveKeyBindingFailed entry to the pt-BR satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.pl.resx | Adds VerifyEnclaveKeyBindingFailed entry to the Polish satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.ko.resx | Adds VerifyEnclaveKeyBindingFailed entry to the Korean satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.ja.resx | Adds VerifyEnclaveKeyBindingFailed entry to the Japanese satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.it.resx | Adds VerifyEnclaveKeyBindingFailed entry to the Italian satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.fr.resx | Adds VerifyEnclaveKeyBindingFailed entry to the French satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.es.resx | Adds VerifyEnclaveKeyBindingFailed entry to the Spanish satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.de.resx | Adds VerifyEnclaveKeyBindingFailed entry to the German satellite resources. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.cs.resx | Adds VerifyEnclaveKeyBindingFailed entry to the Czech satellite resources. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4554 +/- ##
==========================================
- Coverage 65.23% 63.28% -1.96%
==========================================
Files 288 283 -5
Lines 44587 67609 +23022
==========================================
+ Hits 29087 42787 +13700
- Misses 15500 24822 +9322
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
| <value>Ověření podpisu sestavy enklávy se nezdařilo. Podpis sestavy neodpovídá podpisu vypočítanému pomocí kořenového certifikátu HGS. Ověřte mapování DNS pro koncový bod. Další podrobnosti najdete na https://go.microsoft.com/fwlink/?linkid=2160553. Pokud je to správně, obraťte se na oddělení služeb zákazníkům.</value> | ||
| </data> | ||
| <data name="VerifyEnclaveKeyBindingFailed" xml:space="preserve"> | ||
| <value>Enclave attestation failed because the signed enclave report did not bind to the enclave public key used to establish the session. The enclave public key must match the value committed to by the signed report - see https://go.microsoft.com/fwlink/?linkid=2160553 for more details. If correct, contact Customer Support Services.</value> |
There was a problem hiding this comment.
Are these all supposed to be English, despite being in the other languages' files?
There was a problem hiding this comment.
Yes, Loc pipeline first adds the English counterparts in all resx files. The LCL files receive translations on the back-end and when they are updated, the next loc run updates these english values to translated ones.
Automated PR created from the OneLocBuild scheduled pipeline run.
Contains updated localized
Strings.*.resxresource files.