mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 03:28:33 -05:00
Remove BDC view feature flag (#6952)
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
"sqlBigDataCluster": [
|
||||
{
|
||||
"id": "sqlBigDataCluster",
|
||||
"name": "%text.sqlServerBigDataClusters%",
|
||||
"when": "config.bigDataClusters.enabled"
|
||||
"name": "%text.sqlServerBigDataClusters%"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -73,17 +72,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "%text.sqlServerBigDataClusters%",
|
||||
"properties": {
|
||||
"bigDataClusters.enabled": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%text.sqlServerBigDataClustersEnabledConfig.description%"
|
||||
}
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"command": "bigDataClusters.command.addController",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"description": "Support for managing SQL Server big data clusters",
|
||||
"text.sqlServerBigDataClusters": "SQL Server big data clusters",
|
||||
"text.sqlServerBigDataClustersEnabledConfig.description":"Whether the SQL Server big data clusters data explorer view is enabled",
|
||||
"command.addController.title": "Connect to Controller",
|
||||
"command.deleteController.title" : "Delete",
|
||||
"command.refreshController.title" : "Refresh",
|
||||
|
||||
Reference in New Issue
Block a user