Skip to content

Commit 9907b69

Browse files
committed
missed one cmd
1 parent e620151 commit 9907b69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/iot-hub-device-update/configure-access-control-device-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Replace the following placeholders with your own information:
6363

6464
* *\<role>*: The Device Update role that you're assigning.
6565
* *\<user_group>*: The user or group that you want to assign the role to.
66-
* *\<account_id>*: The resource ID for the Device Update account that the user or group will get access to. You can retrieve the resource ID by using the [az iot device-update account show](/cli/azure/iot/du/account#az-iot-du-account-show) command and querying for the ID value: `az iot device-update account show -n <account_name> --query id`.
66+
* *\<account_id>*: The resource ID for the Device Update account that the user or group will get access to. You can retrieve the resource ID by using the [az iot du account show](/cli/azure/iot/du/account#az-iot-du-account-show) command and querying for the ID value: `az iot du account show -n <account_name> --query id`.
6767

6868
```azurecli-interactive
6969
az role assignment create --role '<role>' --assignee <user_group> --scope <account_id>

articles/iot-hub-device-update/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ items:
8282
items:
8383
- name: Create a Device Update account
8484
href: create-device-update-account.md
85-
displayName: Azure CLI, az iot, az iot device-update
85+
displayName: Azure CLI, az iot, az iot du
8686
- name: Configure access control roles for Device Update resources
8787
href: configure-access-control-device-update.md
88-
displayName: Azure CLI, az iot, az iot device-update
88+
displayName: Azure CLI, az iot, az iot du
8989
- name: Provisioning device update agent
9090
href: device-update-agent-provisioning.md
9191
- name: Create an update

0 commit comments

Comments
 (0)