You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started moving from using credentials to application auth via certificate, I transcripted an export and comparison where it uses App Auth, the comparison fails and reports on all resources failing.
Exports work fine, it's just the delta comparison fails. Exports are done using the same version of the module as well.
PS>TerminatingError(Compare-Object): "Cannot bind argument to parameter 'ReferenceObject' because it is null."
Error "ResourceName"
This does not happen and works fine with Teams/SecComp since User Credential is required there, but for AAD/EXO/SPO/Intune it fails.
Anyone know what could be wrong? Any assistance would be great.
The text was updated successfully, but these errors were encountered:
I was about to submit an issue for this. I got same issue. Comparing an export (with credential) to another (with certificate) fails because some paramaters are not present
I used module 1.21.1103.1 and patched it by adding in M365DSCReport.psm1 this line :
if ($propertyName-match'^(NonNodeData|ApplicationId|CertificateThumbprint|TenantId)$') { continue }
Hey everyone
I have started moving from using credentials to application auth via certificate, I transcripted an export and comparison where it uses App Auth, the comparison fails and reports on all resources failing.
Exports work fine, it's just the delta comparison fails. Exports are done using the same version of the module as well.
PS>TerminatingError(Compare-Object): "Cannot bind argument to parameter 'ReferenceObject' because it is null."
Error "ResourceName"
This does not happen and works fine with Teams/SecComp since User Credential is required there, but for AAD/EXO/SPO/Intune it fails.
Anyone know what could be wrong? Any assistance would be great.
The text was updated successfully, but these errors were encountered: