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

Comments

add version in luis recognizer and settings file and adjust deleteOldVersion interface#962

Merged
feich-ms merged 4 commits intomainfrom
feich/writeVersion
Sep 4, 2020
Merged

add version in luis recognizer and settings file and adjust deleteOldVersion interface#962
feich-ms merged 4 commits intomainfrom
feich/writeVersion

Conversation

@feich-ms
Copy link
Contributor

@feich-ms feich-ms commented Sep 2, 2020

Per requirememts of version control, add version property in luis recognizer and settings file to enable version control. And also adjust deleteOldVersion to keepVersions in luis builder interface. The keepVersions parameter is number of kept luis application versions when updating. Composer can set it to a reasonable value(such as 5 or 10 or even 100) when consuming this keepVersions interface. For luis build CLI, no interface changes. If the deleteOldVersion is set true, that means keeping only one latest version and delete all other versions, if deleteOldVersion is not set or set to false, the luis build will keep all versons up to 100(LUIS limit).

@feich-ms feich-ms changed the title add version in luis recognizer and settings file add version in luis recognizer and settings file and adjust deleteOldVersion interface Sep 3, 2020
Copy link
Contributor

@tomlm tomlm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@feich-ms feich-ms merged commit c063415 into main Sep 4, 2020
@feich-ms feich-ms deleted the feich/writeVersion branch October 13, 2020 02:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants