Fix update offer beyond throughput limit error (#135)

This commit is contained in:
Steve Faulkner
2020-08-06 18:15:40 -05:00
committed by GitHub
parent 08ee86ecf1
commit 455a6ac81b
7 changed files with 88 additions and 82 deletions

View File

@@ -312,17 +312,6 @@ export interface Query {
query: string;
}
export interface UpdateOfferThroughputRequest {
subscriptionId: string;
resourceGroup: string;
databaseAccountName: string;
databaseName: string;
collectionName: string;
throughput: number;
offerIsRUPerMinuteThroughputEnabled: boolean;
offerAutopilotSettings?: AutoPilotOfferSettings;
}
export interface AutoPilotOfferSettings {
tier?: AutopilotTier;
maximumTierThroughput?: number;