Skip to content
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

Removing a custom health monitor produces 404 errors when the type is not specified #172

Open
joel74 opened this issue Sep 12, 2018 · 0 comments

Comments

@joel74
Copy link
Owner

joel74 commented Sep 12, 2018

I added a custom health monitor. When I removed it using Remove-HealthMonitor - specifying the name but not the type, a bunch of 404s were thrown. It looked like it was searching through all the different kinds of monitors.

I found that if I specify the type along with the name, I get no 404s. One option is to not return 404s. Another option would be to require a value for the type param.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant