This repository was archived by the owner on Jan 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
bf luis:version:export "\n" instead of line breaks #1307
Copy link
Copy link
Open
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.customer-replied-toIndicates that the team has replied to the issue reported by the customer. Do not delete.Indicates that the team has replied to the issue reported by the customer. Do not delete.customer-reportedIssue is created by anyone that is not a collaborator in the repository.Issue is created by anyone that is not a collaborator in the repository.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.
Milestone
Metadata
Metadata
Assignees
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.customer-replied-toIndicates that the team has replied to the issue reported by the customer. Do not delete.Indicates that the team has replied to the issue reported by the customer. Do not delete.customer-reportedIssue is created by anyone that is not a collaborator in the repository.Issue is created by anyone that is not a collaborator in the repository.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Versions
4.14.114.8.0CMD,PowershellWindows 10Describe the bug
bf luis:version:export --exportLUreturns a .lu file with "\n" literal instead of actual line breaks. The file cannot be used until the "\n" are replaced with actual line breaks.To Reproduce
Steps to reproduce the behavior:
bf luis:version:export --exportLU...for an existing LUIS applicationExpected behavior
CLI command should return an immediately usable file.
Screenshots
Left-hand side shows the original file. Right-hand shows file after application is exported via CLI.

Additional context
This does not occur with the JSON CLI export, or when exporting from luis.ai
[bug]