Skip to content

Commit aebef33

Browse files
tksh164kpoineal
andauthored
feat: Add ARG query to 6293a3cc-6b4a-4c0f-9ea7-b8ae8d7dd3d5 (Azure#727)
Co-authored-by: Kyle Poineal <38540295+kpoineal@users.noreply.github.com>
1 parent 41dcae0 commit aebef33

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
// cannot-be-validated-with-arg
1+
// Azure Resource Graph Query
2+
// Provides a list of Azure Database for PostgreSQL flexible server resources that do not configure auto-grow to enabled
3+
resources
4+
| where type =~ "Microsoft.DBforPostgreSQL/flexibleServers"
5+
| where properties.storage.type !~ "PremiumV2_LRS"
6+
| where properties.storage.autoGrow !~ "Enabled"
7+
| project recommendationId = "6293a3cc-6b4a-4c0f-9ea7-b8ae8d7dd3d5", name, id, tags, param1 = strcat("autoGrow: ", properties.storage.autoGrow)

0 commit comments

Comments
 (0)