inspec / inspec-azure

InSpec Azure Resource Pack
https://www.inspec.io/
Other
97 stars 80 forks source link

Feature Request: Azure DevTest Lab resource #247

Open audacity410 opened 4 years ago

audacity410 commented 4 years ago

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

omerdemirok commented 4 years ago

@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.