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 TextBox control named TextBox1 is placed in "basics". It is referenced in the "outputs" using this expression: [steps('basics').TextBox1]
Problem: Upon running arm-ttk against the CUID, the following error is returned:
arm-ttk: Failed: Controls In Outputs Must Exist
- Error: Could not find step 'basics' in .parameters.steps
NOTE:steps('basics').elememtName being the same as basics('elementName') is valid and runs fine in the CUID sandbox.
arm-ttk version: 0.24
Scenario: A TextBox control named TextBox1 is placed in "basics". It is referenced in the "outputs" using this expression:
[steps('basics').TextBox1]
Problem: Upon running arm-ttk against the CUID, the following error is returned:
NOTE:
steps('basics').elememtName
being the same asbasics('elementName')
is valid and runs fine in the CUID sandbox.Sample CUID:
The text was updated successfully, but these errors were encountered: