-
Notifications
You must be signed in to change notification settings - Fork 753
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
DevDiv meeting "notes" 9/30 #592
Comments
It'd be fantastic to see support for this, especially so I can create a single bicep file to conditionally include properties based on whether or not I'm deploying Windows or Linux machines. Any idea of which version this might be slated for release in? |
We are starting the work on conditions now, so it should be available before the end of the year. Work is tracked with #186 |
I've verified with a custom resource provider and an ARM integration test that ARM won't strip out |
Summary
We spent most of the meeting discussing the problem of conditionally adding a property to a resource payload and making that consistent with other usage of conditionals in the language. (Covered JS spread operator as well as various variations of imperative and declarative conditional constructs).
Code Examples
The following are the syntax mockups we came up with during the meeting. I'm saving them here so we can reuse them during a team discussion:
The text was updated successfully, but these errors were encountered: