Add more advanced properties for spark job submission dialog (#12732)

* Add more advanced properties for spark job submission dialog

* Add queue
This commit is contained in:
Charles Gagnon
2020-10-06 09:50:32 -07:00
committed by GitHub
parent 726f0cef0e
commit f633e07ed1
5 changed files with 340 additions and 151 deletions

6
src/sql/azdata.d.ts vendored
View File

@@ -3179,7 +3179,13 @@ declare module 'azdata' {
multiline?: boolean;
rows?: number;
columns?: number;
/**
* The minimum value allowed for the input. Only valid for number inputs.
*/
min?: number;
/**
* The maxmimum value allowed for the input. Only valid for number inputs.
*/
max?: number;
/**
* Whether to stop key event propagation when enter is pressed in the input box. Leaving this as false