Update to ADO 5ed9b2130da7f822153531489d802c28986f5d30

This commit is contained in:
Steve Faulkner
2020-05-26 13:53:41 -05:00
parent 36581fb6d9
commit 0494da4162
42 changed files with 1186 additions and 2242 deletions

View File

@@ -301,6 +301,7 @@ export enum AutopilotTier {
}
export interface RpOptions {
// tier is sent as string, autoscale as object (AutoPilotCreationSettings)
[key: string]: string | AutoPilotCreationSettings;
}
@@ -546,6 +547,7 @@ export interface MongoParameters extends RpParameters {
autoPilotTier?: string;
autoPilotThroughput?: string;
analyticalStorageTtl?: number;
isFixedCollectionWithSharedThroughputBeingCreated?: boolean;
}
export interface GraphParameters extends RpParameters {