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
If there are no active PIM alerts available then the MT.1029, MT.1030, MT.1031 and MT.1032 checks can't complete. You get the following error.
RuntimeException: You cannot call a method on a null-valued expression.
at , /home/vsts/.local/share/powershell/Modules/Maester/1.0.32/public/Test-MtPimAlertsExists.ps1:49
The test is assuming there will be an alert with an active status, which isn't always the case. The test is filtering for active alerts of the require ID which returns a null object which the test then tries to process, hence the error above.
The text was updated successfully, but these errors were encountered:
If there are no active PIM alerts available then the MT.1029, MT.1030, MT.1031 and MT.1032 checks can't complete. You get the following error.
RuntimeException: You cannot call a method on a null-valued expression.
at , /home/vsts/.local/share/powershell/Modules/Maester/1.0.32/public/Test-MtPimAlertsExists.ps1:49
maester/powershell/public/Test-MtPimAlertsExists.ps1
Line 49 in c535352
The test is assuming there will be an alert with an active status, which isn't always the case. The test is filtering for active alerts of the require ID which returns a null object which the test then tries to process, hence the error above.
The text was updated successfully, but these errors were encountered: