mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Remove unneeded descriptions from MIAA deploy (#12863)
This commit is contained in:
@@ -564,7 +564,6 @@
|
|||||||
"variableName": "AZDATA_NB_VAR_SQL_INSTANCE_NAME",
|
"variableName": "AZDATA_NB_VAR_SQL_INSTANCE_NAME",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"defaultValue": "sqlinstance1",
|
"defaultValue": "sqlinstance1",
|
||||||
"description": "%arc.sql.invalid.instance.name%",
|
|
||||||
"required": true,
|
"required": true,
|
||||||
"textValidationRequired": true,
|
"textValidationRequired": true,
|
||||||
"textValidationRegex": "^[a-z]([-a-z0-9]{0,11}[a-z0-9])?$",
|
"textValidationRegex": "^[a-z]([-a-z0-9]{0,11}[a-z0-9])?$",
|
||||||
@@ -574,7 +573,6 @@
|
|||||||
"label": "%arc.sql.username%",
|
"label": "%arc.sql.username%",
|
||||||
"variableName": "AZDATA_NB_VAR_SQL_USERNAME",
|
"variableName": "AZDATA_NB_VAR_SQL_USERNAME",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"description": "%arc.sql.invalid.username%",
|
|
||||||
"required": true,
|
"required": true,
|
||||||
"textValidationRequired": true,
|
"textValidationRequired": true,
|
||||||
"textValidationRegex": "^(?!sa$)",
|
"textValidationRegex": "^(?!sa$)",
|
||||||
|
|||||||
Reference in New Issue
Block a user