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:
Alan Ren
2019-08-14 16:33:22 -07:00
committed by GitHub
parent 3bb70a7b1f
commit 4e8c06f36d
3 changed files with 136 additions and 47 deletions

View File

@@ -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": "",