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
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/create-update.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The [az iot du init v5](/cli/azure/iot/du/update/init#az-iot-du-update-init-v5)
52
52
*`--update-provider`, `--update-name`, and `--update-version`: These three parameters define the **updateId** object that is a unique identifier for each update.
53
53
*`--compat`: The **compatibility** object is a set of name-value pairs that describe the properties of a device that this update is compatible with.
54
54
* The same exact set of compatibility properties can't be used with more than one provider and name combination.
55
-
*`--step`: The update handler on the device (for example, `microsoft/script:1`, `microsoft/swupdate:1`, or `microsoft/apt:1`) and its associated properties for this update.
55
+
*`--step`: The update **handler** on the device (for example, `microsoft/script:1`, `microsoft/swupdate:1`, or `microsoft/apt:1`) and its associated **properties** for this update.
56
56
*`--file`: The paths to your update file or files.
57
57
58
58
For more information about these parameters, see [Import schema and API information](import-schema.md).
@@ -83,7 +83,7 @@ For handler properties, you may need to escape certain characters in your JSON.
83
83
84
84
The `init` command supports advanced scenarios, including the [related files feature](related-files.md) that allows you to define the relationship between different update files. For more examples and a complete list of optional parameters, see [az iot du init v5](/cli/azure/iot/du/update/init#az-iot-du-update-init-v5).
85
85
86
-
Once you've created your import manifest and saved it as a JSON file, you're ready to [import your update](import-update.md).
86
+
Once you've created your import manifest and saved it as a JSON file, you're ready to [import your update](import-update.md). If you are planning to use the Azure portal UI for importing, be sure to name your import manifest in the following format: "\<manifestname\>.importmanifest.json".
87
87
88
88
## Create an advanced Device Update import manifest for a proxy update
0 commit comments