-
Couldn't load subscription status.
- Fork 37
Description
I created a issue on cli side which explains the usage of layered deployment manifest here.
Quote from answer:
I am assuming you are using Portal to validate whether a deployment is layered or not. The only mandatory field in a layered deployment is $edgeAgent. The portal examines the $edgeAgent object. If properties.desired: {} is defined the UI treats the deployment as a full edge deployment. If properties.desired.x is defined the UI treats the deployment as layered.
Is it possible to add support for generating manifest for layered deployment? Other issue explains the problems that I had with different template formats. In current state of the generator says that systemModules are missing when trying to generate template that is valid for generating layered deployment.