Update dependencies from dotnet/arcade and re-generate reference source code (dotnet/extensions#1458)
\n\nCommit migrated from 996c25be27
This commit is contained in:
parent
83d45900f6
commit
d1aa9055ce
|
|
@ -57,9 +57,9 @@ namespace Microsoft.Extensions.Diagnostics.HealthChecks
|
||||||
}
|
}
|
||||||
public enum HealthStatus
|
public enum HealthStatus
|
||||||
{
|
{
|
||||||
|
Unhealthy = 0,
|
||||||
Degraded = 1,
|
Degraded = 1,
|
||||||
Healthy = 2,
|
Healthy = 2,
|
||||||
Unhealthy = 0,
|
|
||||||
}
|
}
|
||||||
public partial interface IHealthCheck
|
public partial interface IHealthCheck
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue