You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Windows configurations are still in the OsCommandExtension. Since OsCommandExtension does not handle remote Windows commands, this should be deleted.
An extra Http dependency is still in the MetricsHub engine. Thus, this needs to be removed.
The text was updated successfully, but these errors were encountered:
* Removed all remote windows checks and configurations from the OsCommandExtension since they will be handled in Wmi and WinRm extensions.
* Removed all remote windows checks and configurations from the OsCommand Extension tests.
* Remoted Http dependency from the MetricsHub engine.
* Added a unit test to increase the tests coverage.
* Reduced unit tests coverage to 0.51
CherfaElyes
changed the title
Remove IWinConfiguration, Wmi & WinRm from OsCommandExtension
Remove Windows configurations and checks from OsCommandExtension
May 2, 2024
Problem
The text was updated successfully, but these errors were encountered: