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
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.
Go to Intune > Compliance policies
List shows all but one entry
Add compliance policy in Intune
List includes the second to last policy now
Below there is only one policy shown while there are 2 visible in the tenant:
vs in the tenant itself
When we create an additional compliance policy in the customer tenant, the amount of policies shown in CIPP also increases:
then when we look in CIPP, it shows more policies now:
The API response also only contains N-1 results, so I don't think it is something related to the frontend?
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
The text was updated successfully, but these errors were encountered:
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!".
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.
Below there is only one policy shown while there are 2 visible in the tenant:
vs in the tenant itself
When we create an additional compliance policy in the customer tenant, the amount of policies shown in CIPP also increases:
then when we look in CIPP, it shows more policies now:
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
The text was updated successfully, but these errors were encountered: