mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
optional database name option (#17538)
* optional database name option * object explorer connection title * revert unexpected change * bug fixes
This commit is contained in:
@@ -109,20 +109,6 @@
|
||||
"categoryValues": null,
|
||||
"isRequired": true,
|
||||
"isArray": false
|
||||
},
|
||||
{
|
||||
"specialValueType": "databaseName",
|
||||
"isIdentity": true,
|
||||
"name": "database",
|
||||
"displayName": "%azuremonitor.connectionOptions.databaseName.displayName%",
|
||||
"description": "%azuremonitor.connectionOptions.databaseName.description%",
|
||||
"groupName": "%azuremonitor.connectionProperties.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
"categoryValues": null,
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user