Skip to content

Commit

Permalink
Removed the Depth parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Gaspar Schroeder committed Mar 21, 2024
1 parent d1c63b7 commit 4ee4d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm-ttk/Format-Json.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Function Format-Json {

End {
# Convert the array of hashtables to JSON
$JSON = $TestCases | ConvertTo-Json -Depth 5
$JSON = $TestCases | ConvertTo-Json

# Print the JSON string to the console
Write-Output $JSON
Expand Down

0 comments on commit 4ee4d5e

Please sign in to comment.