mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 10:58:31 -05:00
Fix advanced options for CMS and MSSQL (#22708)
This commit is contained in:
@@ -1198,20 +1198,6 @@
|
||||
"isArray": false,
|
||||
"showOnConnectionDialog": true
|
||||
},
|
||||
{
|
||||
"specialValueType": null,
|
||||
"isIdentity": false,
|
||||
"name": "attachedDBFileName",
|
||||
"displayName": "%mssql.connectionOptions.attachedDBFileName.displayName%",
|
||||
"description": "%mssql.connectionOptions.attachedDBFileName.description%",
|
||||
"groupName": "%mssql.connectionOptions.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
"categoryValues": null,
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
},
|
||||
{
|
||||
"specialValueType": null,
|
||||
"isIdentity": false,
|
||||
@@ -1371,8 +1357,8 @@
|
||||
"isIdentity": false,
|
||||
"name": "attachDbFilename",
|
||||
"displayName": "%mssql.connectionOptions.attachDbFilename.displayName%",
|
||||
"description": null,
|
||||
"groupName": null,
|
||||
"description": "%mssql.connectionOptions.attachDbFilename.description%",
|
||||
"groupName": "%mssql.connectionOptions.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
|
||||
Reference in New Issue
Block a user