Skip to content

Commit 8216cb6

Browse files
committed
Fix typo
1 parent b2a6582 commit 8216cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-dps/how-to-manage-linked-iot-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ To update symmetric keys for a linked IoT hub with Azure CLS:
198198
1. Use the [az iot dps linked-hub list](/cli/azure/iot/dps/linked-hub#az-iot-dps-linked-hub-show) command to find the position of the IoT hub in the collection of linked IoT hubs for your DPS instance. For example, the following command gets the primary connection string for the *owner* shared access policy that the primary key was regenerated for in the previous command:
199199
200200
```azurecli
201-
az iot dps linked-hub list --dos-name MyExampleDps
201+
az iot dps linked-hub list --dps-name MyExampleDps
202202
```
203203
204204
The output shows the position of the linked IoT hub you want to update the connection string for in the table of linked IoT hubs maintained by your DPS instance. In this case, it's the first IoT hub in the list, *MyExampleHub*.

0 commit comments

Comments
 (0)