Remove unneeded descriptions from MIAA deploy (#12863)

This commit is contained in:
Charles Gagnon
2020-10-09 13:22:59 -07:00
committed by GitHub
parent 9389a92896
commit 653b442b60

View File

@@ -564,7 +564,6 @@
"variableName": "AZDATA_NB_VAR_SQL_INSTANCE_NAME",
"type": "text",
"defaultValue": "sqlinstance1",
"description": "%arc.sql.invalid.instance.name%",
"required": true,
"textValidationRequired": true,
"textValidationRegex": "^[a-z]([-a-z0-9]{0,11}[a-z0-9])?$",
@@ -574,7 +573,6 @@
"label": "%arc.sql.username%",
"variableName": "AZDATA_NB_VAR_SQL_USERNAME",
"type": "text",
"description": "%arc.sql.invalid.username%",
"required": true,
"textValidationRequired": true,
"textValidationRegex": "^(?!sa$)",