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 6835c84 commit eb2c987Copy full SHA for eb2c987
infra/main.bicep
@@ -407,7 +407,7 @@ module openAI 'core/ai/cognitiveservices.bicep' = if (deployAzureOpenAI) {
407
}
408
409
// USER ROLES
410
-module openAIRoleUser 'core/security/role.bicep' = if (empty(runningOnGh)) {
+module openAIRoleUser 'core/security/role.bicep' = {
411
scope: openAIResourceGroup
412
name: 'openai-role-user'
413
params: {
0 commit comments