Skip to content

Commit c027c4f

Browse files
Copilotkpoineal
andcommitted
fix: Remove trailing whitespace in AKS CSI drivers KQL file
Co-authored-by: kpoineal <38540295+kpoineal@users.noreply.github.com>
1 parent cd989eb commit c027c4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-resources/ContainerService/managedClusters/kql/b002c030-72e6-4a37-8217-1cb276c43169.kql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
resources
66
| where type =~ 'Microsoft.ContainerService/managedClusters'
7-
| where properties.storageProfile.diskCSIDriver.enabled != true or
8-
properties.storageProfile.fileCSIDriver.enabled != true or
7+
| where properties.storageProfile.diskCSIDriver.enabled != true or
8+
properties.storageProfile.fileCSIDriver.enabled != true or
99
properties.storageProfile.blobCSIDriver.enabled != true
1010
| project recommendationId = 'b002c030-72e6-4a37-8217-1cb276c43169', name, id, tags
1111

0 commit comments

Comments
 (0)