Skip to content

Commit

Permalink
Fix | Removing non-breaking space from links inside some of exception…
Browse files Browse the repository at this point in the history
… messages. (#2364)
  • Loading branch information
Javad authored Feb 21, 2024
1 parent ed949d5 commit 8b1b7a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/Microsoft.Data.SqlClient/src/Resources/Strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/Microsoft.Data.SqlClient/src/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4465,7 +4465,7 @@
<value>Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.</value>
</data>
<data name="AttestationTokenSignatureValidationFailed" xml:space="preserve">
<value>The validation of an attestation token failed. The token signature does not match the computed signature using a public key retrieved from the attestation public key endpoint at '{0}'. Verify the DNS mapping for the endpoint - seehttps://go.microsoft.com/fwlink/?linkid=2157649for more details. If correct, contact Customer Support Services.</value>
<value>The validation of an attestation token failed. The token signature does not match the computed signature using a public key retrieved from the attestation public key endpoint at '{0}'. Verify the DNS mapping for the endpoint - see https://go.microsoft.com/fwlink/?linkid=2157649 for more details. If correct, contact Customer Support Services.</value>
</data>
<data name="EnclaveRetrySleepInSecondsValueException" xml:space="preserve">
<value>Internal error occurred when retrying the download of the HGS root certificate after the initial request failed. Contact Customer Support Services.</value>
Expand All @@ -4486,10 +4486,10 @@
<value>The validation of an attestation token failed. The token has an invalid format. Contact Customer Support Services. Error details: '{0}'.</value>
</data>
<data name="GetAttestationSigningCertificateFailedInvalidCertificate" xml:space="preserve">
<value>The attestation service returned an expired HGS root certificate for attestation URL '{0}'. Check the HGS root certificate configured for your HGS instance - seehttps://go.microsoft.com/fwlink/?linkid=2160553for more details.</value>
<value>The attestation service returned an expired HGS root certificate for attestation URL '{0}'. Check the HGS root certificate configured for your HGS instance - see https://go.microsoft.com/fwlink/?linkid=2160553 for more details.</value>
</data>
<data name="GetAttestationSigningCertificateRequestFailedFormat" xml:space="preserve">
<value>The obtained HGS root certificate for attestation URL '{0}' has an invalid format. Verify the attestation URL is correct and the HGS server is online and fully initialized - seehttps://go.microsoft.com/fwlink/?linkid=2160553for more details. For additional support contact Customer Support Services. Error details: '{1}'.</value>
<value>The obtained HGS root certificate for attestation URL '{0}' has an invalid format. Verify the attestation URL is correct and the HGS server is online and fully initialized - see https://go.microsoft.com/fwlink/?linkid=2160553 for more details. For additional support contact Customer Support Services. Error details: '{1}'.</value>
</data>
<data name="GetAttestationTokenSigningKeysFailed" xml:space="preserve">
<value>The validation of an attestation token failed. Cannot retrieve a public key from the attestation public key endpoint, or the retrieved key has an invalid format. Error details: '{0}'.</value>
Expand All @@ -4507,16 +4507,16 @@
<value>The validation of the attestation token has failed during signature validation. Exception: '{0}'.</value>
</data>
<data name="InvalidClaimInAttestationToken" xml:space="preserve">
<value>The validation of an attestation token failed. Claim '{0}' in the token has an invalid value of '{1}'. Verify the attestation policy - seehttps://go.microsoft.com/fwlink/?linkid=2157649for more details. If the policy is correct, contact Customer Support Services.</value>
<value>The validation of an attestation token failed. Claim '{0}' in the token has an invalid value of '{1}'. Verify the attestation policy - see https://go.microsoft.com/fwlink/?linkid=2157649 for more details. If the policy is correct, contact Customer Support Services.</value>
</data>
<data name="MissingClaimInAttestationToken" xml:space="preserve">
<value>The validation of the attestation token failed. Claim '{0}' is missing in the token. Verify the attestation policy - seehttps://go.microsoft.com/fwlink/?linkid=2157649for more details. If the policy is correct, contact Customer Support Services.</value>
<value>The validation of the attestation token failed. Claim '{0}' is missing in the token. Verify the attestation policy - see https://go.microsoft.com/fwlink/?linkid=2157649 for more details. If the policy is correct, contact Customer Support Services.</value>
</data>
<data name="VerifyEnclaveDebuggable" xml:space="preserve">
<value>Failed to check if the enclave is running in the production mode. Contact Customer Support Services.</value>
</data>
<data name="VerifyEnclavePolicyFailedFormat" xml:space="preserve">
<value>Could not verify enclave policy due to a difference between the expected and actual values of the policy on property '{0}'. Actual: '{1}', Expected: '{2}' - seehttps://go.microsoft.com/fwlink/?linkid=2160553for more details.</value>
<value>Could not verify enclave policy due to a difference between the expected and actual values of the policy on property '{0}'. Actual: '{1}', Expected: '{2}' - see https://go.microsoft.com/fwlink/?linkid=2160553 for more details.</value>
</data>
<data name="VerifyEnclaveReportFailed" xml:space="preserve">
<value>Signature verification of the enclave report failed. The report signature does not match the signature computed using the HGS root certificate. Verify the DNS mapping for the endpoint - see https://go.microsoft.com/fwlink/?linkid=2160553 for more details. If correct, contact Customer Support Services.</value>
Expand Down

0 comments on commit 8b1b7a9

Please sign in to comment.