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

Ability to do a bulk import of records into a custom component via Pwsh API call #35

Closed blaqvikin closed 7 months ago

blaqvikin commented 8 months ago

Tool version 2.7.0

Describe the bug I am checking if it is possible for me to import bulk records into a custom component via a Pwsh API call?

To Reproduce

This is a post body to create an NSG, would it be possible to have something similar but intended for adding multiple records under the BusinessUnit key? Steps to reproduce the behavior: "NetworkSecurityGroup1" = @{ ResourceType = "nsg" customComponents = @{ ResourceEnvironments = "prod" BusinessUnit = "marketing" ResourceRegions = "san" ResourceTypeSubset = "subn" ResourceIdentifier = "db" } }

Expected behavior I am expecting to have multiple records under the businessunit key.

Screenshots If applicable, add screenshots to help explain your problem.

Installation Method The installation is running on a container in Azure.

Additional context Add any other context about the problem here.

BryanSoltis commented 7 months ago

Added to backlog. Closing the issue.