jmespath / jmespath/jmespath.site
How to remove duplicates in the az command output using --query
Open
- Dominant language
- Makefile
- Stars
- 61
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
Command -
az resource list --resource-group MYRG --query "[].{type:type}"
output -
[
{
"type": "Microsoft.Network/networkInterfaces"
},
{
"type": "Microsoft.Network/networkInterfaces"
},
{
"type": "Microsoft.Network/networkSecurityGroups"
},
{
"type": "Microsoft.Network/networkSecurityGroups"
}
]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.