inspec-azure
inspec-azure copied to clipboard
Feature Request: Azure DevTest Lab resource
As more and more teams are working from home these days, many companies are creating Azure DevTest labs to manage their VMs. I currently don't see a way to test Azure DevTest labs with inspec-azure.
Possible Implementation: TBD
@audacity410, thanks for opening this issue.
Until a static resource is created for the VMs in Azure DevTest Labs, you can try using azure_generic_resource
.
You should use the resource_path
parameter to refer a VM in a Lab, available version v1.23.0
onwards. See here for a simple example.