Running the arm-ttk against a CreateUIDefinition.json and getting the following:-
Test-AzTemplate -TemplatePath /d/home/dug/timjam/azure/arm/testingpassed -Test Outputs-Must-Be-Present-In-Template-Parameters
Validating testingpassed\createUiDefinition.json
CreateUIDefinition
[-] Outputs Must Be Present In Template Parameters (22 ms)
A parameter cannot be found that matches parameter name 'ErrorId'.
A parameter cannot be found that matches parameter name 'ErrorId'.
A parameter cannot be found that matches parameter name 'ErrorId'.
I don't have a parameter ErrorId in either my CreateUiDefinition or MainTemplate and I don't believe it is mandatory, so I am unsure why this is reported as an error.


