-
Notifications
You must be signed in to change notification settings - Fork 36
Description
When using a deployment manifest file generated by VS code extension for IoT Edge, the following error occurred in IoT Central.
https://docs.microsoft.com/en-us/answers/questions/396477/iot-central-not-upload-iot-edge-deployment-manifes.html
This is because the deployment manifest includes createOption01 when generating in VS code.
In VS Code, when right clicking a deployment.template.json file with a long createOptions and selecting Generate IoT Edge Deployment Manifest, this will create a deployment manifest file containing CreateOptions01. I have attached the samples.
deployment.template.json.txt
deployment.arm64v8.json.txt
IoT Central cannot accept the JSON definition that is split into createOptions and createOptions01.
Is it possible to change the specifications of the extension so that they are not split even when the createOptions string is too long?
Thanks,
Yasuhiro