user defined types for role assignment #14424
Unanswered
pattisanta
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The error is pretty clear:
You are getting duplicate existing references due to several role assignments referencing the same definition. So either modify your template to not get duplicates, use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried using user defined type role assignment.
here is the error message
got error: InvalidTemplate - Deployment template validation failed: 'The resource 'Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b' at line '1' and column '2630' is defined multiple times in a template
here is an example of the
this bicep file being called as a module in another bicep file.
Thanks in advance for your help,
Patti
Beta Was this translation helpful? Give feedback.
All reactions