Skip to content

createOptions split into createOptions01, 02, 03... if too long #580

@yahanda

Description

@yahanda

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions