Skip to content

Commit

Permalink
Improved functionality description
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Gaspar Schroeder committed Mar 21, 2024
1 parent 4ee4d5e commit 4427fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm-ttk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can also skip tests any tests:
Test-AzTemplate -TemplatePath $thePathToYourTemplate -Skip apiVersions-Should-Be-Recent
# This will exclude the tests indicated by the -Skip parameter from the test run and results

You can also change the output format to JSON:
You can also change the output format to get detailed test result descriptions in JSON:

Test-AzTemplate -TemplatePath $thePathToYourTemplate | Format-Json
# This will output the test results from Test-AzTemplate to the console in JSON format
Expand Down

0 comments on commit 4427fda

Please sign in to comment.