In v2 code, class-based resources (PS classes with DscResourceAttribute) were automatically inheriting (resource properties) from "OMI_BaseResource". Specifically DependsOn property (among others) that allows specifying order in mof configurations.
Making similar behavior in v3.
In v2 code, class-based resources (PS classes with DscResourceAttribute) were automatically inheriting (resource properties) from "OMI_BaseResource". Specifically
DependsOn
property (among others) that allows specifying order in mof configurations. Making similar behavior in v3.