microsoft / NLU.DevOps

Tools supporting continuous integration and deployment for NLU services.
MIT License
36 stars 24 forks source link

Allow `--service-settings` to take a raw LUIS JSON app definition #25

Closed rozele closed 5 years ago

rozele commented 5 years ago

Currently, you need to wrap the LUIS JSON in a top-level property called appTemplate in the service settings. We should allow users to just use a vanilla LUIS JSON app definition. One option could be to check for a top-level property like luis_schema_version, and if it's there, assume we're just loading from a vanilla LUIS JSON file.

rozele commented 5 years ago

Closed by https://github.com/microsoft/NLU.DevOps/pull/82