Azure-Samples/aks-store-demo

Missing closing '}'

Closed this issue · 1 comments

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.

image

To Reproduce
Steps to reproduce the behavior:

  1. Run azd up
  2. Wait a long time
  3. 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.

Thanks for the heads up @charris-msft will take a look.