Description of problem: type "SecureString" parameters are converted into unprotected textarea
example:
"vmpassword": {
"type": "SecureString"
}
Version-Release number of selected component (if applicable):5.9.0.20
How reproducible:100%
Steps to Reproduce:
1.Create Azure Template with "SecureString"
2.Convert it to Service Dialog via menu option
3.Check that dialog element during provision/ in Automate/Customization menu
Actual results: Input text is unprotected/not hidden
Expected results:Protected textarea
Additional info: works on 5.8.3
Description of problem: type "SecureString" parameters are converted into unprotected textarea example: "vmpassword": { "type": "SecureString" } Version-Release number of selected component (if applicable):5.9.0.20 How reproducible:100% Steps to Reproduce: 1.Create Azure Template with "SecureString" 2.Convert it to Service Dialog via menu option 3.Check that dialog element during provision/ in Automate/Customization menu Actual results: Input text is unprotected/not hidden Expected results:Protected textarea Additional info: works on 5.8.3