mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
432 B
432 B
JMESPath
TL;DR
# Filter elements in a list.
az devops user list \
--org https://dv.azure.com/organizationName \
--query "\
items[? \
startsWith(user.principalName, 'yourNameHere') && \
\! contains(accessLevel.licenseDisplayName, 'Test plans') \
].user.displayName"