# Functions
EnumerateAKSClusters enumerates all AKS clusters in the subscription, returning a report of the clusters and any non-fatal errors encountered.
# Structs
AzureResourceReport contains the AzureResources and any non-fatal errors encountered during enumeration.
AzureResources contains details about all AKS clusters in the subscription.
ClusterDetails contains details about a single AKS cluster, including the cluster details and node pools.
NodePoolDetails contains details about a single AKS node pool and the VMs in the pool.