Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The password "Dax???????" is incorrect when creating an advanced windows VM #255

Open
v-xinda opened this issue Jun 10, 2021 · 1 comment
Labels
AT-CTI Created by CTI team bug Something isn't working P2
Milestone

Comments

@v-xinda
Copy link

v-xinda commented Jun 10, 2021

OS: Win10
Build Version: 20210609.1

Repro Steps:

  1. F1 -> Create Virtual Machine...(Advanced) -> Enter a name -> Windows -> Select a Windows image -> Enter a username
    -> Enter an admin password which entered the special character is "?" (e.g. Dxe???????).
  2. Check whether the password is correct.

Expect:
The password is correct.

Actual:
The password is incorrect.
image

More Info:

  1. This issue doesn't reproduce when creating a Windows VM in portal.
    image
  2. This issue doesn't reproduce when entering the !, @, #, $, %, ^, &, * special characters.
  3. This issue also reproduces when entering the ., =, +, <, > special characters.
@v-xinda v-xinda added the AT-CTI Created by CTI team label Jun 10, 2021
@nturinski
Copy link
Member

I need to update this special character array to reflect whatever the portal is using: https://github.com/microsoft/vscode-azurevirtualmachines/blob/main/src/commands/createVirtualMachine/PassphrasePromptStep.ts#L78

@nturinski nturinski added bug Something isn't working P2 AT-CTI Created by CTI team and removed AT-CTI Created by CTI team labels Jun 16, 2021
@nturinski nturinski added this to the 0.5.0 milestone Jun 16, 2021
@alexweininger alexweininger modified the milestones: 0.5.0, 0.7.0 Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT-CTI Created by CTI team bug Something isn't working P2
Projects
None yet
Development

No branches or pull requests

3 participants