Skip to content

Commit

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

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

Expand Down

0 comments on commit b776c8c

Please sign in to comment.