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