From def5a9d47a1b512f65917babd6613e2b743ad8da Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Tue, 3 Dec 2019 19:10:47 +0000 Subject: Create PAP API to only create/update PdpGroups Create an API to create/update PdpGroups. Policies are not allowed to be deployed as part of PDPGroup create/update operation. There will be a separate API as part of POLICY-2274 to deploy policies into individual group/subgroups. Change-Id: I4e2cb43fefe08b22d6f70a1db7c026e83f0ebde0 Issue-ID: POLICY-2273 Signed-off-by: a.sreekumar --- .../test/resources/simpleDeploy/createGroupsDelSub.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'main/src/test/resources/simpleDeploy/createGroupsDelSub.json') diff --git a/main/src/test/resources/simpleDeploy/createGroupsDelSub.json b/main/src/test/resources/simpleDeploy/createGroupsDelSub.json index cba308ec..bcaa1c1f 100644 --- a/main/src/test/resources/simpleDeploy/createGroupsDelSub.json +++ b/main/src/test/resources/simpleDeploy/createGroupsDelSub.json @@ -26,12 +26,7 @@ "instanceId": "pdpA" } ], - "policies": [ - { - "name": "policyA", - "version": "1.2.3" - } - ] + "policies": [] }, { "pdpType": "pdpTypeB", @@ -51,12 +46,7 @@ "instanceId": "pdpD" } ], - "policies": [ - { - "name": "policyA", - "version": "1.2.3" - } - ] + "policies": [] } ] } -- cgit 1.2.3-korg