-
Notifications
You must be signed in to change notification settings - Fork 15
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
Bake does not appear to support arrays #47
Comments
What bake version are you using? Latest should have this fixed. |
I believe I was using latest but will confirm. |
Do you mean you used --runtime latest when mixing? If so, that's mostly an antipattern. Unless you are manually updating your local docker image for the latest tag, it might be very stale. It's better to use a specific version for --runtime when mixing. |
I'm doing npx bake serve bake.yaml. Will confirm later today. |
get latest and should be resolved |
Recipes don't appear to support params that are arrays.
bake.yaml snippet
Mon, 15 Apr 2019 20:09:08 GMT] East US : ehdiag-deploy deployment failed: TypeError: variable.Code.trim is not a function
[Mon, 15 Apr 2019 20:09:08 GMT] TypeError: variable.Code.trim is not a function
ARM Template snippet
The text was updated successfully, but these errors were encountered: