Skip to content

Commit

Permalink
Remove resourceProviders from lz-vending and vwanSpoke modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem committed Feb 27, 2024
1 parent 5d122a8 commit 950cf6e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/lz-vending/full.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ module hubSpoke '../../main.bicep' = {
relativeScope: '/resourceGroups/rsg-${location}-net-hs-pr-${prNumber}'
}
]
resourceProviders : {
'Microsoft.HybridCompute': ['ArcServerPrivateLinkPreview']
'Microsoft.AVS': ['AzureServicesVm']
}
}
}

Expand All @@ -90,10 +86,6 @@ 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.HybridCompute': ['ArcServerPrivateLinkPreview']
'Microsoft.AVS': ['AzureServicesVm']
}
}
}

Expand Down

0 comments on commit 950cf6e

Please sign in to comment.