PowerShell / PSDesiredStateConfiguration

Source for https://www.powershellgallery.com/packages/PSDesiredStateConfiguration module
MIT License
58 stars 14 forks source link

Fixed DependsOn and other OMI_BaseResource properties #56

Closed anmenaga closed 3 years ago

anmenaga commented 3 years ago

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.