I am using the NewFile example in the docs. If the module containing the DSC resources is changed from RootModule to NestedModules then Get-DscResource will not return the module's resources.
A class-based DSC Resource is defined as a PowerShell class in a module file (.psm1). The class-based DSC Resource doesn't have special requirements for where it's defined. You can define it:
Prerequisites
Steps to reproduce
I am using the NewFile example in the docs. If the module containing the DSC resources is changed from
RootModule
toNestedModules
thenGet-DscResource
will not return the module's resources.The docs mention that this is a valid configuration: Class-based resources
Expected behavior
Actual behavior
Error details
No response
Environment data
Version
3.0-beta1
Visuals
No response