Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled exception with self-referencing parameter in .bicepparam file #13531

Closed
anthony-c-martin opened this issue Mar 5, 2024 · 0 comments · Fixed by #13532
Closed

Unhandled exception with self-referencing parameter in .bicepparam file #13531

anthony-c-martin opened this issue Mar 5, 2024 · 0 comments · Fixed by #13532

Comments

@anthony-c-martin
Copy link
Member

Repro:

  • main.bicepparam:
    using 'main.bicep'
    
    param location = location
    
  • main.bicep:
    param location string
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant