We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fff7d commit 4f4ef15Copy full SHA for 4f4ef15
infra/main.bicep
@@ -43,6 +43,7 @@ var deployingUserPrincipalId = deployerInfo.objectId
43
type: 'location'
44
usageName: [
45
'OpenAI.GlobalStandard.o4-mini, 50'
46
+ 'OpenAI.GlobalStandard.gpt4.1-mini, 50'
47
]
48
}
49
})
infra/main_custom.bicep
@@ -42,7 +42,8 @@ var deployingUserPrincipalId = deployerInfo.objectId
42
azd: {
- 'OpenAI.GlobalStandard.4.1-mini, 50'
+ 'OpenAI.GlobalStandard.o4-mini, 50'
0 commit comments