Skip to content

Commit 1f4c9aa

Browse files
committed
Enhance output formatting of available DSC resources for improved readability
1 parent c1acde0 commit 1f4c9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
246246
$dscResources = @(dsc resource list --adapter Microsoft.DSC/PowerShell --output-format json | ConvertFrom-Json)
247247
Write-Host "`n Available class-based DSC Resources: $($dscResources.Count)`n"
248-
$dscResources | Format-Table type, capabilities, implementedAs, requireAdapter -GroupBy kind
248+
$dscResources | Format-Table type, capabilities, implementedAs, requireAdapter -GroupBy kind -AutoSize
249249
}
250250
else
251251
{

0 commit comments

Comments
 (0)