Update error dialog to include instructions text for SSL cert validation failure (#21036)

This commit is contained in:
Cheena Malhotra
2022-11-01 09:59:50 -07:00
committed by GitHub
parent 1de199dbd6
commit f5a3a9ad8c
7 changed files with 94 additions and 19 deletions

View File

@@ -24,6 +24,9 @@ export const passwordChars = '***************';
/* default authentication type setting name*/
export const defaultAuthenticationType = 'defaultAuthenticationType';
/* Connection Properties */
export const trustServerCertificate = 'trustServerCertificate';
/**
* Well-known Authentication types commonly supported by connection providers.
*/