microsoft / vscode-azurevirtualmachines

Azure Virtual Machines extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurevirtualmachines
MIT License
32 stars 20 forks source link

Bug: VSC password length inconsistent with Azure Portal #275

Closed jeremyfiel closed 3 years ago

jeremyfiel commented 3 years ago

VSC password length is 8 characters. Portal requires min: 12 characters.

image

image

nturinski commented 3 years ago

I'm not sure why the portal is enforcing a value of 12, but an 8 character password seems to still create just fine. Maybe if it's an effort to improve user security?