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

v3.4.0 #54

Closed BryanSoltis closed 7 months ago

BryanSoltis commented 7 months ago

IMPORTANT NOTES With the release of v3.4.0, the Azure Naming Tool will be upgraded to a .NET 8 Blazor Web App. This will require an update to the hosting environment, as well as a BACKUP & RESTORE of your configuration. Review the v3.4.0 Migration Guide for details.

View the Azure Naming Tool v3.4 Migration Guide

FEATURES Added Apply Delimiter Before/After Components functionality Added functionality to apply/disable delimiter for a resource type Added Validation Notes to Generate Page display missing fields/invalid values BUG FIXES Updated Reference page to properly generate names with Free Form text components Updated Generate page to display Generated note for free form components Updated Generate page to properly validate optional/required fields and value lengths Updated Location spellings Fixed #48 - Updated messaging on Generate page for removed delimiter. Updated Name Generation to validate component value length. CONTRIBUTORS paulschermers