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
346 stars 721 forks source link

Update Devices/IotHubs/certificates resource type #85

Closed ciprianglg closed 7 months ago

ciprianglg commented 7 months ago

Existing Regex gives error in case you want to generate a name: Invalid pattern '^[a-zA-Z0-9_-.]{1,64}$' at offset 15. [x-y] range in reverse order.

ciprianglg commented 7 months ago

I will create new one to scope it to dev branch