Added engine version argument to edit command. (#13610)

* Added engine version argument to edit command. Neccessary for not using pg12

* Included for changing password in overview page

* Updated fakeazdataapi test
This commit is contained in:
nasc17
2020-12-03 08:46:48 -08:00
committed by GitHub
parent d17ca1561f
commit 67e3d2ebdb
6 changed files with 10 additions and 2 deletions

View File

@@ -262,6 +262,7 @@ declare module 'azdata-ext' {
replaceEngineSettings?: boolean,
workers?: number
},
engineVersion?: string,
additionalEnvVars?: { [key: string]: string }): Promise<AzdataOutput<void>>
}
},