ActiveDirectoryDsc: All examples should be prefixed with resource name #416
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
high priority
The issue or PR should be resolved first. It is of less priority than the label 'Blocking Release'.
When the examples are deployed to the PowerShell Gallery it will not be easy to find examples if they are not prefixed with the resource name.
For example the example 1-AddDomainControllerToDomainMinimal_Config.ps1 should instead be named
1-xADDomainController_AddDomainControllerToDomainMinimal_Config.ps1
. It will then be easy for users to search forxADDomainController
and get all the examples for that resource.When the filename changes, the configuration name must also change to have the prefix as configuration name and filename must be same (with the exception of the prefix number '1-').
See examples in ComputerManagementDsc https://github.com/PowerShell/ComputerManagementDsc/tree/dev/Examples/Resources/Computer.
The text was updated successfully, but these errors were encountered: