mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
add sql password validation (#6715)
* add sql password validation * refactor the code * correct the user name for bdc, it is also sa * comments
This commit is contained in:
@@ -113,7 +113,8 @@
|
||||
{
|
||||
"label": "%docker-sql-password-field%",
|
||||
"variableName": "AZDATA_NB_VAR_DOCKER_PASSWORD",
|
||||
"type": "password",
|
||||
"type": "sql_password",
|
||||
"userName": "sa",
|
||||
"confirmationRequired": true,
|
||||
"confirmationLabel": "%docker-confirm-sql-password-field%",
|
||||
"defaultValue": "",
|
||||
@@ -163,7 +164,8 @@
|
||||
{
|
||||
"label": "%docker-sql-password-field%",
|
||||
"variableName": "AZDATA_NB_VAR_DOCKER_PASSWORD",
|
||||
"type": "password",
|
||||
"type": "sql_password",
|
||||
"userName": "sa",
|
||||
"confirmationRequired": true,
|
||||
"confirmationLabel": "%docker-confirm-sql-password-field%",
|
||||
"defaultValue": "",
|
||||
@@ -266,7 +268,8 @@
|
||||
{
|
||||
"label": "%bdc-password-field%",
|
||||
"variableName": "AZDATA_NB_VAR_BDC_CONTROLLER_PASSWORD",
|
||||
"type": "password",
|
||||
"type": "sql_password",
|
||||
"userName": "sa",
|
||||
"confirmationRequired": true,
|
||||
"confirmationLabel": "%bdc-confirm-password-field%",
|
||||
"defaultValue": "",
|
||||
@@ -370,7 +373,8 @@
|
||||
{
|
||||
"label": "%bdc-password-field%",
|
||||
"variableName": "AZDATA_NB_VAR_BDC_CONTROLLER_PASSWORD",
|
||||
"type": "password",
|
||||
"type": "sql_password",
|
||||
"userName": "sa",
|
||||
"confirmationRequired": true,
|
||||
"confirmationLabel": "%bdc-confirm-password-field%",
|
||||
"defaultValue": "",
|
||||
@@ -421,7 +425,8 @@
|
||||
{
|
||||
"label": "%bdc-password-field%",
|
||||
"variableName": "AZDATA_NB_VAR_BDC_CONTROLLER_PASSWORD",
|
||||
"type": "password",
|
||||
"type": "sql_password",
|
||||
"userName": "sa",
|
||||
"confirmationRequired": true,
|
||||
"confirmationLabel": "%bdc-confirm-password-field%",
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user