mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
Read server options from publish profile (#21960)
* Read encrypt and trust server certificate * Set hostname in certificate setting * Address comment- open connection dialog if the connection string in publish profile doesn't load a connection, instead of throwing an error.
This commit is contained in:
@@ -546,6 +546,9 @@ export const authenticationSetting = 'Authentication';
|
||||
export const activeDirectoryInteractive = 'active directory interactive';
|
||||
export const userIdSetting = 'User ID';
|
||||
export const passwordSetting = 'Password';
|
||||
export const encryptSetting = 'Encrypt';
|
||||
export const trustServerCertificateSetting = 'Trust Server Certificate';
|
||||
export const hostnameInCertificateSetting = 'Host Name in Certificate';
|
||||
|
||||
export const azureAddAccount = localize('azureAddAccount', "Add an Account...");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user