Azure-Samples / LUIS-DevOps-Template

Template repo encapsulating best engineering practices and DevOps using GitHub Actions for the development of a LUIS application.
MIT License
21 stars 17 forks source link

Converted model lu using bf tool after luis portal export fails pipeline #39

Closed paragppp closed 4 years ago

paragppp commented 4 years ago

After downloading exported json from LUIS.ai portal, converting it to lu format using bf tool, fails the pipeline build (10 out of 15 unit tests pass). After investigating, the issue is with loss of child ml entities

AndyCW commented 4 years ago

botframework-cli 4.9.0 has just released which fixes this issue.