We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee4d5e commit 4427fdaCopy full SHA for 4427fda
arm-ttk/README.md
@@ -26,7 +26,7 @@ You can also skip tests any tests:
26
Test-AzTemplate -TemplatePath $thePathToYourTemplate -Skip apiVersions-Should-Be-Recent
27
# This will exclude the tests indicated by the -Skip parameter from the test run and results
28
29
-You can also change the output format to JSON:
+You can also change the output format to get detailed test result descriptions in JSON:
30
31
Test-AzTemplate -TemplatePath $thePathToYourTemplate | Format-Json
32
# This will output the test results from Test-AzTemplate to the console in JSON format
0 commit comments