Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tksh164 committed Sep 28, 2024
1 parent 75301dd commit 16e6a3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Azure Resource Graph Query
// Returns all AKS clusters not running on the Standard tier
// Returns all AKS clusters not running on the Standard tier or the Premium tier.
resources
| where type =~ "Microsoft.ContainerService/managedClusters"
| where sku.tier !in~ ("Standard", "Premium")
Expand Down

0 comments on commit 16e6a3d

Please sign in to comment.