File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,7 @@ module hubSpoke '../../main.bicep' = {
65
65
relativeScope : '/resourceGroups/rsg-${location }-net-hs-pr-${prNumber }'
66
66
}
67
67
]
68
- resourceProviders : {
69
- 'Microsoft.HybridCompute' : ['ArcServerPrivateLinkPreview' ]
70
- 'Microsoft.AVS' : ['AzureServicesVm' ]
71
- }
68
+ resourceProviders : {}
72
69
}
73
70
}
74
71
@@ -90,10 +87,7 @@ module vwanSpoke '../../main.bicep' = {
90
87
virtualNetworkResourceGroupLockEnabled : false
91
88
virtualNetworkPeeringEnabled : true
92
89
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 : {}
97
91
}
98
92
}
99
93
You can’t perform that action at this time.
0 commit comments