Skip to content

Commit 0736102

Browse files
committed
Add ARG query
1 parent 29749a1 commit 0736102

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
// cannot-be-validated-with-arg
1+
resources
2+
| where type =~ "Microsoft.DBforPostgreSQL/flexibleServers"
3+
| where properties.storage.type !~ "PremiumV2_LRS"
4+
| where properties.storage.autoGrow !~ "Enabled"
5+
| project recommendationId = "6293a3cc-6b4a-4c0f-9ea7-b8ae8d7dd3d5", name, id, tags, param1 = strcat("autoGrow: ", properties.storage.autoGrow)

0 commit comments

Comments
 (0)