-
Notifications
You must be signed in to change notification settings - Fork 374
feature: Adding VA template behind feature flag in Composer #4140
Conversation
Composer/plugins/vacore/template/scripts/VAScripts/deploy_cognitive_models.ps1
Outdated
Show resolved
Hide resolved
GeoffCoxMSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but you should have a more knowledgeable person with the plug-ins and templating approve before committing.
...ugins/vacore/template/scripts/DeploymentTemplates/function-template-with-preexisting-rg.json
Outdated
Show resolved
Hide resolved
benbrown
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some extraneous files here that should probably be removed.
Also, duplicating the boilerplate content is probably not good - we should make sure we ONLY include files that are NOT including in the boilerplate or runtime folders, and make sure they merge properly during creation. (/scripts folder, /schemas folder)
Composer/plugins/vacore/template/language-generation/en-us/general.en-us.lg
Show resolved
Hide resolved
Ben this will be addressed with the upcoming conversational-core deliverable
…t#4140) * Adding va core template plug in with corresponding plugin build steps * Adding env variable feature flag around VA=Core template * removing unused code that was initially added for custom runtime which has been removed * Updating react version in creation extension * Formatting template strings for localization Co-authored-by: Patrick Volum <[email protected]>
Description
This is the first of a series of PRs for VA Creation in Composer. This PR covers the addition of the VA Core template to Composer behind an env variabe (VA_CREATION) feature flag. fixes #4142
To test, pull this branch, set the VA_CREATION env variable to true in the command line and run
yarn start:devin that same command line. This will result in 'va-core' appearing in the list of bot templates.At current state the VA template is functional in Composer and can run locally if you have preprovisioned LUIS and QNA resources that you can publish to.
NOTE: