Azure / Azure/azure-cli-extensions

results refuse to show 'id' property

Open
#1,504 1 comment 0 reactions 0 assignees View on GitHub
customer-reported Pipelines Service Attention
Dominant language
Python
Stars
454
Forks
1.7k
Avg merge
2d 19h
Merged PRs (30d)
64

Description

- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues)

### Extension name (the extension in question)
az pipelines

### Description of issue (in as much detail as possible)
I have noticed this with a few different AZ Cli commands but have not figured out why when I run a command like:

`az pipelines release definition list --output table`

It will return a table containing ID, name, created by and created on fields.

But if I then run:

`az pipelines release definition list --query "[].{id:id, name:name}" --output table`

The results refuse to show the id field but just the name field.

-----

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.