-
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 ping connectivity #132
Conversation
147ebd2
to
9d5ab84
Compare
- Added `Publish-PingConnectivityHealth` to return the ping connectivity health from the SoS Health Summary JSON data. - Updated `Publish-ComponentConnectivityHealth` to include the ping connectivity health using the `Publish-PingConnectivityHealth` cmdlet. - Updated `CHANGELOG.md`. - Updated module version from v2.1.0.1003 to v2.1.0.1004. Ref: #36 Signed-off-by: Ryan Johnson <[email protected]>
9d5ab84
to
343e932
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!
Signed-off-by: Ryan Johnson <[email protected]>
b9c2bc0
to
44c0dab
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-PingConnectivityHealth
to return the ping connectivity health from the SoS Health Summary JSON data.Publish-ComponentConnectivityHealth
to include the ping connectivity health using thePublish-PingConnectivityHealth
cmdlet.CHANGELOG.md
.In order to have a good experience with our community, we recommend that you read the [contributing guidelines]
Type of Pull Request
Please describe:
Related to Existing Issues
Closes #36
Test and Documentation Coverage
Breaking Changes?