Skip to content

Commit be477a8

Browse files
committed
Fix api change after merge.
1 parent cda0993 commit be477a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Hosting.SqlServer/SqlServerBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static IResourceBuilder<SqlServerServerResource> AddSqlServer(this IDistr
9090
})
9191
.WithContainerFiles("/var/opt/mssql/", async (ctx, ct) => {
9292
#pragma warning disable ASPIRECERTIFICATES001 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
93-
var certContext = ctx.ServerAuthenticationCertificateContext;
93+
var certContext = ctx.HttpsCertificateContext;
9494

9595
if (certContext == null)
9696
{

0 commit comments

Comments
 (0)