Skip to content

Commit

Permalink
fix infra remove unused endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebreviu committed Aug 28, 2024
1 parent 9345ee9 commit 421a519
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -148,20 +148,6 @@ module ai 'core/host/ai-environment.bicep' = {
}
}

// module machineLearningEndpoint './core/host/ml-online-endpoint.bicep' = {
// name: 'endpoint'
// scope: resourceGroup
// params: {
// name: !empty(endpointName) ? endpointName : 'mloe-${resourceToken}'
// location: location
// tags: tags
// serviceName: endpointServiceName
// aiHubName: ai.outputs.hubName
// aiProjectName: ai.outputs.projectName
// keyVaultName: ai.outputs.keyVaultName
// }
// }

module bing 'core/bing/bing-search.bicep' = {
name: 'bing'
scope: resourceGroup
Expand Down

0 comments on commit 421a519

Please sign in to comment.