Update dependencies from dotnet/arcade and re-generate reference source code (dotnet/extensions#1458)

\n\nCommit migrated from 996c25be27
This commit is contained in:
dotnet-maestro[bot] 2019-04-22 16:37:47 -07:00 committed by Nate McMaster
parent 83d45900f6
commit d1aa9055ce
1 changed files with 1 additions and 1 deletions

View File

@ -57,9 +57,9 @@ namespace Microsoft.Extensions.Diagnostics.HealthChecks
}
public enum HealthStatus
{
Unhealthy = 0,
Degraded = 1,
Healthy = 2,
Unhealthy = 0,
}
public partial interface IHealthCheck
{