Skip to content

Commit 4eb8b1c

Browse files
Merge pull request #293138 from andrewbrownmsft/docs-editor/import-concepts-1737047676
Update import-concepts.md
2 parents 3f75925 + 11d8c4f commit 4eb8b1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-hub-device-update/import-concepts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following JSON code shows an example import manifest file:
3636
"instructions": {
3737
"steps": [
3838
{
39-
"handler": "microsoft/swupdate:1",
39+
"handler": "microsoft/swupdate:2",
4040
"files": [
4141
"firmware.swu"
4242
],
@@ -111,7 +111,7 @@ The **Instructions** section contains the necessary information or steps for the
111111
"instructions": {
112112
"steps": [
113113
{
114-
"handler": "microsoft/swupdate:1",
114+
"handler": "microsoft/swupdate:2",
115115
"files": [
116116
"contoso.toaster.1.0.swu"
117117
]
@@ -142,7 +142,7 @@ An update can contain more than one step, as in the following example:
142142
},
143143
{
144144
"description": "firmware package",
145-
"handler": "microsoft/swupdate:1",
145+
"handler": "microsoft/swupdate:2",
146146
"files": [
147147
"contoso.toaster.1.0.swu"
148148
]

0 commit comments

Comments
 (0)