Created
August 30, 2018 12:42
-
-
Save rainbow-alex/3e25419d19a0ed8f7d1a2ade2e117fa0 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
"functions": [ | |
{ | |
"namespace": "rg", | |
"members": { | |
"prefix": { | |
"parameters": [ | |
{"name": "name", "type": "string"} | |
], | |
"output": { | |
"type": "string", | |
"value": "[concat(deployment().properties.parameters.stage.value, '-panda-', parameters('name'))]" | |
} | |
} | |
} | |
} | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment