Pull request #8: OPMAAS-1688
Merge in OPAPM/coco_terraform_config from OPMAAS-1688 to master * commit '60b6a24077019271f7f95172e698e41cb3455495': added v2 api method added v2 api methodtest_branch_mo
commit
3a92276842
|
|
@ -25,7 +25,8 @@ module TP_Mobile_VehicleList {
|
||||||
(~"btc-vehicle-composite-service - PROD~")
|
(~"btc-vehicle-composite-service - PROD~")
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /api/v1/vehicles~"
|
~"GET /api/v1/vehicles~",
|
||||||
|
~"GET /api/v2/vehicles~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy())
|
))):splitBy())
|
||||||
|
|
@ -42,7 +43,8 @@ module TP_Mobile_VehicleList {
|
||||||
(~"btc-vehicle-composite-service - PROD~")
|
(~"btc-vehicle-composite-service - PROD~")
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /api/v1/vehicles~"
|
~"GET /api/v1/vehicles~",
|
||||||
|
~"GET /api/v2/vehicles~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
))):splitBy()))
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@ module TP_Mobile_VehicleList {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /api/v1/vehicles~"
|
~"GET /api/v1/vehicles~",
|
||||||
|
~"GET /api/v2/vehicles~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy())
|
))):splitBy())
|
||||||
|
|
@ -44,7 +45,8 @@ module TP_Mobile_VehicleList {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /api/v1/vehicles~"
|
~"GET /api/v1/vehicles~",
|
||||||
|
~"GET /api/v2/vehicles~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
))):splitBy()))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue