From 95e4ae7510ea2ca9eb9d01d388f0f44723451d80 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Tue, 14 Mar 2023 20:38:21 +0100 Subject: [PATCH] Added reference to JMESPath --- knowledge base/az.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/knowledge base/az.md b/knowledge base/az.md index 853069b..f4a30bd 100644 --- a/knowledge base/az.md +++ b/knowledge base/az.md @@ -1,5 +1,9 @@ # Azure CLI +Queries (`az … --query …`) use the [JMESPath] query language for JSON. + +## Table of contents + 1. [TL;DR](#tldr) 1. [Pipelines](#pipelines) 1. [APIs](#apis) @@ -410,5 +414,7 @@ az rest \ [sign in with azure cli]: https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli +[jmespath]: jmespath.md + [create and manage azure pipelines from the command line]: https://devblogs.microsoft.com/devops/create-and-manage-azure-pipelines-from-the-command-line/