Skip to content

Instantly share code, notes, and snippets.

@LaurentAerens
Created February 6, 2026 13:26
Show Gist options
  • Select an option

  • Save LaurentAerens/6db88f372c3f5100b4057116f133f46a to your computer and use it in GitHub Desktop.

Select an option

Save LaurentAerens/6db88f372c3f5100b4057116f133f46a to your computer and use it in GitHub Desktop.
$bicepExpression = @"
func isValidEnvironment(env string) bool => contains(['dev','test','prod'], env)
isValidEnvironment('dev')
"@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment