Skip to content

Commit 3262244

Browse files
committed
Remove resource providers from test files
1 parent 3c65cc3 commit 3262244

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tests/lz-vending/full.test.bicep

+2-8
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ module hubSpoke '../../main.bicep' = {
6565
relativeScope: '/resourceGroups/rsg-${location}-net-hs-pr-${prNumber}'
6666
}
6767
]
68-
resourceProviders : {
69-
'Microsoft.HybridCompute': ['ArcServerPrivateLinkPreview']
70-
'Microsoft.AVS': ['AzureServicesVm']
71-
}
68+
resourceProviders : {}
7269
}
7370
}
7471

@@ -90,10 +87,7 @@ module vwanSpoke '../../main.bicep' = {
9087
virtualNetworkResourceGroupLockEnabled: false
9188
virtualNetworkPeeringEnabled: true
9289
hubNetworkResourceId: '/subscriptions/e4e7395f-dc45-411e-b425-95f75e470e16/resourceGroups/rsg-blzv-perm-hubs-001/providers/Microsoft.Network/virtualHubs/vhub-uksouth-blzv'
93-
resourceProviders : {
94-
'Microsoft.HybridCompute': ['ArcServerPrivateLinkPreview']
95-
'Microsoft.AVS': ['AzureServicesVm']
96-
}
90+
resourceProviders : {}
9791
}
9892
}
9993

0 commit comments

Comments
 (0)