Skip to content

Commit 4f4ef15

Browse files
updated the qouta check
1 parent c1fff7d commit 4f4ef15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ var deployingUserPrincipalId = deployerInfo.objectId
4343
type: 'location'
4444
usageName: [
4545
'OpenAI.GlobalStandard.o4-mini, 50'
46+
'OpenAI.GlobalStandard.gpt4.1-mini, 50'
4647
]
4748
}
4849
})

infra/main_custom.bicep

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ var deployingUserPrincipalId = deployerInfo.objectId
4242
azd: {
4343
type: 'location'
4444
usageName: [
45-
'OpenAI.GlobalStandard.4.1-mini, 50'
45+
'OpenAI.GlobalStandard.o4-mini, 50'
46+
'OpenAI.GlobalStandard.gpt4.1-mini, 50'
4647
]
4748
}
4849
})

0 commit comments

Comments
 (0)