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 644d4a457..17559ae76 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 =~ tolower(\"{ResourceGroup}\") and id =~ \"{HostPool}\"\r\n| project hostPoolType= properties.hostPoolType", "crossComponentResources": [ "{HostPool}" ], @@ -697,6 +697,10 @@ "columnId": "LastUpdateStatus", "label": "Status changed" }, + { + "columnId": "AssignedUser", + "label": "Assigned user" + }, { "columnId": "AllowNewSessions", "label": "New sessions"