-
Notifications
You must be signed in to change notification settings - Fork 14
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
evaluate the reference() function as part of what-if evaluation #83
Comments
This issue leads to large amounts of noise, so +1 from me. |
This really needs fixed, it seems to be breaking when I reference a resource deployed in a different Bicep module from the same top level template. What-If still depressing me even on a SIMPLE template....... snippet showing the resources from the output of
and the What-If output.......
|
any updates? Ticket is open more than 4 years... |
This bug is creating a lot of noise and uncertainty when attempting to alter deployed bicep code to use modules that utilize |
Would love to hear an update on this as well |
Describe the noise
Today, what-if/preflight is not able to evaluate/compile the reference() function prior to doing the what-if comparison, which results in noise. On the PUT side, we show
reference().someProperty
and on the GET side we show the evaluated property (since it was evaluated to create the resource in the first place.Will add incoming noise reports that relate to this to this thread
The text was updated successfully, but these errors were encountered: