Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure DPS Ability to List All Registrations #707

Open
acepoiKT opened this issue Jun 18, 2024 · 2 comments
Open

Azure DPS Ability to List All Registrations #707

acepoiKT opened this issue Jun 18, 2024 · 2 comments

Comments

@acepoiKT
Copy link

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
@vilit1
Copy link
Contributor

vilit1 commented Jun 18, 2024

Hi,

I see your issue and I will look into adding the necessary parameters. Let me know if there is anything else you would like to add.

@vilit1
Copy link
Contributor

vilit1 commented Jun 28, 2024

Hi, I have merged in the code with the fix. We will release a new version (with the fix) soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants