Warning in Log File when using SendPort with Http Adapter
- Dominant language
- C#
- Stars
- 52
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Receiving this error when running the tool, when the BizTalk Application contains a SendPort using the HTTP adapter:
`[22:52:40 WRN] The template file endpoints/http/send/httpsendadapter.logicapp.dev.parameters.json.liquid was not found in any provided template path.`
## Environment and tool versions
- AIM Tool Version (aim --version): v1.0.0
- Windows Version (systeminfo): 10
- Shell: PowerShell
- Shell Version ($PSVersionTable | bash --version): N/A
## Repro steps
Migrate a BizTalk application that uses a send port with an HTTP adapter.
## Expected result
No errors or warnings in the log file.
## Current result
Receive an error saying that the "httpsendadapter.logicapp.dev.parameters.json.liquid" template file can not be found.
This is because there is a spelling error in the file name - the file in the folder is called "httpsnedadapter.logicapp.dev.parameters.json.liquid" (note incorrect spelling of the word "send").
## Temp Fix
The temp fix is to navigate to this template folder:
`C:\ProgramData\chocolatey\lib\biztalkmigrator-azure\tools\templates\endpoints\http\send`
(assuming chocolatey is installed to default location)
And rename the file "httpsnedadapter.logicapp.dev.parameters.json.liquid" to "httpsendadapter.logicapp.dev.parameters.json.liquid"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.