mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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:
@@ -3,6 +3,7 @@
|
||||
"extension-description": "Provides a notebook-based experience to deploy SQL Server and other Azure Data Services",
|
||||
"deploy-sql-image-command-name": "Deploy SQL Server on Docker…",
|
||||
"deploy-sql-bdc-command-name": "Deploy SQL Server Big Data Cluster…",
|
||||
"deploy-resource-command-name": "Deploy SQL Server…",
|
||||
"deploy-resource-command-category": "Resource Deployment",
|
||||
"resource-type-sql-image-display-name": "Container Image",
|
||||
"resource-type-sql-image-description": "SQL Server container image on Docker",
|
||||
@@ -13,13 +14,10 @@
|
||||
"sql-2019-display-name": "SQL Server 2019",
|
||||
"sql-2017-docker-notebook": "./notebooks/sql2017-image-docker.ipynb",
|
||||
"sql-2019-docker-notebook": "./notebooks/sql2019-image-docker.ipynb",
|
||||
"sql-2019ctp25-display-name": "SQL Server 2019 Big Data Cluster CTP 2.5",
|
||||
"sql-2019ctp30-display-name": "SQL Server 2019 Big Data Cluster CTP 3.0",
|
||||
"bdc-deployment-target": "Deployment target",
|
||||
"bdc-deployment-target-aks": "New Azure Kubernetes Service Cluster",
|
||||
"bdc-deployment-target-existing-cluster": "Existing Kubernetes Cluster",
|
||||
"bdc-ctp25-aks-notebook": "./notebooks/sql2019-ctp25-bdc-aks.ipynb",
|
||||
"bdc-ctp25-existing-cluster-notebook": "./notebooks/sql2019-ctp25-bdc-existing-cluster.ipynb",
|
||||
"bdc-ctp30-aks-notebook": "./notebooks/sql2019-ctp30-bdc-aks.ipynb",
|
||||
"bdc-ctp30-existing-cluster-notebook": "./notebooks/sql2019-ctp30-bdc-existing-cluster.ipynb"
|
||||
}
|
||||
Reference in New Issue
Block a user