mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 18:48:33 -05:00
Alanren/tool check (#5810)
* tool check * tools table update * buttons * update tools table * remove tool status check * updates * PR comments
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
"azdata": "^1.6.0"
|
||||
},
|
||||
"activationEvents": [
|
||||
"onCommand:azdata.resource.sql-image.deploy",
|
||||
"onCommand:azdata.resource.sql-bdc.deploy"
|
||||
"*"
|
||||
],
|
||||
"main": "./out/main",
|
||||
"repository": {
|
||||
@@ -22,7 +21,8 @@
|
||||
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
||||
},
|
||||
"extensionDependencies": [
|
||||
"Microsoft.mssql"
|
||||
"microsoft.mssql",
|
||||
"microsoft.notebook"
|
||||
],
|
||||
"contributes": {
|
||||
"commands": [
|
||||
@@ -35,6 +35,11 @@
|
||||
"command": "azdata.resource.sql-bdc.deploy",
|
||||
"title": "%deploy-sql-bdc-command-name%",
|
||||
"category": "%deploy-resource-command-category%"
|
||||
},
|
||||
{
|
||||
"command": "azdata.resource.deploy",
|
||||
"title": "%deploy-resource-command-name%",
|
||||
"category": "%deploy-resource-command-category%"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
@@ -119,10 +124,6 @@
|
||||
"name": "version",
|
||||
"displayName": "%version-display-name%",
|
||||
"values": [
|
||||
{
|
||||
"name": "ctp2.5",
|
||||
"displayName": "%sql-2019ctp25-display-name%"
|
||||
},
|
||||
{
|
||||
"name": "ctp3.0",
|
||||
"displayName": "%sql-2019ctp30-display-name%"
|
||||
@@ -145,33 +146,6 @@
|
||||
}
|
||||
],
|
||||
"providers": [
|
||||
{
|
||||
"notebook": "%bdc-ctp25-aks-notebook%",
|
||||
"requiredTools": [
|
||||
{
|
||||
"name": "kubectl"
|
||||
},
|
||||
{
|
||||
"name": "azcli"
|
||||
},
|
||||
{
|
||||
"name": "mssqlctl"
|
||||
}
|
||||
],
|
||||
"when": "target=aks&&version=ctp2.5"
|
||||
},
|
||||
{
|
||||
"notebook": "%bdc-ctp25-existing-cluster-notebook%",
|
||||
"requiredTools": [
|
||||
{
|
||||
"name": "kubectl"
|
||||
},
|
||||
{
|
||||
"name": "mssqlctl"
|
||||
}
|
||||
],
|
||||
"when": "target=existingCluster&&version=ctp2.5"
|
||||
},
|
||||
{
|
||||
"notebook": "%bdc-ctp30-aks-notebook%",
|
||||
"requiredTools": [
|
||||
|
||||
Reference in New Issue
Block a user