Skip to content

Fix extra bracket in Lookout APIKey ARM expression (mainTemplate.json)#13850

Open
fgravato wants to merge 2 commits intoAzure:masterfrom
fgravato:lookout/v3.0.1-final
Open

Fix extra bracket in Lookout APIKey ARM expression (mainTemplate.json)#13850
fgravato wants to merge 2 commits intoAzure:masterfrom
fgravato:lookout/v3.0.1-final

Conversation

@fgravato
Copy link
Contributor

Summary

Removed excessive closing bracket in the Lookout connector's APIKey parameter expression in mainTemplate.json (line 1503).

Change

  • Before: [[parameters('applicationKey')]]
  • After: [[parameters('applicationKey')]

Issue

The double ]] after the ARM expression caused deployment failures when connecting to the Lookout API with an API key:

Deployment template language expression evaluation failed:
'Unable to parse language expression 'parameters('applicationKey')]':
expected token 'EndOfData' and actual 'RightSquareBracket''.

Affected Solution

  • Solution: Lookout
  • File: Solutions/Lookout/Package/mainTemplate.json

… line 1503)

Removed excessive closing bracket in APIKey parameter expression:
- Before: [[parameters('applicationKey')]]
- After:  [[parameters('applicationKey')]

The double ]] after the ARM expression caused deployment failures with:
'Unable to parse language expression: expected token EndOfData and actual RightSquareBracket'

Amp-Thread-ID: https://ampcode.com/threads/T-019cfca8-7aab-716e-b02f-28526714d600
Co-authored-by: Amp <amp@ampcode.com>
@fgravato fgravato requested review from a team as code owners March 17, 2026 16:40
@v-shukore v-shukore self-assigned this Mar 18, 2026
@v-shukore v-shukore added the Solution Solution specialty review needed label Mar 18, 2026
@v-shukore
Copy link
Contributor

Hi @fgravato, please update zip package as well. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Solution Solution specialty review needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants