Skip to content

Commit 7110515

Browse files
authored
Fix example errors (Azure#14581)
1 parent d910266 commit 7110515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/deviceupdate/data-plane/Microsoft.DeviceUpdate/preview/2020-09-01/examples/Devices_CreateOrUpdateGroup.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"parameters": {
33
"accountEndpoint": "contoso.api.adu.microsoft.com",
44
"instanceId": "blue",
5-
"groupId": "group1",
5+
"groupId": "MyGroup",
66
"group": {
77
"groupId": "MyGroup",
88
"groupType": "IoTHubTag",
99
"tags": [
10-
"MyAduGroup"
10+
"MyGroup"
1111
],
1212
"createdDateTime": "2020-07-01T12:13:14.0000000Z"
1313
}
@@ -18,7 +18,7 @@
1818
"groupId": "MyGroup",
1919
"groupType": "IoTHubTag",
2020
"tags": [
21-
"MyAduGroup"
21+
"MyGroup"
2222
],
2323
"createdDateTime": "2020-07-01T12:13:14.0000000Z"
2424
}

0 commit comments

Comments
 (0)