Azure / azure-diskinspect-service

Inspect Azure IaaS Disks for Windows and Linux
MIT License
30 stars 55 forks source link

Adds files for the VmApp extension #228

Closed D1v38om83r closed 2 years ago

D1v38om83r commented 2 years ago

Adds files necessary for VmApps debugging. This applies to Windows and Linux. VmApp.lockfile - small single-byte file used for synchronization applicationRegistry.active - contains the list of applications we've installed and their status. Should be no larger than 5 kb. log files for VmApplication extension - should be similar in length to other extensions

Also adds log files for test version of the extension

D1v38om83r commented 2 years ago

@chintanrp can I please get a review?

D1v38om83r commented 2 years ago

@chintanrp I have updated the PR as per your review comments.