Commit f040705
authored
uvm: omit default WCIFS FilterType for older GCS compatibility (#2739)
CombinedLayers.FilterType was added in HCS schema 2.9. Inbox GCS on
older Windows hosts (e.g. WS2022) uses a strict JSON unmarshaller that
rejects the unknown field with HCS_E_INVALID_JSON. Since WCIFS is the
GCS default when the field is absent, clear it so `omitempty` drops it
from the wire format.
Refs: #2714
Signed-off-by: Harsh Rawat <harshrawat@microsoft.com>1 parent 1873501 commit f040705
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
22 | 35 | | |
23 | 36 | | |
24 | 37 | | |
| |||
0 commit comments