We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c057009 commit a27d928Copy full SHA for a27d928
.pipelines/templates/get-resources.steps.yaml
@@ -123,9 +123,7 @@ steps:
123
# JSON of Returned Results
124
az storage account list \
125
--resource-group "$RESOURCEGROUP_NAME" \
126
- --query "$R_QUERY" \
127
- --tag "$BUILDTAG_DEFINITIONID"="$SYSTEM_DEFINITIONID" \
128
- --tag "$BUILDTAG_CREATEDBYAPPID"="$servicePrincipalId" -o json
+ --query "$R_QUERY"
129
R_LIST=$(az storage account list \
130
131
--query "$R_QUERY" | \
0 commit comments