We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8808298 commit 3c5574aCopy full SHA for 3c5574a
tests/Validate-Settings.ps1
@@ -31,7 +31,7 @@ Write-Host '✓ Settings retrieved successfully'
31
# Display the generated settings JSON
32
Write-Host "`n========== Generated Settings JSON =========="
33
$settings = $SettingsJson | ConvertFrom-Json
34
-$settings | ConvertTo-Json -Depth 10
+Write-Host ($settings | ConvertTo-Json -Depth 10)
35
Write-Host '=============================================='
36
37
# Validate against JSON schema
0 commit comments