AzureAD / Deployment-Plans

Step by step guidance to deploy Azure Active Directory capabilities such as Conditional Access, Multi Factor Authentication, Self Service Password, and more.
MIT License
173 stars 142 forks source link

mvexpand ConditionalAccessPolicies -- broken #7

Open jaffadog opened 5 years ago

jaffadog commented 5 years ago

This no longer produces any data - which breaks the MFA related dashboards:

|mvexpand ConditionalAccessPolicies |extend CAGrantControlName = tostring(ConditionalAccessPolicies.enforcedGrantControls[0]) |extend CAPolicyName = tostring(ConditionalAccessPolicies.displayName ) |extend CAPolicyResult = toint(ConditionalAccessPolicies.result)