Remove BDC view feature flag (#6952)

This commit is contained in:
Charles Gagnon
2019-08-26 11:09:18 -07:00
committed by GitHub
parent 84b3e876d7
commit 877a71d673
2 changed files with 1 additions and 14 deletions

View File

@@ -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",

View File

@@ -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",