Skip to content

azd rest command #1141

@jongio

Description

@jongio

az has a rest command that automatically adds necessary authentication heads to rest calls using the tokens from az login. This is helpful in filling gaps where REST is required such as calls like this:

    az rest \
          --method PATCH \
          --uri "https://graph.microsoft.com/v1.0/applications/$apiObjectId" \
          --headers 'Content-Type=application/json' \
          --body "{ identifierUris:.... "

Should we support azd rest to allow these interactions as well?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions