From fa61e1828e35261c84f11838ee05786946662c2d Mon Sep 17 00:00:00 2001 From: "Craig Macomber (Microsoft)" <42876482+CraigMacomber@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:16:22 -0800 Subject: [PATCH 1/2] BaseContainerRuntimeFactoryProps input --- .../container-runtime-factories/baseContainerRuntimeFactory.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/framework/aqueduct/src/container-runtime-factories/baseContainerRuntimeFactory.ts b/packages/framework/aqueduct/src/container-runtime-factories/baseContainerRuntimeFactory.ts index 922632abbc35..97c3287a34d1 100644 --- a/packages/framework/aqueduct/src/container-runtime-factories/baseContainerRuntimeFactory.ts +++ b/packages/framework/aqueduct/src/container-runtime-factories/baseContainerRuntimeFactory.ts @@ -35,6 +35,7 @@ import { /** * {@link BaseContainerRuntimeFactory} construction properties. + * @input * @legacy * @beta */ From a49513c3c294d2e46c70fd8121f5834dab5c6ff1 Mon Sep 17 00:00:00 2001 From: "Craig Macomber (Microsoft)" <42876482+CraigMacomber@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:51:13 -0800 Subject: [PATCH 2/2] Update API report --- .../framework/aqueduct/api-report/aqueduct.legacy.beta.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framework/aqueduct/api-report/aqueduct.legacy.beta.api.md b/packages/framework/aqueduct/api-report/aqueduct.legacy.beta.api.md index bd96822ec96d..f1e238c0f96b 100644 --- a/packages/framework/aqueduct/api-report/aqueduct.legacy.beta.api.md +++ b/packages/framework/aqueduct/api-report/aqueduct.legacy.beta.api.md @@ -15,7 +15,7 @@ export class BaseContainerRuntimeFactory extends RuntimeFactoryHelper implements preInitialize(context: IContainerContext, existing: boolean): Promise; } -// @beta @legacy +// @beta @legacy @input export interface BaseContainerRuntimeFactoryProps { // @deprecated (undocumented) dependencyContainer?: IFluidDependencySynthesizer;