Query on the filed "isVDIComputer" as part of Service Graph Connector for Microsoft AzureSummaryfield "isVDIComputer" is derived from ServiceNow end.isVDIComputer is derived using following 3 fields from Azure response: "publisher - properties.storageProfile.imageReference.publisher" , "sku - properties.storageProfile.imageReference.sku" , "offer - properties.storageProfile.imageReference.offer"If publisher is "microsoftwindowsdesktop" and sku includes 'avd' and offer does not includes 'server', the flag isVDIComputer would be true otherwise it will be marked as false. Data is fetched from SI "SGAzureDatasourceHelper" loadVMs method, which in turn call SI "SGAzureVMsDataSourceHelper" method "_processVMResponse" and subsequently SI "SGAzureDSHelperBase" method "processIsComputer" where it checks for values from publisher, sku, offer from the API response.