Azure / Azure/aksArc

[Feedback] Output formatting of Get-AksHciVMSize cmdlet

Open
#198 0 comments 0 reactions 0 assignees View on GitHub
Enhancement
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.

![image](https://user-images.githubusercontent.com/1618784/179901872-b56e9987-0cfa-48a5-bf6a-c1480c037e80.png)

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

![image](https://user-images.githubusercontent.com/1618784/179901934-89a01304-8930-4d6e-bb83-dbfb026577e3.png)

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.