mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Enabled dynamic options to use CategoryValue type. SQL MIAA deploy now up to parity with Portal. (#18279)
* Removed extra backup policy field in MIAA deploy. Re-ordered fields in MIAA deploy for parity. * Enabled dynamic options to work with categoryvalue type objects. * Removed defaultValue CategoryValue typing, fixed some type checks. * Added a clarifying comment to setModelValues and removed unnecessary type from defaultValue * Removed CategoryValue from selection * Undo parenthesis for single type
This commit is contained in:
@@ -300,8 +300,8 @@ export interface DynamicOptionsInfo {
|
||||
}
|
||||
|
||||
export interface DynamicOptionsAlternates {
|
||||
selection: string,
|
||||
alternateValues: string[],
|
||||
selection: string
|
||||
alternateValues: string[] | azdata.CategoryValue[],
|
||||
defaultValue: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user