Describe the bug
Updating a yes/no value with 0/1 as defined by the imported type fails with an error. It appears the pac cli code generation is incorrect or needs to be adjusted.
Steps to Reproduce
- Try to update a field that is a yes/no value
- You can only set this to 0 or 1.
- Error will come back with: Cannot convert the literal '0' to the expected type 'Edm.Boolean'
Expected behavior
Yes/No values should be treated like an option set. It should be treated as true/false.
Actual behavior
Imported type is treated as an option set.
Screenshots or Error Messages
Environment information
Dataverse connector