You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to pull the full list of device names so I can compare it with the list of devices in iothub to see which devices are not in the DPS.
By default the command az iot dps enrollment-group registration list only lists the first 100 devices. We have over 1000 devices in an enrollment group.
Possible solutions:
Add a top parameter to retrieve the first X results from the DPS where X can be greater than 100
Add limit/offset parameters to retrieve specific pages of results
The text was updated successfully, but these errors were encountered:
I would like to pull the full list of device names so I can compare it with the list of devices in iothub to see which devices are not in the DPS.
By default the command
az iot dps enrollment-group registration list
only lists the first 100 devices. We have over 1000 devices in an enrollment group.Possible solutions:
The text was updated successfully, but these errors were encountered: