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

Subscribed SKUs #85

Closed ghost closed 4 years ago

ghost commented 4 years ago

Steps to reproduce

Run the following function

SecMgmtInsights.SubscribedSkus(GetTenantList())

Expected behavior

A table containing the subscribed SKUs for the specified list of tenants

Actual behavior

Expression.Error: The column '@odata.context' of the table wasn't found.
Details:
    @odata.context

Environment

Windows 10 Power BI Desktop SecMgmtInsights version 1.3

ghost commented 4 years ago

The request for subscribed SKUs does not support a custom page size. Which, means the schema will not be detected with the current design because it is leveraging $top=1 and that will cause the following error

image