ais-open / azure-blueprint

16 stars 20 forks source link

Pre-deploy scrip password complexity checking broken #86

Closed jomolesk closed 7 years ago

jomolesk commented 7 years ago

For example, asdfASDF1234!@#$ is returning an error: image

Can we update this script so that the password is checked inline? As it works now, if a non-compliant password is entered, the user isn't informed until ALL parameters are entered. Then they have to completely re-run the script.

davoodharun commented 7 years ago

@jomolesk I updated the script. Now you are prompted for each password in the beginning of the script. Password validation is also done after each password is entered. Can you confirm if this works for you?

jomolesk commented 7 years ago

image