You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm not able to assign roles to resources using Bicep. The use case is to assign Blob Data Contributor role to Azure Data Factory.
Error
Error BCP038: The property "scope" is not allowed on objects of type "Microsoft.Authorization/roleAssignments". Permissible properties include "dependsOn".
Bicep version
Bicep CLI version 0.2.59 (5b0314c)
Describe the bug
I'm not able to assign roles to resources using Bicep. The use case is to assign Blob Data Contributor role to Azure Data Factory.
Error
To Reproduce
Additional context
Scope is a valid attribute per ARM template reference: https://docs.microsoft.com/en-us/azure/templates/microsoft.authorization/roleassignments
The text was updated successfully, but these errors were encountered: