Azure / Azure/azure-powershell

Unexpected formatting of the Get-AzGallery's output

Open
#8,363 3 comments 0 reactions 1 assignee Assigned to @hyonholee View on GitHub
Service Attention
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

`UniqueName` is a subproperty of the `Identifier` property. When did we start exposing subproperties as an indented lines?
Also, why is `ResourceGroupName` in uppercase, when I've specified the resource group name using the lowercase?

```
PS C:\> get-azgallery

ResourceGroupName : GALLERY-RG
Description : Testna galerija2
Identifier :
UniqueName : xxxxxxx-TESTGALLERY
ProvisioningState : Succeeded
Id : /subscriptions/xxxxxxx/resource
Name : testgallery
Type : Microsoft.Compute/galleries
Location : eastus
Tags : {}

ResourceGroupName : GALLERY-RG
Identifier :
UniqueName : xxxxxxx-TESTSIG
ProvisioningState : Succeeded
Id : /subscriptions/xxxxxxx/resource
Name : testsig
Type : Microsoft.Compute/galleries
Location : eastus
Tags : {}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.