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
arm-ttk version: 0.24 Scenario: A DropDown control inside a column in an EditableGrid control is referenced in an "outputs" parameter using the following expression (see the full CUID sample at the very bottom) that references it via a reference to the containing column's column id: [concat('Value: ', first(basics('EditableGrid1')).Column1)]
Problem: When running arm-ttk against the example shown below, the following error is returned:
arm-ttk: Failed: Allowed Values Should Actually Be Allowed
Error: Could not find DropDown1 in outputs
NOTE: The same issue is also noticed when placing an OptionsGroup control inside an EditableGrid's column. But a TextBox seems to fare well though.
Hi @vidapour -- For sure, you bet! And thanks for looking into this.
Here's an ARM template sample (not just the params). It's a no-op ARM Template sample that passes the arm-ttk without deploying anything (but the issue was discovered in a real-life, large template).
One thing I should have mentioned before was that if the same DropDown was placed outside of the EditableGrid (for example inside basics) and referenced in the outputs, it passes arm-ttk's checks with flying colors, so this is not likely related to not having allowedValues on the ARM template param.
arm-ttk version: 0.24
Scenario: A DropDown control inside a column in an EditableGrid control is referenced in an "outputs" parameter using the following expression (see the full CUID sample at the very bottom) that references it via a reference to the containing column's column id:
[concat('Value: ', first(basics('EditableGrid1')).Column1)]
Problem: When running arm-ttk against the example shown below, the following error is returned:
NOTE: The same issue is also noticed when placing an OptionsGroup control inside an EditableGrid's column. But a TextBox seems to fare well though.
What are we missing here?
Full sample CUID:
The text was updated successfully, but these errors were encountered: