This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
Luis:build should compare luis application name case insensitively #1044
Labels
lu
non luis api commands
Versions
4.11
Describe the bug
Luis build chooses to create or update an application based on comparing current app name with all the existing app names. Currently the comparison is case sensitve, so when an app name is only case different with the one of exising app names, the luis build will try to create a new app with that name. However, app name is case insensitive in luis service, so luis service will reject the creation of same app name that only case different and throw an error. This is not expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors are thrown out
Screenshots
Additional context
Add any other context about the problem here.
[bug]
The text was updated successfully, but these errors were encountered: