Skip to content

Remove jq in FHIR access token lookup - #59412

Merged
Kristine Toliver (ktoliver) merged 1 commit into
MicrosoftDocs:masterfrom
c-w:patch-1
Jul 21, 2020
Merged

Remove jq in FHIR access token lookup#59412
Kristine Toliver (ktoliver) merged 1 commit into
MicrosoftDocs:masterfrom
c-w:patch-1

Conversation

@c-w

Copy link
Copy Markdown
Contributor

Currently the FHIR documentation on how to look up an access token for the FHIR Server using the Azure CLI depends on the external tool jq to extract specific items from JSON payloads returned by the CLI.

However, the Azure CLI supports querying the JSON responses natively via --query. As such, this change updates the documentation to use --query instead of jq which removes an external tool dependency and also makes the Azure CLI snippets work on Windows.

Currently the FHIR documentation on how to look up an access token for the FHIR Server using the Azure CLI depends on the external tool `jq` to extract specific items from JSON payloads returned by the CLI.

However, the Azure CLI supports querying the JSON responses natively via [--query](https://docs.microsoft.com/en-us/cli/azure/query-azure-cli). As such, this change updates the documentation to use `--query` instead of `jq` which removes an external tool dependency and also makes the Azure CLI snippets work on Windows.
@PRMerger19

Copy link
Copy Markdown
Contributor

Clemens Wolff (@c-w) : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@ktoliver
Kristine Toliver (ktoliver) merged commit d1c00f4 into MicrosoftDocs:master Jul 21, 2020
@c-w
Clemens Wolff (c-w) deleted the patch-1 branch July 21, 2020 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants