Skip to content

Commit

Permalink
ignore case (Azure#3093)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 authored Mar 14, 2024
1 parent e72f9e8 commit ee6eb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/pipeline/pipeline-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ steps:
--url-parameters api-version=2021-04-01 \$expand=createdTime \
--output json \
--query value \
| jq --arg date "$date" '.[] | select (.createdTime < $date).name | match("'${pattern}'"; "g").string' \
| jq --arg date "$date" '.[] | select (.createdTime < $date).name | match("'${pattern}'"; "i").string' \
| xargs -l -t -r az group delete --subscription "${subscription_id}" --no-wait -y -n

0 comments on commit ee6eb7d

Please sign in to comment.