@@ -240,28 +240,28 @@ def build_app(software_entry):
240240 app_cost = app .get ('ApplicationItemCost' , '' )
241241 custom_attributes = {
242242 'name' : name ,
243- 'manufacturer.id ' : manufacturer_id ,
244- 'manufacturer.name ' : manufacturer_name ,
245- 'family.id ' : family_id ,
246- 'family.name ' : family_name ,
247- 'bundled.application.id ' : bundled_app_id ,
248- 'bundled.application.name ' : bundled_app_name ,
249- 'last.used ' : last_used ,
250- 'first.used ' : first_used ,
251- 'install.date ' : install_date ,
252- 'discovered.date ' : discovered_date ,
243+ 'manufacturerId ' : manufacturer_id ,
244+ 'manufacturerName ' : manufacturer_name ,
245+ 'familyId ' : family_id ,
246+ 'familyName ' : family_name ,
247+ 'bundledApplicationId ' : bundled_app_id ,
248+ 'bundledApplicationName ' : bundled_app_name ,
249+ 'lastUsedTS ' : last_used ,
250+ 'firstUsedTS ' : first_used ,
251+ 'installDateTS ' : install_date ,
252+ 'discoveredDateTS ' : discovered_date ,
253253 'run' : run ,
254- 'average.usage.time ' : avg_usage_time ,
254+ 'averageUsageTime ' : avg_usage_time ,
255255 'users' : users ,
256- 'license.required ' : license_reqd ,
257- 'is.installed ' : is_installed ,
258- 'is.blacklisted ' : is_blacklisted ,
259- 'is.whitelisted ' : is_whitelisted ,
260- 'is.virtual ' : is_virtual ,
261- 'is.oem ' : is_oem ,
262- 'is.msdn ' : is_msdn ,
263- 'is.web.application ' : is_webapp ,
264- 'application.item.cost ' : app_cost
256+ 'licenseRequired ' : license_reqd ,
257+ 'isInstalled ' : is_installed ,
258+ 'isBlacklisted ' : is_blacklisted ,
259+ 'isWhitelisted ' : is_whitelisted ,
260+ 'isVirtual ' : is_virtual ,
261+ 'isOem ' : is_oem ,
262+ 'isMsdn ' : is_msdn ,
263+ 'isWebApplication ' : is_webapp ,
264+ 'applicationItemCost ' : app_cost
265265 }
266266
267267 return Software (
0 commit comments