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
307 stars 601 forks source link

New Feature - Add more site settings #59

Closed mwiedemeyer closed 6 months ago

mwiedemeyer commented 6 months ago

Hi, I would like to introduce some more site settings:

I hope you find this useful and will merge it into the next release.

BryanSoltis commented 6 months ago

Hi @mwiedemeyer,

Thank you for your contribution! These are great ideas and will help make the tool more customizable. The next version of the tool will be converted to .NET 8 and there are lot of architecture changes. I will manually merge these into my migration environment and they will be included in v4.0.0!

mwiedemeyer commented 6 months ago

Awesome, thanks! If you need someone to test v4, let me know 😉

BryanSoltis commented 6 months ago

Hi Marco,

I wanted to let you know I'll be closing this pull request (without merging due to the upcoming architecture changes). All your changes are incorporated into the new version (albeit with some modifications). I should be publishing the new preview package later this week so you can test it out to make sure it's what you are expecting.

Thank you again for your contribution!

-Bryan

BryanSoltis commented 6 months ago

Hello Marco,

I wanted to let you know I published a draft release of v4.0.0 today. This release contains your modifications, along with a number of improvements (including an update to .NET 8). You can view the full release details here:

https://github.com/mspnp/AzureNamingTool/releases/tag/v4.0.0

Please be sure to view the Release notes for important details:

https://github.com/mspnp/AzureNamingTool/wiki/v4.0.0

Please let me know if you encounter any issues with the release, and thank you for helping with the new version testing!