mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Introduce mssql connection property 'host name in certificate' (#21064)
This commit is contained in:
@@ -245,6 +245,20 @@
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
},
|
||||
{
|
||||
"specialValueType": null,
|
||||
"isIdentity": false,
|
||||
"name": "hostNameInCertificate",
|
||||
"displayName": "%cms.connectionOptions.hostNameInCertificate.displayName%",
|
||||
"description": "%cms.connectionOptions.hostNameInCertificate.description%",
|
||||
"groupName": "%cms.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