mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
* Mount delete, refresh and default to new folder for mount create - Delete mount action added - Refresh mount action added - Added "mymount" to theend of existing path so that we don't use already-existing HDFS folder. The call fails unless folder doesn't exist
12 lines
470 B
JSON
12 lines
470 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"
|
|
}
|