microsoft / DSCParser

Allows the conversion of DSC scripts into PSObject for analysis purposes
MIT License
29 stars 21 forks source link

Not handling nested properties for AADAuthenticationMethodPolicyAuthenticator #47

Closed jadamones closed 2 months ago

jadamones commented 6 months ago

DSCParser doesn't seem to properly handle the nested properties of the AAD Auth Method policies. I also noticed that diffs don't appear in delta reports for these resources.

Kierow commented 2 months ago

It's necessary to perform a winrm quickconfig in order to solve your issue. For more information, you can refer to https://github.com/microsoft/Microsoft365DSC/issues/5064