ATF PR in progress, test manually by checking endpoint_properties field in policy table
Summary
EndpointProperty.version is defined as an optional value, but was being used as a mandatory one. Also makes service property unique in endpoint_properties to prevent duplicate entries.
Changelog
Bug Fixes
Fixes incorrect saving of endpoint properties and restricts duplicate saving
Fixes #3666
This PR is ready for review.
Risk
This PR makes no API changes.
Testing Plan
ATF PR in progress, test manually by checking
endpoint_properties
field in policy tableSummary
EndpointProperty.version
is defined as an optional value, but was being used as a mandatory one. Also makesservice
property unique inendpoint_properties
to prevent duplicate entries.Changelog
Bug Fixes
CLA