-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
feat: Extend HealthChecks to allow AzureCosmosDbHealthCheckOptions t… #418
feat: Extend HealthChecks to allow AzureCosmosDbHealthCheckOptions t… #418
Conversation
src/Microsoft.Azure.CosmosRepository.AspNetCore/Extensions/HealthChecksBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
Ah, I'm actually seeing a build error:
|
@IEvangelist On it. 👍 |
@IEvangelist Looks like there's a failed workflow run on main after this was merged, something to do with the docs site. https://github.com/IEvangelist/azure-cosmos-dotnet-repository/actions/runs/8189444429 |
I fixed it, thanks though @philip-reed - your changes will be part of the Thanks again! |
Closes #417
Adds an overload to the
HealthChecksBuilderExtensions
to allowAzureCosmosDbHealthCheckOptions
to be provided and bypass assembly scanning to look forIItem
container names.