Skip to content

Commit

Permalink
Merge branch 'rp-registration' of https://github.com/Azure/bicep-lz-v…
Browse files Browse the repository at this point in the history
…ending into rp-registration
  • Loading branch information
sebassem committed Oct 9, 2023
2 parents 818637c + b4f4825 commit 0eecbd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/module-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:

- name: Cleanup Vended Subscription & Networking Scenarios
id: cleanup-vend
if: always()
uses: azure/powershell@v1
with:
inlineScript: |
Expand Down
12 changes: 6 additions & 6 deletions tests/lz-vending/full.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ module createSub '../../main.bicep' = {
}
]
resourceProviders : {
'Microsoft.HybridCompute' : ['ArcServerPrivateLinkPreview']
'Microsoft.AVS' : ['AzureServicesVm']
'Microsoft.HybridCompute': ['ArcServerPrivateLinkPreview']
'Microsoft.AVS': ['AzureServicesVm']
}
}
}
Expand Down Expand Up @@ -66,8 +66,8 @@ module hubSpoke '../../main.bicep' = {
}
]
resourceProviders : {
'Microsoft.HybridCompute' : ['ArcServerPrivateLinkPreview']
'Microsoft.AVS' : ['AzureServicesVm']
'Microsoft.HybridCompute': ['ArcServerPrivateLinkPreview']
'Microsoft.AVS': ['AzureServicesVm']
}
}
}
Expand All @@ -91,8 +91,8 @@ module vwanSpoke '../../main.bicep' = {
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']
'Microsoft.HybridCompute': ['ArcServerPrivateLinkPreview']
'Microsoft.AVS': ['AzureServicesVm']
}
}
}
Expand Down

0 comments on commit 0eecbd7

Please sign in to comment.