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 two similar DSC resources. So I made a base class that implements the Get() and Test() functions, but the Set() function is supplied by the derived classes. When I run the script analyzer, it things that the Get() and Test() functions are missing from the derived classes. I see this error:
PSDSCStandardDSCFunctionsInResource Error XX.Certificate.psm1 359 Missing 'Test' function. DSC Class must implement Get, Set and Test functions.