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

Software update summary #146

Closed ghost closed 4 years ago

ghost commented 4 years ago

Steps to reproduce

Invoke the following query

 let
        source = SecMgmtInsights.Contents(GetTenantsList()),
        summary= source{[Name="SoftwareUpdateStatusSummary"]}[Data],
        output = Table.FirstN(summary, 999)
in
        output 

Expected behavior

Either an exception to be thrown or for the query to remove the $top parameter before making the call to the API

Actual behavior

The API is returning a HTTP 400 error and even if the FirstN command is not used the data is not show because this API does not support paging. Currently the connector is configured in a way where it would expect the API to have paging support.

Diagnostic logs

N/A

Environment

Power BI Desktop Security and Management Insights connector version 2.1