[Feedback] Output formatting of Get-AksHciVMSize cmdlet
- Dominant language
- PowerShell
- Stars
- 118
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
**Title**: Output formatting of Get-AksHciVMSize cmdlet improvement
**Description**: Get-AksHciVMSize cmdlet's output is little bit strange because texts are aligned to right and numbers aligned to left. In general, texts are aligned to left and numbers aligned to right in a table.

The VM sizes are enum (number) and the numbers are defined as text in $global:vmSizeDefinitions, it's the reason, I think.

Contributor guide
Research direction
Search the repository for the Get-AksHciVMSize cmdlet and $global:vmSizeDefinitions, then inspect how the table output is formatted. Done means text columns are left-aligned and numeric VM size values are right-aligned, matching the issue's expected table presentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100