Skip to content

Commit 2d61bb3

Browse files
authored
remove project parameters
1 parent 606f933 commit 2d61bb3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

infra/main.bicep

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ module project 'modules/ai-foundry-project/main.bicep' = {
249249
storageName: storageAccount.outputs.storageName
250250
aiServicesName: cognitiveServices.outputs.aiServicesName
251251
nameFormatted: searchEnabled ? aiSearch.outputs.name : ''
252-
vmSubnetName: networkIsolation ? network.outputs.vmSubnetName : ''
253-
vmSubnetId: networkIsolation ? network.outputs.vmSubnetId : ''
254-
virtualNetworkName: networkIsolation ? network.outputs.vmSubnetName : ''
255-
vnetResourceGroup: resourceGroup().name
256252
}
257253
}
258254

0 commit comments

Comments
 (0)