Skip to content

Commit

Permalink
Remove tolower function
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangtin committed Nov 20, 2024
1 parent cfc1132 commit 5a17aa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"version": "KqlParameterItem/1.0",
"name": "HostpoolType",
"type": 1,
"query": "resources\r\n| where type == \"microsoft.desktopvirtualization/hostpools\" and resourceGroup =~ tolower(\"{ResourceGroup}\") and id =~ \"{HostPool}\"\r\n| project hostPoolType= properties.hostPoolType",
"query": "resources\r\n| where type == \"microsoft.desktopvirtualization/hostpools\" and resourceGroup =~ \"{ResourceGroup}\" and id =~ \"{HostPool}\"\r\n| project hostPoolType= properties.hostPoolType",
"crossComponentResources": [
"{HostPool}"
],
Expand Down

0 comments on commit 5a17aa0

Please sign in to comment.