add echo statement job to remove orphaned AKS clusters

This commit is contained in:
Ryan Richard
2025-01-03 15:08:19 -08:00
parent 4596d47d6c
commit a026244d5a

View File

@@ -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