Remove references to addCollectionDefaultFlight parameter. (#1741)

This commit is contained in:
jawelton74
2024-02-08 11:49:40 -08:00
committed by GitHub
parent 35ca7944ae
commit f8cfc6c21c
7 changed files with 2 additions and 14 deletions

View File

@@ -72,7 +72,6 @@ interface UserContext {
readonly isTryCosmosDBSubscription?: boolean;
readonly portalEnv?: PortalEnv;
readonly features: Features;
readonly addCollectionFlight: string;
readonly hasWriteAccess: boolean;
readonly parsedResourceToken?: {
databaseId: string;
@@ -99,7 +98,6 @@ const userContext: UserContext = {
isTryCosmosDBSubscription: false,
portalEnv: "prod",
features,
addCollectionFlight: CollectionCreation.DefaultAddCollectionDefaultFlight,
subscriptionType: CollectionCreation.DefaultSubscriptionType,
collectionCreationDefaults: CollectionCreationDefaults,
};