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

Intune Compliance policies don't show all entries in the list #3212

Closed
tfromcube opened this issue Jan 14, 2025 · 3 comments
Closed

Intune Compliance policies don't show all entries in the list #3212

tfromcube opened this issue Jan 14, 2025 · 3 comments
Labels
bug Something isn't working unconfirmed-by-user

Comments

@tfromcube
Copy link

Description

Not all intune compliance policies are shown in the dropdown list.

CIPP seems to only return N-1 results (off by one). Last data result is not shown in the list.

  1. Go to Intune > Compliance policies
  2. List shows all but one entry
  3. Add compliance policy in Intune
  4. List includes the second to last policy now

Below there is only one policy shown while there are 2 visible in the tenant:
image
vs in the tenant itself
image

When we create an additional compliance policy in the customer tenant, the amount of policies shown in CIPP also increases:
image
then when we look in CIPP, it shows more policies now:
image

The API response also only contains N-1 results, so I don't think it is something related to the frontend?

Sponsoring via: https://github.com/wvandenbossche

Environment data

Sponsored instance self-hosted
Front end version number: v7.0.2
Back end version number: v7.0.2
Tried Tenant Cache Clear: true
Tried Token Cache Clear: true
@tfromcube tfromcube added bug Something isn't working unconfirmed-by-user labels Jan 14, 2025
Copy link

Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://docs.cipp.app/
If your bug is a known documentation issue, it will be closed without notice by a contributor. To confirm that this is not a bug found in the documentation, please copy and paste the following comment: "I confirm that I have checked the documentation thoroughly and believe this to be an actual bug."

Without confirming, your report will be closed in 24 hours. If you'd like this bug to be assigned to you, please comment "I would like to work on this please!".

@tfromcube
Copy link
Author

tfromcube commented Jan 14, 2025

I confirm that I have checked the documentation thoroughly and believe this to be an actual bug.

@KelvinTegelaar
Copy link
Owner

Fixed by @OfficialEsco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unconfirmed-by-user
Projects
None yet
Development

No branches or pull requests

2 participants