dialog assisted notebooks (#6564)

This commit is contained in:
Alan Ren
2019-08-05 16:01:34 -07:00
committed by GitHub
parent 2431bb8e37
commit 2bb8806da6
13 changed files with 1074 additions and 225 deletions

View File

@@ -17,7 +17,28 @@
"bdc-2019-display-name": "SQL Server 2019 CTP 3.2 big data cluster",
"bdc-deployment-target": "Deployment target",
"bdc-deployment-target-aks": "New Azure Kubernetes Service Cluster",
"bdc-deployment-target-existing-cluster": "Existing Azure Kubernetes Service Cluster",
"bdc-deployment-target-existing-aks": "Existing Azure Kubernetes Service Cluster",
"bdc-2019-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-aks.ipynb",
"bdc-2019-existing-cluster-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-cluster.ipynb"
}
"bdc-2019-existing-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-aks.ipynb",
"docker-sql-2017-title": "Deploy SQL Server 2017 container images with Docker",
"docker-sql-2019-title": "Deploy SQL Server 2019 container images with Docker",
"docker-container-name-field": "Container name",
"docker-sql-password-field": "SQL Server password",
"docker-confirm-sql-password-field": "Confirm password",
"docker-sql-port-field": "Port",
"bdc-new-aks-dialog-title": "Deploy SQL Server big data cluster on new AKS cluster",
"bdc-existing-aks-dialog-title": "Deploy SQL Server big data cluster on existing AKS cluster",
"bdc-cluster-settings-section-title": "SQL Server big data cluster settings",
"bdc-cluster-name-field": "Cluster name",
"bdc-controller-username-field": "Controller username",
"bdc-password-field": "Password",
"bdc-confirm-password-field": "Confirm password",
"bdc-azure-settings-section-title": "Azure settings",
"bdc-azure-subscription-id-field": "Subscription id",
"bdc-azure-subscription-id-placeholder": "Use my default Azure subscription",
"bdc-azure-resource-group-field": "Resource group name",
"bdc-azure-region-field": "Region",
"bdc-azure-aks-name-field": "AKS cluster name",
"bdc-azure-vm-size-field": "VM size",
"bdc-azure-vm-count-field": "VM count"
}