Azure / Azure/azure-powershell
Unexpected formatting of the Get-AzGallery's output
- 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
Assessment
This issue has not been assessed yet.