Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem committed Sep 13, 2023
1 parent d04a871 commit 15fcf71
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/lz-vending/full.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ module hubSpoke '../../main.bicep' = {
relativeScope: '/resourceGroups/rsg-${location}-net-hs-pr-${prNumber}'
}
]
resourceProviders : [
'Microsoft.Compute'
'Microsoft.AVS'
]
resourceProvidersFeatures: [
'AzureServicesVm'
'InGuestHotPatchVMPreview'
]
}
}

Expand All @@ -81,6 +89,14 @@ module vwanSpoke '../../main.bicep' = {
virtualNetworkResourceGroupLockEnabled: false
virtualNetworkPeeringEnabled: true
hubNetworkResourceId: '/subscriptions/e4e7395f-dc45-411e-b425-95f75e470e16/resourceGroups/rsg-blzv-perm-hubs-001/providers/Microsoft.Network/virtualHubs/vhub-uksouth-blzv'
resourceProviders : [
'Microsoft.Compute'
'Microsoft.AVS'
]
resourceProvidersFeatures: [
'AzureServicesVm'
'InGuestHotPatchVMPreview'
]
}
}

Expand Down

0 comments on commit 15fcf71

Please sign in to comment.