Skip to content

Commit 4769786

Browse files
committed
Fix editorconfig lint issue (line endings and final newline)
1 parent 654d433 commit 4769786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-resources/Network/loadBalancers/kql/6d82d042-6d61-ad49-86f0-6a5455398081.kql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ resources
1010
| where TotalMembers <= 1
1111
| extend lbId = id, lbName = name, poolName = tostring(bpool.name), lbTags = tostring(tags)
1212
| summarize impactedPools = make_list(poolName) by lbId, lbName, lbTags
13-
| project recommendationId = "6d82d042-6d61-ad49-86f0-6a5455398081",name = lbName,id = lbId,tags = lbTags,param1 = strcat("backendPoolNames: ", strcat_array(impactedPools, ", "))
13+
| project recommendationId = "6d82d042-6d61-ad49-86f0-6a5455398081",name = lbName,id = lbId,tags = lbTags,param1 = strcat("backendPoolNames: ", strcat_array(impactedPools, ", "))

0 commit comments

Comments
 (0)