From 4427fdab9bc59661b803beeca84a089302f39bc3 Mon Sep 17 00:00:00 2001 From: Luis Gaspar Schroeder Date: Thu, 21 Mar 2024 11:55:40 +0100 Subject: [PATCH] Improved functionality description --- arm-ttk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm-ttk/README.md b/arm-ttk/README.md index 02b772b7..d384f9b8 100644 --- a/arm-ttk/README.md +++ b/arm-ttk/README.md @@ -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