Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
st-2 fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneHezser committed Aug 18, 2023
1 parent 0a909cf commit 8a183a2
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"resources
// Azure Resource Graph Query
// Find all Azure classic Storage Account
resources
| where type =~ 'microsoft.classicstorage/storageaccounts'
| project recommendationId = 'st-2', name, id, type"
| project recommendationId = 'st-2', name, id, type

0 comments on commit 8a183a2

Please sign in to comment.