diff options
author | zm330 <zhangminyj@chinamobile.com> | 2020-09-09 15:10:13 +0800 |
---|---|---|
committer | zm330 <zhangminyj@chinamobile.com> | 2020-09-09 17:19:12 +0800 |
commit | 647540b3d7bea3e05baa4c2f84b19b337974162a (patch) | |
tree | f57c949e6bc15f56c36644afca7d8eeb8fc2e397 /bpmn/MSOCommonBPMN/src/test/resources | |
parent | 36982a7db770806b0a3e12d07686b4e3a72a0871 (diff) |
Update AAI schema version
Issue-ID: SO-2963
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I24ff43f3d7a3e617b51f59c402719073065d5692
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/test/resources')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/aaiL3NetworkInputWithSubnets.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/aaiL3NetworkInputWithSubnets.json b/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/aaiL3NetworkInputWithSubnets.json index 9b32a4c446..8e4e3632e9 100644 --- a/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/aaiL3NetworkInputWithSubnets.json +++ b/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/aaiL3NetworkInputWithSubnets.json @@ -72,7 +72,7 @@ "aggregateRoutes": { "aggregateRoute": [ { - "routeId": "routeId", + "aggRouteId": "routeId", "networkStartAddress": "10.80.12.0", "cidrMask": "23", "ipVersion": "4" |