Skip to content

Commit 4903387

Browse files
Remove hardcoded principalType (User) from AI services to allow runtime deployer resolution
1 parent eb0c649 commit 4903387

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

content-gen/infra/main.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ module aiFoundryAiServices 'br/public:avm/res/cognitive-services/account:0.14.0'
513513
{
514514
roleDefinitionIdOrName: '53ca6127-db72-4b80-b1b0-d745d6d5456d' // Azure AI User for deployer
515515
principalId: deployer().objectId
516-
principalType: 'User'
517516
}
518517
]
519518
diagnosticSettings: enableMonitoring ? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }] : null

0 commit comments

Comments
 (0)