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 01a88b2 commit 472bfe9Copy full SHA for 472bfe9
infra/main.bicep
@@ -268,6 +268,16 @@ module searchContribRoleUser 'core/security/role.bicep' = {
268
}
269
270
271
+module searchSvcContribRoleUser 'core/security/role.bicep' = {
272
+ scope: searchServiceResourceGroup
273
+ name: 'search-svccontrib-role-user'
274
+ params: {
275
+ principalId: principalId
276
+ roleDefinitionId: '7ca78c08-252a-4471-8644-bb5ff32d4ba0'
277
+ principalType: 'User'
278
+ }
279
+}
280
+
281
// SYSTEM IDENTITIES
282
module openAiRoleBackend 'core/security/role.bicep' = {
283
scope: openAiResourceGroup
0 commit comments