Skip to content

Docs Generation Infrastructure. #726

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

Merged
merged 37 commits into from
Jul 12, 2021
Merged

Docs Generation Infrastructure. #726

merged 37 commits into from
Jul 12, 2021

Conversation

georgend
Copy link
Contributor

@georgend georgend commented Jun 29, 2021

Creates a Docs PR with each PR, and Service Module Generation.
Branch with Generated Docs: https://github.com/microsoftgraph/msgraph-sdk-powershell/tree/DocsGeneration/202107081545

@georgend georgend self-assigned this Jun 29, 2021
@georgend georgend added this to the 1.7.0 milestone Jun 29, 2021
@georgend georgend requested a review from peombwa June 30, 2021 19:08
@georgend georgend requested a review from peombwa July 8, 2021 16:16
@peombwa
Copy link
Member

peombwa commented Jul 8, 2021

@georgend it looks like we've got an error generating help docs for Get-MgGroupCreatedOnBehalfOf.md, see AzDO logs:

ForEach-Object : Exception calling "NodeModelToMamlModel" with "1" argument(s): "C:\a\1\s\src\Groups\Groups\docs\v1.0-beta\Get-MgGroupCreatedOnBehalfOf.md:104:(342) '
### Get-MgGroupCreatedOnBehalf
'
 Expect Heading level 2"
At C:\Users\AzDevOps\Documents\PowerShell\Modules\PlatyPS\0.14.2\platyPS.psm1:1598 char:22
+     $markdownFiles | ForEach-Object {
+                      ~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [ForEach-Object], MethodInvocationException
+ FullyQualifiedErrorId : HelpSchemaException,Microsoft.PowerShell.Commands.ForEachObjectCommand

@georgend
Copy link
Contributor Author

georgend commented Jul 9, 2021

@georgend it looks like we've got an error generating help docs for Get-MgGroupCreatedOnBehalfOf.md, see AzDO logs:

ForEach-Object : Exception calling "NodeModelToMamlModel" with "1" argument(s): "C:\a\1\s\src\Groups\Groups\docs\v1.0-beta\Get-MgGroupCreatedOnBehalfOf.md:104:(342) '
### Get-MgGroupCreatedOnBehalf
'
 Expect Heading level 2"
At C:\Users\AzDevOps\Documents\PowerShell\Modules\PlatyPS\0.14.2\platyPS.psm1:1598 char:22
+     $markdownFiles | ForEach-Object {
+                      ~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [ForEach-Object], MethodInvocationException
+ FullyQualifiedErrorId : HelpSchemaException,Microsoft.PowerShell.Commands.ForEachObjectCommand

Issue resolved.

@georgend georgend merged commit 4920256 into dev Jul 12, 2021
@georgend georgend deleted the features/DocsGenerationInfra branch July 12, 2021 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Examples for Azure AD PowerShell Cmdlets. Add guide for adding examples and enriching reference docs. Where is the doc?
2 participants