Missing closing '}'
Closed this issue · 1 comments
charris-msft commented
Describe the bug
ERROR: error executing step command 'deploy --all': failed running pre hooks: 'predeploy' hook failed with exit code: '1', Path: 'azd-hooks\predeploy.ps1'. : exit code: 1, stdout: , stderr: ParserError: C:\git\azure_agent\aks-store-demo\azd-hooks\predeploy.ps1:79
Line |
79 | if ($env:AZURE_SERVICE_BUS_HOST) {
| ~
| Missing closing '}' in statement block or type definition.
To Reproduce
Steps to reproduce the behavior:
- Run
azd up
- Wait a long time
- See error
Expected behavior
No error occurs
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows 11
Additional context
Add any other context about the problem here.
pauldotyu commented
Thanks for the heads up @charris-msft will take a look.