Skip to content

Commit 86b3209

Browse files
authored
Merge pull request #226435 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 828de64 + b83e4dd commit 86b3209

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/iot-hub/iot-hub-devguide-messages-construct.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The **iothub-connection-auth-method** property contains a JSON serialized object
153153

154154
```json
155155
{
156-
"scope": "{ hub | device }",
156+
"scope": "{ hub | device | module }",
157157
"type": "{ symkey | sas | x509 }",
158158
"issuer": "iothub"
159159
}
@@ -162,7 +162,5 @@ The **iothub-connection-auth-method** property contains a JSON serialized object
162162
## Next steps
163163

164164
* For information about message size limits in IoT Hub, see [IoT Hub quotas and throttling](iot-hub-devguide-quotas-throttling.md).
165-
166165
* To learn how to create and read IoT Hub messages in various programming languages, see the [Quickstarts](../iot-develop/quickstart-send-telemetry-iot-hub.md?pivots=programming-language-nodejs).
167-
168166
* To learn about the structure of non-telemetry events generated by IoT Hub, see [IoT Hub non-telemetry event schemas](iot-hub-non-telemetry-event-schema.md).

0 commit comments

Comments
 (0)