mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Show Trust server certificate on dialog and fix bool select-box defaults (#21020)
This commit is contained in:
@@ -1042,7 +1042,7 @@
|
||||
"description": "%mssql.connectionOptions.encrypt.description%",
|
||||
"groupName": "%mssql.connectionOptions.groupName.security%",
|
||||
"valueType": "boolean",
|
||||
"defaultValue": null,
|
||||
"defaultValue": "true",
|
||||
"objectType": null,
|
||||
"categoryValues": null,
|
||||
"isRequired": false,
|
||||
@@ -1071,11 +1071,12 @@
|
||||
"description": "%mssql.connectionOptions.trustServerCertificate.description%",
|
||||
"groupName": "%mssql.connectionOptions.groupName.security%",
|
||||
"valueType": "boolean",
|
||||
"defaultValue": null,
|
||||
"defaultValue": "false",
|
||||
"objectType": null,
|
||||
"categoryValues": null,
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
"isArray": false,
|
||||
"showOnConnectionDialog": true
|
||||
},
|
||||
{
|
||||
"specialValueType": null,
|
||||
|
||||
Reference in New Issue
Block a user