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

[BUG] Get-CCMSoftware Not Returning All Software #58

Open
jmkloz opened this issue Nov 22, 2021 · 0 comments
Open

[BUG] Get-CCMSoftware Not Returning All Software #58

jmkloz opened this issue Nov 22, 2021 · 0 comments
Labels
0 - _Triaging Bug Something isn't working

Comments

@jmkloz
Copy link

jmkloz commented Nov 22, 2021

What You Are Seeing?

Get-CCMSoftware is not returning all software in CCM

What is Expected?

Get-CCMSoftware should return all software in CCM

How Did You Get This To Happen? (Steps to Reproduce)

Get-CCMSoftware

Issue

Get-CCMSoftware calls on 'api/services/app/Software/GetAll', which appears to limit the max results to 10 by default. Instead, it should call on '/api/services/app/Software/GetAllWithoutFilter' when not using the -Software, -Package, or -Id switches.

@ryanrichter94 ryanrichter94 added 0 - _Triaging Bug Something isn't working labels Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - _Triaging Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants