mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Introduce mssql connection property 'host name in certificate' (#21064)
This commit is contained in:
@@ -849,6 +849,20 @@
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
},
|
||||
{
|
||||
"specialValueType": null,
|
||||
"isIdentity": false,
|
||||
"name": "hostNameInCertificate",
|
||||
"displayName": "%mssql.connectionOptions.hostNameInCertificate.displayName%",
|
||||
"description": "%mssql.connectionOptions.hostNameInCertificate.description%",
|
||||
"groupName": "%mssql.connectionOptions.groupName.security%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
"categoryValues": null,
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
},
|
||||
{
|
||||
"specialValueType": null,
|
||||
"isIdentity": false,
|
||||
|
||||
Reference in New Issue
Block a user