You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... and suppose that the parameters are referenced inside a NIC resource that uses the copyIndex() function to grab the value of each parameter, like so:
Problem: Instead of recognizing that the parameters are being used in the NIC resource's iterations by constructing their names dynamically instead of having 3 different resource declarations. arm-ttk returns the following error, which seem to indicate that it is expecting static property names:
NOTE: The same behavior outlined above is also exhibited with variables when their names are dynamically constructed.
While it is possible to work around this when the number of iterations is small, the issue is exacerbated when the number of iterations is considerably high.
The text was updated successfully, but these errors were encountered:
arm-ttk version: 0.24
Scenario: Suppose an ARM template takes 3 NIC name parameters, like so:
... and suppose that the parameters are referenced inside a NIC resource that uses the
copyIndex()
function to grab the value of each parameter, like so:Problem: Instead of recognizing that the parameters are being used in the NIC resource's iterations by constructing their names dynamically instead of having 3 different resource declarations. arm-ttk returns the following error, which seem to indicate that it is expecting static property names:
NOTE: The same behavior outlined above is also exhibited with variables when their names are dynamically constructed.
While it is possible to work around this when the number of iterations is small, the issue is exacerbated when the number of iterations is considerably high.
The text was updated successfully, but these errors were encountered: