Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
3.98k stars 771 forks source link

Update example code for HealthChecks.CosmosDb #2181

Closed marcelaction closed 3 months ago

marcelaction commented 3 months ago

What this PR does / why we need it:

Wrong options class in the code example.

On line 24 in this file it mentions AzureCosmosDbHealthCheckOptions correctly for optionsFactory. But in the example code it uses the old CosmosDbHealthCheckOptions

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

N/A

Does this PR introduce a user-facing change?:

No

Please make sure you've completed the relevant tasks for this PR, out of the following list:

marcelaction commented 3 months ago

@dotnet-policy-service agree

marcelaction commented 3 months ago

Closing someone submitted the same PR 2 weeks ago