Skip to content

Updated markdown formatting and text corrections for Dynamic Resource Generator Docs#6984

Merged
FabienTschanz merged 3 commits intomicrosoft:Devfrom
jahnavichalla19-Jaanu:patch-1
Mar 26, 2026
Merged

Updated markdown formatting and text corrections for Dynamic Resource Generator Docs#6984
FabienTschanz merged 3 commits intomicrosoft:Devfrom
jahnavichalla19-Jaanu:patch-1

Conversation

@jahnavichalla19-Jaanu
Copy link
Contributor

Fixes #2817
Updated markdown formatting and corrected minor text issues in the user guide to improve releability

Improved documentation clarity and fixed markdown formatting issues in user guide.
@FabienTschanz
Copy link
Collaborator

That is not fixing the issue but appreciate the contribution for the typos. For the issue to be closed, more usage scenarios and examples must be added with guides on how-to do that. I can add them at a later point.

@jahnavichalla19-Jaanu
Copy link
Contributor Author

Thanks for the feedback! I will add some examples and improve the documentation to better address the issue.

Corrected typos and improved formatting in the user guide for the Dynamic Resource Generator. Added additional examples and scenarios for better clarity.
@jahnavichalla19-Jaanu
Copy link
Contributor Author

@microsoft-github-policy-service agree

@jahnavichalla19-Jaanu
Copy link
Contributor Author

jahnavichalla19-Jaanu commented Mar 20, 2026

I have updated the document by adding new examples and improving guide. Please Let me know if any further changes are needed.

Comment on lines +42 to +51
## Additional Examples and Scenarios
The following examples demonstrate common scenerios for using the Dynamic Resource Generator.
## Scenario 1: Generate a Basic Microsoft Graph Resource
```powershell
New-M365DSCResource `
-ResourceName AADDomain `
-Workload MicrosoftGraph `
-CmdletNoun 'MgDomain'
```
This scenario generates:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entire new part isn't adding any new value if you look at the previous examples. It's just a condensed version of the examples above. Instead of adding them, it would be best to extend the current examples instead of reinventing the wheel. Either remove this part or add more vaule instead of just "execute this". There needs to be context. I can add this part with a future PR because I know how it's working under the hood without relying on Copilot for the information.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your feedback sir! I'll try to improve it and remove those duplicates.

Updated command examples and notes for clarity. Removed unnecessary sections and improved formatting.
@FabienTschanz FabienTschanz merged commit 702f1ab into microsoft:Dev Mar 26, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dynamic Resource Generator - more detailed guide/documentation for building or modifying resources

2 participants