From e569e16b9e94dba4dcdffad089ee9aa4e1aa1bd8 Mon Sep 17 00:00:00 2001 From: Neelima Potharaj Date: Wed, 16 Sep 2020 15:54:52 -0700 Subject: [PATCH] Updated Postgres default values to "Basic" (#1712) --- .../steps/PostgresServerCreateStep.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/postgres/commands/createPostgresServer/steps/PostgresServerCreateStep.ts b/src/postgres/commands/createPostgresServer/steps/PostgresServerCreateStep.ts index 4139547b2..928199b6d 100644 --- a/src/postgres/commands/createPostgresServer/steps/PostgresServerCreateStep.ts +++ b/src/postgres/commands/createPostgresServer/steps/PostgresServerCreateStep.ts @@ -13,6 +13,7 @@ import { IPostgresServerWizardContext } from '../IPostgresServerWizardContext'; export class PostgresServerCreateStep extends AzureWizardExecuteStep { public priority: number = 150; + public postgresDefaultStorageSizeMB: number = 51200; public async execute(wizardContext: IPostgresServerWizardContext, progress: Progress<{ message?: string; increment?: number }>): Promise { @@ -30,11 +31,11 @@ export class PostgresServerCreateStep extends AzureWizardExecuteStep