You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Add deployment.debug.template.json when creating new solution. The template refer to the debug flavour image of the modules and has debug createOptions populated automatically.
Enable switch between different platforms for Azure IoT Edge Solution. User could switch the platform through status bar. By default, we provide "arm32v7", "amd64" and "windows-amd64" as the platform set since these are Azure IoT Edge supporting platforms today. Besides, user could customize new platform via user settings (azure-iot-edge.platforms). Now the image reference parameter in deployment template could be platform neutral. And the platform configured will be used when build the solution. For example, to reference the module "SampleModule" in deployment template, the parameter could be "${MODULES.SampleModule}" which does not have the platfrom suffix like ".amd64".
Add third party module template support. User can define custom module scaffolding command in the user setting. And when add new module, the command could be triggered in the workflow.
Changed
Change default type of "createOptions" in deloyment.template.json/deployment.debug.template.json to json object.
Support build/generate/run template files which has .template.json suffix through command palette