Skip to content

Commit 8135dfb

Browse files
tksh164kpoineal
andauthored
fix: Fix recommendation ID of 73d1bb04-7d3e-0d47-bc0d-63afe773b5fe (#748)
Co-authored-by: Kyle Poineal <38540295+kpoineal@users.noreply.github.com>
1 parent b073c80 commit 8135dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-resources/Compute/virtualMachines/kql/73d1bb04-7d3e-0d47-bc0d-63afe773b5fe.kql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ resources
1313
on lowerCaseNicId
1414
| summarize nicNames = make_set(nicName) by name, id, tostring(tags), vmSize
1515
| extend param2 = strcat("NicName: ", strcat_array(nicNames, ", ")), param3 = strcat("VMSize: ", vmSize)
16-
| project recommendationId = "dfedbeb1-1519-fc47-86a5-52f96cf07105", name, id, tags, param1="This machine has AccelNet enabled, but it is not possible to confirm if the GuestOS drivers are Up-to-Date.", param2,param3
16+
| project recommendationId = "73d1bb04-7d3e-0d47-bc0d-63afe773b5fe", name, id, tags, param1="This machine has AccelNet enabled, but it is not possible to confirm if the GuestOS drivers are Up-to-Date.", param2,param3
1717
| order by id asc
1818

0 commit comments

Comments
 (0)