mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
deploy BDC wizard improvement for CU1 (#7756)
* unified admin user account (#7485) * azdata changes * spaces * error message * comments * support AD authentication for bdc deployment (#7518) * enable ad authentication * remove export for internal interface * add comments * more changes after testing * update notebooks * escape slash * more comments * Update deploy-bdc-aks.ipynb * Update deploy-bdc-existing-aks.ipynb * Update deploy-bdc-existing-kubeadm.ipynb * AD changes and review feedback (#7618) * enable ad authentication * remove export for internal interface * add comments * more changes after testing * update notebooks * escape slash * more comments * Update deploy-bdc-aks.ipynb * Update deploy-bdc-existing-aks.ipynb * Update deploy-bdc-existing-kubeadm.ipynb * address comments from scenario review (#7546) * support AD authentication for bdc deployment (#7518) * enable ad authentication * remove export for internal interface * add comments * more changes after testing * update notebooks * escape slash * more comments * Update deploy-bdc-aks.ipynb * Update deploy-bdc-existing-aks.ipynb * Update deploy-bdc-existing-kubeadm.ipynb * scenario review feedbacks * more fixes * adjust the display order of resource types * different way to implement left side buttons * revert unwanted changes * rename variable * more fixes for the scenario review feedback (#7589) * fix more issues * add help links * model view readonly text with links * fix size string * address comments * update notebooks * text update * address the feedback of 2nd round of deploy BDC wizard review (#7646) * 2nd review meeting comments * fix the unit test failure * recent changes in azdata * notebook background execution with azdata (#7741) * notebook background execution with azdata * prompt to open notebook in case of failure * fix path quote issue * better temp file handling * expose docker settings (#7751) * add docker settings * new icon for container image
This commit is contained in:
@@ -26,16 +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%",
|
||||
"category": "%deploy-resource-command-category%"
|
||||
},
|
||||
{
|
||||
"command": "azdata.resource.deploy",
|
||||
"title": "%deploy-resource-command-name%",
|
||||
@@ -55,14 +45,6 @@
|
||||
}
|
||||
],
|
||||
"dataExplorer/action": [
|
||||
{
|
||||
"command": "azdata.resource.sql-image.deploy",
|
||||
"group": "secondary"
|
||||
},
|
||||
{
|
||||
"command": "azdata.resource.sql-bdc.deploy",
|
||||
"group": "secondary"
|
||||
},
|
||||
{
|
||||
"command": "azdata.resource.deploy",
|
||||
"group": "secondary"
|
||||
@@ -72,6 +54,7 @@
|
||||
"resourceDeploymentTypes": [
|
||||
{
|
||||
"name": "sql-image",
|
||||
"displayIndex": 2,
|
||||
"displayName": "%resource-type-sql-image-display-name%",
|
||||
"description": "%resource-type-sql-image-description%",
|
||||
"platforms": "*",
|
||||
@@ -202,6 +185,7 @@
|
||||
},
|
||||
{
|
||||
"name": "sql-bdc",
|
||||
"displayIndex": 3,
|
||||
"displayName": "%resource-type-sql-bdc-display-name%",
|
||||
"description": "%resource-type-sql-bdc-description%",
|
||||
"platforms": "*",
|
||||
@@ -243,7 +227,8 @@
|
||||
{
|
||||
"wizard": {
|
||||
"type": "new-aks",
|
||||
"notebook": "%bdc-2019-aks-notebook%"
|
||||
"notebook": "%bdc-2019-aks-notebook%",
|
||||
"azdata_notebook": "%azdata-bdc-2019-aks-notebook%"
|
||||
},
|
||||
"requiredTools": [
|
||||
{
|
||||
@@ -261,7 +246,8 @@
|
||||
{
|
||||
"wizard": {
|
||||
"type": "existing-aks",
|
||||
"notebook": "%bdc-2019-existing-aks-notebook%"
|
||||
"notebook": "%bdc-2019-existing-aks-notebook%",
|
||||
"azdata_notebook": "%azdata-bdc-2019-existing-aks-notebook"
|
||||
},
|
||||
"requiredTools": [
|
||||
{
|
||||
@@ -276,7 +262,8 @@
|
||||
{
|
||||
"wizard": {
|
||||
"type": "existing-kubeadm",
|
||||
"notebook": "%bdc-2019-existing-kubeadm-notebook%"
|
||||
"notebook": "%bdc-2019-existing-kubeadm-notebook%",
|
||||
"azdata_notebook": "%azdata-bdc-2019-existing-kubeadm-notebook%"
|
||||
},
|
||||
"requiredTools": [
|
||||
{
|
||||
@@ -309,6 +296,7 @@
|
||||
},
|
||||
{
|
||||
"name": "sql-windows-setup",
|
||||
"displayIndex": 1,
|
||||
"displayName": "%resource-type-sql-windows-setup-display-name%",
|
||||
"description": "%resource-type-sql-windows-setup-description%",
|
||||
"platforms": [
|
||||
|
||||
Reference in New Issue
Block a user