Expose the kernel version as a property of VMimages
From: https://github.com/Azure/azure-powershell/issues/10458
3rd Party programs, such as AV software describes it's pre-requisites as Kernel Versions, not just OS versions and never in terms of Azure VM Image SKUs
e.g. RHEL 7.7 kernel 3.10.0-1062
get-azvmimage -Location eastus -PublisherName Redhat -Offer RHEL -Skus 7.7
should return an object with a property named KernelVersion or Kernel
Thanks for the valid suggestion. Your feedback is now open for the user community to upvote which allows us to effectively prioritize your request against our existing feature backlog and also gives us insight into the potential impact of implementing the suggested feature.