Skip to content

az interactive JMESpath with ?? is not the same as with --query #19288

Open

Description

In az interactive mode you can use ?? to get the last command output and ??[jmespath query] according to the documentation. However, the following works on the command line:

az functionapp show -n myapp -g mygroup --query "contains(usageState,'orm')"

but the equivalent does not in az interactive

functionapp show -n myapp -g mygroup
??[contains(usageName, 'orm')] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Functionsaz functionappInteractiveaz interactiveService AttentionThis issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions