From c4103ba68bba06a869e8b9d08fcb3dc1b3149b62 Mon Sep 17 00:00:00 2001 From: Cassie Breviu <46505951+cassiebreviu@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:51:18 -0500 Subject: [PATCH] Infra fixess for unused endpoint (#132) * remove unused infra causing error * fix infra remove unused endpoint --- infra/main.bicep | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/infra/main.bicep b/infra/main.bicep index 3f05c6df..0fe3f917 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -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