Skip to content

Commit

Permalink
updating query with correct recommendationId
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Knox committed Oct 23, 2024
1 parent d8a9657 commit dec1a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources
| where type == "microsoft.keyvault/vaults"
| where isnull(properties.enableRbacAuthorization) or properties.enableRbacAuthorization != true
| extend param1 = 'Role-based access control: Not Configured'
| project recommendationId = "00c3d2b0-ea6e-4c4b-89be-b78a35caeb51", name, id, tags, param1
| project recommendationId = "c41fd2c7-fd5e-46e8-97cb-5d0c6954500e", name, id, tags, param1

0 comments on commit dec1a50

Please sign in to comment.