Skip to content

Commit e2398f5

Browse files
Update concepts-symmetric-key-attestation.md
Fixing deprecated Azure CLI command
1 parent be24c75 commit e2398f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Replace the value of `--key` argument with the **Primary Key** from your enrollm
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)