microsoft / secmgmt-insights-connector

Power BI connector that provides insight into the current state of how Microsoft 365 is configured and whether best practices have been implemented
MIT License
13 stars 3 forks source link

Pagation #129

Closed ghost closed 4 years ago

ghost commented 4 years ago

Steps to reproduce

Run the following query against a partner tenant with more than 100 contracts

let
    Source = SecMgmtInsights.Contents(null),
    Contracts1 = Source{[Name="Contracts"]}[Data][customerId]
in
    Contracts1

Expected behavior

The connector should return all of the customer identifiers and not be limited to 100

Actual behavior

Only a subset of the entire set is returned.

Diagnostic logs

Reviewing the diagnostics for the step the request for the additional pages is not being made

Environment

Power BI Desktop Security and Managements Insights connector version 2.0

ghost commented 4 years ago

This issue was resolved with PR #130. An updated version of the connector will be published today.