diff --git a/pipelines/shared-tasks/remove-orphaned-aks-clusters/task.sh b/pipelines/shared-tasks/remove-orphaned-aks-clusters/task.sh index 2dd3a5081..11f9a3a1f 100755 --- a/pipelines/shared-tasks/remove-orphaned-aks-clusters/task.sh +++ b/pipelines/shared-tasks/remove-orphaned-aks-clusters/task.sh @@ -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