device-simulation-dotnet
device-simulation-dotnet copied to clipboard
Status API updates [Sync changes in RM]
Description and Motivation
- Reduce repetitive code to ping different services by introducing a common 'pingService' method which can be used to ping all the dependencies.
- Follows the same contract as RM status APIs. i.e. the
Statusproperty will have two properties:isHelathy(bool) andMessage(string). This will enable us to report the statuses between different services in a more consistent way.
Change type
- [ ] Bug fix
- [ ] New feature
- [x] Enhancement
- [ ] Breaking change (breaks backward compatibility)
Checklist:
- [x] All tests passed
- [ ] The code follows the code style and conventions of this project
- [ ] The change requires a change to the documentation
- [ ] I have updated the documentation accordingly
The PR is out of date and needs fixes