Created
February 6, 2026 13:26
-
-
Save LaurentAerens/6db88f372c3f5100b4057116f133f46a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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