Fix plan-export.md example to use correct New-IdlePlan syntax#123
Merged
Fix plan-export.md example to use correct New-IdlePlan syntax#123
Conversation
7 tasks
Co-authored-by: blindzero <13959569+blindzero@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update pull request based on review feedback for DocuSaurus
Fix plan-export.md example to use correct New-IdlePlan syntax
Jan 28, 2026
blindzero
approved these changes
Jan 28, 2026
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Corrected the plan export example to match the actual
New-IdlePlanAPI contract.Motivation
The example used incorrect syntax:
.jsonworkflow extension, non-existent-IdentityIdparameter, and omitted the mandatory lifecycle request object creation.Type of Change
Changes
.jsonto.psd1New-IdleLifecycleRequestcall to create proper request objectNew-IdlePlanto use mandatory-RequestparameterBefore
After
Testing
How to test & review
Verify the example now matches:
New-IdlePlancmdlet reference atdocs/reference/cmdlets/New-IdlePlan.mdexamples/Invoke-IdleDemo.ps1(line 268-269)Checklist
Related Issues
Addresses feedback from #121 (review comment 2738687275)
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.