You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user has specified a specific device and the interface map they intend to use, we should not attempt a multi-path match to the device profile, but rather specify the expected interface-map in our graph query.
Perhaps a conditional assertion of the interface map ID when constructing the graph query?
The text was updated successfully, but these errors were encountered:
This code is a problem:
https://github.com/Juniper/terraform-provider-apstra/blob/423b0e92b9b863684ad2fa6aef1de21ddceb10d5/apstra/blueprint/device_allocation.go#L305C1-L308C1
When the user has specified a specific device and the interface map they intend to use, we should not attempt a multi-path match to the device profile, but rather specify the expected interface-map in our graph query.
Perhaps a conditional assertion of the interface map ID when constructing the graph query?
The text was updated successfully, but these errors were encountered: