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
Examples should be avoided to pass in the built module to minimize the size of the package that is distributed. Examples should be added automatically into the resource conceptual help.
DscResource.DocGenerator has as build task for this Generate_Conceptual_Help but should be learned how to generate conceptual help for class-based resources if it only know how to do it for MOF-based resource.
The text was updated successfully, but these errors were encountered:
I've added issue #51 in DscResource.DocGenerator project.
I'm trying to close this issue (within PR #28) with just the removal of the Examples directory but I'll update #15 to ensure "Examples" are included in that issue and add a reference to the above, DscResource.DocGenerator issue.
…es (#28)
- AzureDevOpsDsc
- Increased Azure DevOps, API timeout to 5 minutes to allow for busy/slow API
operations (issue #25).
- Updated contextual help (issue #5).
- Removed `Classes` directory from being output in packaged module (issue #10).
- Removed `Examples` directory from being output in packaged module (issue #11).
- Moved 'Ensure' and 'RequiredAction' enums into 'Enum' directory and out of
'prefix.ps1' (issue #12).
We should remove the entry
Examples
from here:AzureDevOpsDsc/build.yaml
Lines 5 to 9 in 8d43d12
Examples should be avoided to pass in the built module to minimize the size of the package that is distributed. Examples should be added automatically into the resource conceptual help.
DscResource.DocGenerator has as build task for this
Generate_Conceptual_Help
but should be learned how to generate conceptual help for class-based resources if it only know how to do it for MOF-based resource.The text was updated successfully, but these errors were encountered: