Skip to content

Commit da07ef5

Browse files
committed
Fixes
1 parent ef04765 commit da07ef5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/iot-hub-device-update/migration-public-preview-refresh-to-ga.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ For the GA release, the Device Update agent can be updated manually or using the
4444

4545
2. Add device update agent upgrade as the last step in your update. The import manifest version must be **"4.0"** to ensure it is targeted to the correct devices. See below a sample import manifest and APT manifest:
4646

47-
**Example Import Manifest**
48-
```json
49-
{
47+
**Example Import Manifest**
48+
```json
49+
{
5050
"manifestVersion": "4",
5151
"updateId": {
5252
"provider": "Contoso",
@@ -83,11 +83,11 @@ For the GA release, the Device Update agent can be updated manually or using the
8383
},
8484
"createdDateTime": "2022-08-20T18:32:01.8404544Z"
8585
}
86-
```
86+
```
8787

8888
**Example APT manifest**
8989

90-
```json
90+
```json
9191
{
9292
"name": "Sample DU agent upgrade update",
9393
"version": "1.0.0",
@@ -97,13 +97,12 @@ For the GA release, the Device Update agent can be updated manually or using the
9797
}
9898
]
9999
}
100-
```
100+
```
101101

102102
> [!NOTE]
103103
> It is required for the agent upgrade to be the last step. You may have other steps before the agent upgrade. Any steps added after the agent upgrade will not be executed and reported correctly as the device reconnects with the DU service.
104104

105-
106-
3. Deploy the update
105+
3. Deploy the update.
107106

108107
4. Once the update is successfully deployed, the device attributes will now show the updated PnP model details.The **Contract Model Name** will show **Device Update Model V2** and **Contract Model ID** will show **dtmi:azure:iot:deviceUpdateContractModel;2**.
109108

@@ -113,8 +112,8 @@ For the GA release, the Device Update agent can be updated manually or using the
113112

114113
- Devices with older agents (0.7.0/0.6.0) cannot be added to these groups.
115114

116-
117115
## Next steps
116+
118117
[Understand Device Update agent configuration file](device-update-configuration-file.md)
119118

120119
You can use the following tutorials for a simple demonstration of Device Update for IoT Hub:

0 commit comments

Comments
 (0)