We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674bcdb commit 35d1132Copy full SHA for 35d1132
src/Storage/IServiceCollectionExtension.cs
@@ -62,7 +62,7 @@ public static IServiceCollection AddMonaiDeployStorageService(
62
this IServiceCollection services,
63
string fullyQualifiedTypeName,
64
IFileSystem fileSystem,
65
- HealthCheckOptions healthCheckOptions = HealthCheckOptions.ServiceHealthCheck & HealthCheckOptions.AdminServiceHealthCheck,
+ HealthCheckOptions healthCheckOptions = HealthCheckOptions.ServiceHealthCheck | HealthCheckOptions.AdminServiceHealthCheck,
66
HealthStatus? failureStatus = null,
67
IEnumerable<string>? tags = null,
68
TimeSpan? timeout = null)
0 commit comments