From 5c49a4914050d978005d9adca7c27c15e3892760 Mon Sep 17 00:00:00 2001 From: kpoulakakis <kpoulakakis@ubitech.eu> Date: Mon, 3 Jun 2024 18:02:20 +0300 Subject: [PATCH] Make some changes to proto file. --- proto/automation.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proto/automation.proto b/proto/automation.proto index a7e26fea2..c482dc0da 100644 --- a/proto/automation.proto +++ b/proto/automation.proto @@ -39,12 +39,12 @@ enum ZSMServiceStateEnum { message ZSMCreateRequest { context.ServiceId serviceId = 1; - PolicyRuleList policyList = 2; + policy.PolicyRuleList policyList = 2; } message ZSMCreateUpdate { context.Uuid ZSMServiceID = 1; - PolicyRuleList policyList = 2; + policy.PolicyRuleList policyList = 2; } // A unique identifier per ZSM service @@ -63,7 +63,7 @@ message ZSMService { ZSMServiceID zsmServiceId = 1; context.ServiceId serviceId = 2; - PolicyRuleList policyList = 3; + policy.PolicyRuleList policyList = 3; // TODO: When new Analytics and updated Monitoring are in place, add the necessary binding to them } -- GitLab