Skip to content

Commit e336580

Browse files
authored
Merge pull request #104562 from MicrosoftDocs/LeelaRajesh-Sayana-patch-2
Update concepts-symmetric-key-attestation.md
2 parents 31aee7e + 62b200b commit e336580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-dps/concepts-symmetric-key-attestation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ Once a registration ID has been defined for the device, the symmetric key for th
6969

7070
# [Azure CLI](#tab/azure-cli)
7171

72-
The IoT extension for the Azure CLI provides the [`compute-device-key`](/cli/azure/iot/dps#az-iot-dps-compute-device-key) command for generating derived device keys. This command can be used from Windows-based or Linux systems, in PowerShell or a Bash shell.
72+
The IoT extension for the Azure CLI provides the [`compute-device-key`](/cli/azure/iot/dps/enrollment-group#az-iot-dps-enrollment-group-compute-device-key) command for generating derived device keys. This command can be used from Windows-based or Linux systems, in PowerShell or a Bash shell.
7373

7474
Replace the value of `--key` argument with the **Primary Key** from your enrollment group.
7575

7676
Replace the value of `--registration-id` argument with your registration ID.
7777

7878
```azurecli
79-
az iot dps compute-device-key --key 8isrFI1sGsIlvvFSSFRiMfCNzv21fjbE/+ah/lSh3lF8e2YG1Te7w1KpZhJFFXJrqYKi9yegxkqIChbqOS9Egw== --registration-id sn-007-888-abc-mac-a1-b2-c3-d4-e5-f6
79+
az iot dps enrollment-group compute-device-key --key 8isrFI1sGsIlvvFSSFRiMfCNzv21fjbE/+ah/lSh3lF8e2YG1Te7w1KpZhJFFXJrqYKi9yegxkqIChbqOS9Egw== --registration-id sn-007-888-abc-mac-a1-b2-c3-d4-e5-f6
8080
```
8181

8282
Example result:

0 commit comments

Comments
 (0)