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

Add resource: IpGroup #16

Closed Kadashnikov closed 10 months ago

Kadashnikov commented 10 months ago

Is your feature request related to a problem? Please describe. IP group is missing so must be manually created.

Describe the solution you'd like "resource": Network/IpGroup "ShortName": ipg or something similar

Describe alternatives you've considered Only alternative is manual creation prone to human error naming.

https://learn.microsoft.com/en-us/cli/azure/network/ip-group?view=azure-cli-latest

BryanSoltis commented 10 months ago

Hello @Kadashnikov,

Thank you for your feedback. The resource type definition is extremely manual and we are always lagging behind the many new Azure resources that are available (due to the complexity of defining the regex and verifying the approved short names, etc.). We will add this to our next resoucetypes.json file update.