Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem committed Sep 15, 2023
1 parent 9002df7 commit 1854887
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/lz-vending/full.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ module createSub '../../main.bicep' = {
relativeScope: ''
}
]
resourceProviders : []
resourceProvidersFeatures: []
resourceProviders : [
'Microsoft.Compute'
'Microsoft.AVS'
]
resourceProvidersFeatures: [
'AzureServicesVm'
'InGuestHotPatchVMPreview'
]
}
}

Expand Down

0 comments on commit 1854887

Please sign in to comment.