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

New-ClientVM naming bug when TenantName ends in numeric value #14

Open
ghost opened this issue Oct 22, 2020 · 1 comment
Open

New-ClientVM naming bug when TenantName ends in numeric value #14

ghost opened this issue Oct 22, 2020 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ghost
Copy link

ghost commented Oct 22, 2020

When I use TenantName "InTuneTraining987" and create 2x VMs in sequence, the resulting HyperV VM's are named:

  • InTuneTraining987_1 (correct)
  • InTuneTraining987_9872 (should be InTuneTraining987_2).

When I use TenantName "TestTraining" and create 2x VMs in sequence, the resulting HyperV VM's are named:

  • TestTraining_1 (correct)
  • TestTraining_2 (correct).

Could this be a bug that affects any TenantName that ends in a numeric value?

@tabs-not-spaces tabs-not-spaces added the bug Something isn't working label Jun 8, 2021
@tabs-not-spaces tabs-not-spaces self-assigned this Jun 8, 2021
@tabs-not-spaces tabs-not-spaces added the good first issue Good for newcomers label Jun 8, 2021
@tabs-not-spaces
Copy link
Owner

More than likely. I'll review the naming code and try and replicate, remediate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant