Commit graph

2 commits

Author SHA1 Message Date
James Bardin
2c4608fe9e update import validate test
The diagnostics have been made more accurate, pointing to the
problematic line rather than just the import block name.
2023-09-26 11:37:35 -04:00
CJ Horton
bd6ba6cf99
check for duplicate import blocks (#33190)
Importing to the same target address twice or importing the same ID
to multiple different resources of the same type is not allowed.
2023-05-12 23:14:44 +01:00