mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
* Add config for ignoring SSL errors on BDC queries * Fix error handling in write stream * Disable tslint check * Handle promise appropriately * PR comments * Change defaults to true
14 lines
679 B
JSON
14 lines
679 B
JSON
{
|
|
"description": "Support for managing SQL Server Big Data Clusters",
|
|
"text.sqlServerBigDataClusters": "SQL Server Big Data Clusters",
|
|
"command.addController.title": "Connect to Controller",
|
|
"command.deleteController.title" : "Delete",
|
|
"command.refreshController.title" : "Refresh",
|
|
"command.manageController.title" : "Manage",
|
|
"command.mount.title" : "Mount HDFS",
|
|
"command.refreshmount.title" : "Refresh Mount",
|
|
"command.deletemount.title" : "Delete Mount",
|
|
"bdc.configuration.title" : "Big Data Cluster",
|
|
"bdc.ignoreSslVerification.desc" : "Ignore SSL verification errors against SQL Server Big Data Cluster endpoints such as HDFS, Spark, and Controller if true"
|
|
}
|