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

Identity security defaults query #143

Closed ghost closed 4 years ago

ghost commented 4 years ago

Steps to reproduce

Invoke the following query

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

Expected behavior

Either an exception or the query remove the parameter and process as expected.

Actual behavior

Currently an error is being encountered because the response from the API is a HTTP 400

Diagnostic logs

N/A

Environment

Power BI Desktop Security and Management Insights connector version 2.1