resolved conflicts in component.json

CD_AudioVideoServices
ermisw 2021-09-30 11:00:53 +02:00
parent e331c3bce3
commit 9202251c3c
3 changed files with 4 additions and 12 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
.vscode/* .vscode/*
setenv.bat setenv.bat
.logs .logs
./environment.yaml

View File

@ -4151,11 +4151,7 @@
{ {
"type": "SERVICE", "type": "SERVICE",
"enabled": true, "enabled": true,
<<<<<<< HEAD
"valueFormat": "rsu", "valueFormat": "rsu",
=======
"valueFormat": "ASBC-HAL-CL",
>>>>>>> 66042505f351ff2f91db06a9972f047047e2105c
"propagationTypes": [], "propagationTypes": [],
"conditions": [ "conditions": [
{ {
@ -4175,13 +4171,8 @@
}, },
"comparisonInfo": { "comparisonInfo": {
"type": "STRING", "type": "STRING",
<<<<<<< HEAD
"operator": "CONTAINS_REGEX", "operator": "CONTAINS_REGEX",
"value": "^(?>cam|disp|fre|rcs|rdh|rmo|rpp|rte|rve|rvi|rvt|rwd|uvm)(?>eu|us|cn)(?>e2e|p)$", "value": "^(?>cam|disp|fre|rcs|rdh|rmo|rpp|rte|rve|rvi|rvt|rwd|uvm)(?>eu|us|cn)(?>e2e|p)$",
=======
"operator": "CONTAINS",
"value": "asbchal",
>>>>>>> 66042505f351ff2f91db06a9972f047047e2105c
"negate": false, "negate": false,
"caseSensitive": true "caseSensitive": true
} }

View File

@ -20,10 +20,10 @@ NA-PreProd:
CN-Prod: CN-Prod:
- name: "CN-Prod" - name: "CN-Prod"
- env-url: "https://dynatracemgd-cn.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b" - env-url: "https://dynatracemgd-cn.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b@PROXY"
- env-token-name: "CN_Prod_TOKEN" - env-token-name: "CN_Prod_TOKEN"
CN-PreProd: CN-PreProd:
- name: "CN-PreProd" - name: "CN-PreProd"
- env-url: "https://dynatracemgd-cn.bmwgroup.net/e/ab88c03b-b7fc-45f0-9115-9e9ecc0ced35" - env-url: "https://dynatracemgd-cn.bmwgroup.net/e/ab88c03b-b7fc-45f0-9115-9e9ecc0ced35@PROXY"
- env-token-name: "CN_PreProd_TOKEN" - env-token-name: "CN_PreProd_TOKEN"