Skip to content

Commit

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

Expand All @@ -90,10 +87,7 @@ 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']
}
resourceProviders : {}
}
}

Expand Down

0 comments on commit 3262244

Please sign in to comment.