mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 17:23:40 -05:00
15 lines
752 B
JSON
15 lines
752 B
JSON
{
|
|
"description": "Support for managing SQL Server Big Data Clusters",
|
|
"text.sqlServerBigDataClusters": "SQL Server Big Data Clusters",
|
|
"command.connectController.title": "Connect to Existing Controller",
|
|
"command.createController.title": "Create New 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"
|
|
}
|