diff --git a/Workbooks/Windows Virtual Desktop/shared/Host Pool Overview/Host Pool Overview.workbook b/Workbooks/Windows Virtual Desktop/shared/Host Pool Overview/Host Pool Overview.workbook index 17559ae76..7971b6f2b 100644 --- a/Workbooks/Windows Virtual Desktop/shared/Host Pool Overview/Host Pool Overview.workbook +++ b/Workbooks/Windows Virtual Desktop/shared/Host Pool Overview/Host Pool Overview.workbook @@ -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}" ],