-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: add hardware compatibility checks #129
Conversation
- Added `Publish-HardwareCompatibilityHealth` to return the hardware compatibilty health from the SoS Health Summary JSON data. - Updated` Invoke-VcfHealthReport` to include the hardware compatibility health using the `Publish-HardwareCompatibilityHealth` cmdlet. Ref: #97 Signed-off-by: Ryan Johnson <[email protected]>
|
Updates `CHANGELOG.md`. Signed-off-by: Ryan Johnson <[email protected]>
- Updates module version from v2.0.0.1013 to v2.1.0.1001. - Updates module GUID for v2.1.0.xxxx. - Updates module generated date based on planned release date. Signed-off-by: Ryan Johnson <[email protected]>
726bab9
to
7b6681f
Compare
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.
LGTM!
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
In order to have a good experience with our community, we recommend that you read the contributing guidelines for making a pull request.
Summary of Pull Request
Publish-HardwareCompatibilityHealth
to return the hardware compatibility health from the SoS Health Summary JSON data.Invoke-VcfHealthReport
to include the hardware compatibility health using thePublish-HardwareCompatibilityHealth
cmdlet.CHANGELOG.md
.Signed-off-by: Ryan Johnson [email protected]
Type of Pull Request
Please describe:
Related to Existing Issues
Closes #97
Test and Documentation Coverage
Breaking Changes?