-
Hello, I am trying to automate compliance policy initiative assignments with Bicep and cannot figure it out.
I am getting multiple errors in parameters and scope, but cannot fine a better guidance or example. My error messages:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
When assigning a policy I believe that each parameter has to be provided as object, something like parameters: {
Param1: {
value: 'myValue1'
}
Param2:{
Value: 'myValue2'
} P.s. As I am on mobile phone I can't test does it work or not, but I think you got an idea;) |
Beta Was this translation helpful? Give feedback.
When assigning a policy I believe that each parameter has to be provided as object, something like
P.s. As I am on mobile phone I can't test does it work or not, but I think you got an idea;)