Updated markdown formatting and text corrections for Dynamic Resource Generator Docs#6984
Conversation
Improved documentation clarity and fixed markdown formatting issues in user guide.
|
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. |
|
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.
|
@microsoft-github-policy-service agree |
|
I have updated the document by adding new examples and improving guide. Please Let me know if any further changes are needed. |
| ## 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: |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Fixes #2817
Updated markdown formatting and corrected minor text issues in the user guide to improve releability