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
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Versions
@microsoft/bf-orchestrator-cli 4.14.1
Describe the bug
When you have an LU file with labels you get a parsing failure when doing create.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Entities should work.
Additional context
The issue is that in
findLuFilesthe structure that is created as{content, options{id}}rather than{content, id}.[bug]