-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AzureDevOpsDsc: Built module contain folder 'Examples' #11
Labels
enhancement
The issue is an enhancement request.
Comments
johlju
added
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
labels
Jan 24, 2021
SphenicPaul
added a commit
to SphenicPaul/AzureDevOpsDsc
that referenced
this issue
Jan 28, 2021
…' directory) and dsccommunity#11 (removing 'Examples' directory).
9 tasks
johlju
pushed a commit
that referenced
this issue
Jan 29, 2021
…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).
johlju
removed
the
help wanted
The issue is up for grabs for anyone in the community.
label
Jan 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: