Skip to content

Commit 609f0b7

Browse files
BaseContainerRuntimeFactoryProps input (#25825)
## Description Mark BaseContainerRuntimeFactoryProps as input to properly capture its intended use and therefore explicitly allow future optional items to be added (as was done with minVersionForCollab).
1 parent c032ae9 commit 609f0b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/framework/aqueduct/api-report/aqueduct.legacy.beta.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class BaseContainerRuntimeFactory extends RuntimeFactoryHelper implements
1515
preInitialize(context: IContainerContext, existing: boolean): Promise<IContainerRuntime & IRuntime>;
1616
}
1717

18-
// @beta @legacy
18+
// @beta @legacy @input
1919
export interface BaseContainerRuntimeFactoryProps {
2020
// @deprecated (undocumented)
2121
dependencyContainer?: IFluidDependencySynthesizer;

packages/framework/aqueduct/src/container-runtime-factories/baseContainerRuntimeFactory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import {
3535

3636
/**
3737
* {@link BaseContainerRuntimeFactory} construction properties.
38+
* @input
3839
* @legacy
3940
* @beta
4041
*/

0 commit comments

Comments
 (0)