Skip to content

Commit

Permalink
ci: trigger azd validation
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Jun 3, 2024
1 parent b0d3687 commit 612fc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ var assistantGpt = {

param OPENAI_FUNCTION_CALLING_SKIP_SEND_EMAIL string = 'true' // Set in main.parameters.json
param openAiLocation string // Set in main.parameters.json
param openAiSkuName string = 'S0'
param openAiUrl string = ''
param openAiSkuName string = 'S0' // Set in main.parameters.json
param openAiUrl string = '' // Set in main.parameters.json
param openAiApiVersion string // Set in main.parameters.json

param principalId string // Set in main.parameters.json
Expand Down

0 comments on commit 612fc81

Please sign in to comment.