Skip to content

Commit a596103

Browse files
authored
Merge pull request #102762 from AshokPeddakotla-MSFT/patch-33
(Azure CXP) Fixing MicrosoftDocs/azure-docs-pr#47106
2 parents 7a6b86f + 1919094 commit a596103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-pnp/concepts-developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ interfaces[1] = deviceInfoInterfaceHandle;
169169
result = DigitalTwin_DeviceClient_RegisterInterfacesAsync(
170170
digitalTwinClientHandle, // The handle for the connection to Azure IoT
171171
"urn:example:Thermostat_T_1000:1",
172-
interfaceHandleList, 2,
172+
interfaces, 2,
173173
null, null);
174174
```
175175

0 commit comments

Comments
 (0)