mspnp / AzureNamingTool

The Azure Naming Tool is a .NET 8 Blazor application, with a RESTful API. The UI consists of several pages to allow the configuration and generation of Azure Resource names. The API provides a programmatic interface for the functionality.
https://aka.ms/azurenamingtool
MIT License
308 stars 604 forks source link

Issue Generating Name for Windows VM #20

Closed rich872 closed 9 months ago

rich872 commented 9 months ago

Describe the bug When trying to generate a name for a Windows VM it always generates a name for a Linux VM so the delimiter is present when it shouldn't be in the name. See attached pic.

To Reproduce Steps to reproduce the behavior:

  1. Go to Generated
  2. Select Compute for category
  3. Select Compute/virtualMachines - Windows (vm)
  4. Fill out all fields
  5. Click Generate

Expected behavior When you generate a name for a Windows VM it should generate a name for a Windows (not Linux) VM.

Screenshots If applicable, add screenshots to help explain your problem.

Installation Method Docker Container

Additional context Version 3.02

image
BryanSoltis commented 9 months ago

Hi @rich872,

Thank you for your feedback! This issue is due to a problem with the auto-complete field on the Generate page. This will be resolved in our next release.

rich872 commented 9 months ago

Thanks Bryan. Any idea when next release is due to come out?

BryanSoltis commented 9 months ago

V3.1.0 will most likely release next week some time. I have implemented the changes (along with other enhancements) but am still testing. If you like, you can view the new functionality in the Pre-Release version here:

v3.1.0 Pre-Release

rich872 commented 9 months ago

Fantastic, I'll check it out. BTW - great work on this tool. We are just starting to build out our Azure space to begin moving workloads and have been struggling with naming conventions. We found this tool and it has made things so much simpler for us. Excellent work! :)

BryanSoltis commented 9 months ago

Thank you for the feedback! We love hearing that the tool is helping, but also we want to implement improvements where we can.

If you had a moment, we always appreciate feedback here:

Feedback Form

BryanSoltis commented 9 months ago

This has been resolved in V3.1.0, which is now released!

-Bryan