Skip to content

Commit

Permalink
add echo statement job to remove orphaned AKS clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
cfryanr committed Jan 3, 2025
1 parent 4596d47 commit a026244
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ fi
cat all-resources.json |
jq -r ".value.[] | select(.type == \"Microsoft.ContainerService/managedClusters\") | select(.id | contains(\"/resourceGroups/${AZURE_RESOURCE_GROUP}/\")) | \"\(.name) \(.createdTime)\"" >all-clusters.txt

echo
echo "Found all clusters in expected resource group:"
cat all-clusters.txt
echo
Expand Down

0 comments on commit a026244

Please sign in to comment.