5G-ERA / middleware

Middleware for orchestration and lifecycle management of the could-native robotic applications
Apache License 2.0
8 stars 3 forks source link

fix: updated policy to limit to allow change only policy "priority" and "isactive" #195

Closed appmdev closed 1 year ago

appmdev commented 1 year ago

Description

Policies had large set of properties allowed to be configurable by the end-use. Now end-user can update only two properties in the policy definition: IsActive, Priority

Fixes # End-user can update only two properties in the policy definition: IsActive, Priority.

Type of change

What has been changed?

Updated validation for these property.

How Has This Been Tested?

Checklist:

Artonus commented 1 year ago

@appmdev the code looks good to me. Please correct the PR title to match the conventional commits specification. After that please re-run failed checks. If all will pass, you can merge :)