Generator is not generating all the root level resources in the proto files #3475
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
See this and the earlier comments in the thread for more context.
Given two top level resources added to the proto file:
It seems to only generate a resource for FolderLocation as
FolderLocationName
.These resource definitions are the parent to a child resource:
These should map properly to the the two top level resource definitions, but it only seems to map to one.
We need to investigate why only one of these resources is being created.
The text was updated successfully, but these errors were encountered: