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

Update typographical error in deployment short name #40

Closed benverhees closed 2 weeks ago

benverhees commented 8 months ago

This pull request addresses a typographical error found in the short name of the deployment resource type. Previously, it was inaccurately typed as deloy instead of the correct term deploy.

benverhees commented 8 months ago

The cause of this issue might be the max 5 character convention that seems to be used for resource types. This character limit may have inadvertently encouraged typos or unclear abbreviations. If the 5 character limit is to be enforced, I'd suggest to use dploy as an alternative short name. That version maintains the 5 character limit while creating a stronger resemblance to the full term, reducing the chance of it being seen as a typographical error.

jamasten commented 2 weeks ago

Thank you for pointing out the unclear abbreviation. I went with your suggestion that uses 5 characters to keep the tool consistent.