Skip to content

Commit 1ce76ee

Browse files
committed
Reverted an earlier change
1 parent a9c1ee1 commit 1ce76ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/modules/roleassignments.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ resource apiCosmosRole 'Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments
9090
properties: {
9191
roleDefinitionId: '${cosmosDbAccount.id}/sqlRoleDefinitions/${cosmosBuiltinDataContributorRoleId}'
9292
principalId: apiAppPrincipalId
93-
scope: '/'
93+
scope: cosmosDbAccount.id
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)