Skip to content

Commit

Permalink
remove dup connection
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebreviu committed Jun 5, 2024
1 parent 3307a05 commit 37c4a1c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions infra/core/ai/hub.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ resource hub 'Microsoft.MachineLearningServices/workspaces@2024-01-01-preview' =
discoveryUrl: 'https://${location}.api.azureml.ms/discovery'
}

resource openAiDefaultEndpoint 'endpoints' = {
name: 'Azure.OpenAI'
properties: {
name: 'Azure.OpenAI'
endpointType: 'Azure.OpenAI'
associatedResourceId: openAi.id
}
}

resource contentSafetyDefaultEndpoint 'endpoints' = {
name: 'Azure.ContentSafety'
properties: {
Expand Down

0 comments on commit 37c4a1c

Please sign in to comment.