Commit e519dec
committed
fix: make isFailedOver non-nullable to resolve schema validation warning
Address Schema.Validation.NullableBooleanShouldBeEnum by adding Nullable='false'
to the isFailedOver property on cloudPC entity. The property only has two states
(true/false), so nullable is not needed.1 parent 9949876 commit e519dec
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26150 | 26150 | | |
26151 | 26151 | | |
26152 | 26152 | | |
26153 | | - | |
| 26153 | + | |
26154 | 26154 | | |
26155 | 26155 | | |
26156 | 26156 | | |
| |||
0 commit comments