Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

bf orchestrator:create fails when LU files have labels #1273

@chrimc62

Description

@chrimc62

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:

  1. Create an LU file a.lu that includes entity labels.
  2. Call bf orchestrator:create -i a.lu
  3. It will fail to parse.

Expected behavior

Entities should work.

Additional context

The issue is that in findLuFiles the structure that is created as {content, options{id}} rather than {content, id}.

[bug]

Metadata

Metadata

Assignees

Labels

bugIndicates an unexpected problem or an unintended behavior.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions