mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update bdc notebook (#6286)
* update bdc notebook and remove sql-image for now * update test
This commit is contained in:
@@ -26,11 +26,6 @@
|
||||
],
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "azdata.resource.sql-image.deploy",
|
||||
"title": "%deploy-sql-image-command-name%",
|
||||
"category": "%deploy-resource-command-category%"
|
||||
},
|
||||
{
|
||||
"command": "azdata.resource.sql-bdc.deploy",
|
||||
"title": "%deploy-sql-bdc-command-name%",
|
||||
@@ -50,10 +45,6 @@
|
||||
}
|
||||
],
|
||||
"dataExplorer/action": [
|
||||
{
|
||||
"command": "azdata.resource.sql-image.deploy",
|
||||
"group": "secondary"
|
||||
},
|
||||
{
|
||||
"command": "azdata.resource.sql-bdc.deploy",
|
||||
"group": "secondary"
|
||||
@@ -62,56 +53,6 @@
|
||||
}
|
||||
},
|
||||
"resourceTypes": [
|
||||
{
|
||||
"name": "sql-image",
|
||||
"displayName": "%resource-type-sql-image-display-name%",
|
||||
"description": "%resource-type-sql-image-description%",
|
||||
"platforms": [
|
||||
"darwin",
|
||||
"win32",
|
||||
"linux"
|
||||
],
|
||||
"icon": {
|
||||
"light": "./images/sql_server.svg",
|
||||
"dark": "./images/sql_server_inverse.svg"
|
||||
},
|
||||
"options": [
|
||||
{
|
||||
"name": "version",
|
||||
"displayName": "%version-display-name%",
|
||||
"values": [
|
||||
{
|
||||
"name": "sql2017",
|
||||
"displayName": "%sql-2017-display-name%"
|
||||
},
|
||||
{
|
||||
"name": "sql2019",
|
||||
"displayName": "%sql-2019-display-name%"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"providers": [
|
||||
{
|
||||
"notebook": "%sql-2017-docker-notebook%",
|
||||
"requiredTools": [
|
||||
{
|
||||
"name": "docker"
|
||||
}
|
||||
],
|
||||
"when": "version=sql2017"
|
||||
},
|
||||
{
|
||||
"notebook": "%sql-2019-docker-notebook%",
|
||||
"requiredTools": [
|
||||
{
|
||||
"name": "docker"
|
||||
}
|
||||
],
|
||||
"when": "version=sql2019"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sql-bdc",
|
||||
"displayName": "%resource-type-sql-bdc-display-name%",
|
||||
|
||||
Reference in New Issue
Block a user