From 176d71ba3ae32d20e50ab9067917831902c78792 Mon Sep 17 00:00:00 2001 From: Gian Marco Gherardi Date: Mon, 24 Sep 2018 10:43:06 +0200 Subject: [PATCH] modules.{moduleId}.status is required According to this: https://github.com/Azure/iot-edge-v1/issues/613#issuecomment-392575070 --- articles/iot-edge/module-edgeagent-edgehub.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/iot-edge/module-edgeagent-edgehub.md b/articles/iot-edge/module-edgeagent-edgehub.md index 6d19b1484d52a..e145178eebf9a 100644 --- a/articles/iot-edge/module-edgeagent-edgehub.md +++ b/articles/iot-edge/module-edgeagent-edgehub.md @@ -41,6 +41,7 @@ The module twin for the Edge agent is called `$edgeAgent` and coordinates the co | systemModules.edgeHub.configuration.id | The ID of the deployment that deployed this module. | This property is set by IoT Hub when this manifest is applied using a deployment. Not part of a deployment manifest. | | modules.{moduleId}.version | A user-defined string representing the version of this module. | Yes | | modules.{moduleId}.type | Has to be "docker" | Yes | +| modules.{moduleId}.status | Has to be "running" | Yes | | modules.{moduleId}.restartPolicy | {"never" \| "on-failed" \| "on-unhealthy" \| "always"} | Yes | | modules.{moduleId}.settings.image | The URI to the module image. | Yes | | modules.{moduleId}.settings.createOptions | A stringified JSON containing the options for the creation of the module container. [Docker create options][lnk-docker-create-options] | No |