microsoft/Microsoft365DSC

DSC Parser and Nested Configurations

jadamones opened this issue · 2 comments

Does DSC Parser 2.0.0.3 handle resources with nested configurations like AADAuthenticationMethodPolicyAuthenticator? If so, how do I compare against those configurations? All I get when convert this to an object is below which doesn't contain all of the settings. Perhaps I missed some documentation somewhere about this?

AADAuthenticationMethodPolicyAuthenticator "AADAuthenticationMethodPolicyAuthenticator-MicrosoftAuthenticator"
{
    ApplicationId         = $ApplicationId
    CertificateThumbprint = $Thumbprint
    Ensure                = "Present"
    Id                    = "MicrosoftAuthenticator"
    IsSoftwareOathEnabled = $True
    State                 = "enabled"
    TenantId              = $TenantId
}