Search mode is giving me this object now, whereas it used to give 'XLTS' as a key.
SearchMode: {
'0': 'All',
'2': 'Default',
'3': 'PreRelease',
'4': 'LTS',
'6': 'Supported',
All: 0,
Default: 2,
PreRelease: 3,
LTS: 4,
Supported: 6
}
I had a passing test before that looks like this
Looks like SUPPORTED changed to Supported and XLTS is gone completely. It's missing keys 1 and 5 from the enum it seems.
What your recommended way forward?
Search mode is giving me this object now, whereas it used to give 'XLTS' as a key.
I had a passing test before that looks like this
Looks like SUPPORTED changed to Supported and XLTS is gone completely. It's missing keys 1 and 5 from the enum it seems.
What your recommended way forward?