Skip to content

Commit

Permalink
added release note
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelianhan007 committed Dec 17, 2024
1 parent a4ede09 commit 9f071a1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ spec:
- name: mapper.quote.uni.add.sync.productConfiguration.bandwidth
source: "@{{quoteItem[0].product.productConfiguration.bandwidth}}"
sourceLocation: BODY
sourceType: constantNumber
sourceType: discreteInt
sourceValues:
- 1000
- 10000
target: "@{{connections[*].bandwidth}}"
targetLocation: BODY
requiredMapping: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ spec:
- name: mapper.quote.uni.add.sync.productConfiguration.bandwidth
source: "@{{quoteItem[0].product.productConfiguration.bandwidth}}"
sourceLocation: BODY
sourceType: constantNumber
sourceType: discreteInt
sourceValues:
- 1000
- 10000
target: "@{{ports[*].speed}}"
targetLocation: BODY
requiredMapping: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ spec:
title: "Bandwidth of the Eline"
source: "@{{quoteItem[0].product.productConfiguration.bandwidth}}"
sourceLocation: BODY
sourceType: constantNumber
sourceType: discreteInt
sourceValues:
target: ""
targetLocation: BODY
requiredMapping: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ spec:
title: "Bandwidth of the UNI"
source: "@{{quoteItem[0].product.productConfiguration.bandwidth}}"
sourceLocation: BODY
sourceType: constantNumber
sourceType: discreteInt
sourceValues:
target: ""
targetLocation: BODY
requiredMapping: true
Expand Down

0 comments on commit 9f071a1

Please sign in to comment.