- Notifications
You must be signed in to change notification settings - Fork45
Convert pending reboot to object#859
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@SteveL-MSFT I thought of simply making this an object and removing the read-only property. Perhaps I'm missing something in the schema, but this allows the property to be still optional. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Thanks for the review Mikey. I also added your remark from#857 on exit codes. |
} | ||
} | ||
} | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Nit:
} | |
} |
b4406cf
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
This PR addresses issue#858. This was found while writing the reference documentation in#857.
PR Context