Skip to content

Commit fc1a2aa

Browse files
Merge pull request #249272 from andrewbrownmsft/andbrown082323
Tag format changes
2 parents 2cbe471 + f047e58 commit fc1a2aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/iot-hub-device-update/create-update-group.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,13 @@ An Azure CLI environment:
4949

5050
To create a device group, the first step is to add a tag to the target set of devices in IoT Hub. Tags can only be successfully added to your device after it has been connected to Device Update.
5151

52-
Device Update tags use the following format:
52+
Device Update tags use the format in the following example:
5353

5454
```json
55+
"etag": "",
56+
"deviceId": "",
57+
"deviceEtag": "",
58+
"version": <version>,
5559
"tags": {
5660
"ADUGroup": "<CustomTagValue>"
5761
}

0 commit comments

Comments
 (0)