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
Some of the properties used in EXOATPBuiltInProtectionRule/EXOEOPProtectionRule are set as arrays in DSC, where you can define them as empty but EXO stores that information as simple null strings so even though the deployment works when calling Test-DscConfiguration the test fails because it compares $null to @()
I have a simple fix for both of them which I'll open a PR for.
Description of the issue
Some of the properties used in EXOATPBuiltInProtectionRule/EXOEOPProtectionRule are set as arrays in DSC, where you can define them as empty but EXO stores that information as simple null strings so even though the deployment works when calling Test-DscConfiguration the test fails because it compares $null to @()
I have a simple fix for both of them which I'll open a PR for.
Microsoft 365 DSC Version
1.24.1106.3
Which workloads are affected
Exchange Online
The DSC configuration
Verbose logs showing the problem
N/A
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: