hashicorp / pandora

A suite of single-purpose tools enabling automation for Terraform/Azure
Mozilla Public License 2.0
65 stars 46 forks source link

`importer`: try to merge resources of tags which share the same normalize name #4331

Open wuxu92 opened 1 month ago

wuxu92 commented 1 month ago

fixes #4323

there are two similar tags share the same normalizedName (note one tag ends with a dot(.) ) in devcenter.json, we can merge these two tags' operation into the same resource. This may seem like a swagger issue, but we can address it here since fixing swagger could take longer.

Attached NetworkConnections: https://github.com/Azure/azure-rest-api-specs/blob/09741dc7c9e43a8f9401d782186cac723dc4af71/specification/devcenter/resource-manager/Microsoft.DevCenter/stable/2023-04-01/devcenter.json#L1260C1-L1261C1 Attached NetworkConnections. : https://github.com/Azure/azure-rest-api-specs/blob/09741dc7c9e43a8f9401d782186cac723dc4af71/specification/devcenter/resource-manager/Microsoft.DevCenter/stable/2023-04-01/devcenter.json#L628