Skip to content

Commit a27d928

Browse files
author
Sheyla Trudo
committed
fixup! Move to Resource Module
1 parent c057009 commit a27d928

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.pipelines/templates/get-resources.steps.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ steps:
123123
# JSON of Returned Results
124124
az storage account list \
125125
--resource-group "$RESOURCEGROUP_NAME" \
126-
--query "$R_QUERY" \
127-
--tag "$BUILDTAG_DEFINITIONID"="$SYSTEM_DEFINITIONID" \
128-
--tag "$BUILDTAG_CREATEDBYAPPID"="$servicePrincipalId" -o json
126+
--query "$R_QUERY"
129127
R_LIST=$(az storage account list \
130128
--resource-group "$RESOURCEGROUP_NAME" \
131129
--query "$R_QUERY" | \

0 commit comments

Comments
 (0)