You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE:
- ds-pushevent and ds-returnevent to use true/false instead of yes/no
closeedgexfoundry#780
Signed-off-by: Ginny Guan <[email protected]>
BREAKING CHANGE: ds-pushevent and ds-returnevent to use true/false instead of yes/no
closeedgexfoundry#780
Signed-off-by: Ginny Guan <[email protected]>
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for core-commandDescription [REQUIRED]
We are using common.ValueYes and common.ValueNo for some query parameters, and we should use true and false for consistency.
Describe the solution you'd like
Remove common.ValueYes and common.ValueNo, and change the code to use common.ValueTrue and common.ValueFalse
The text was updated successfully, but these errors were encountered: