I have an object type in my ARM template as such -
“TR_LogProcessingWorkflow_Daily_properties_typeProperties_retryPolicy”: {
“type”: “number”,
“defaultValue”: {
“count”: 0,
“intervalInSeconds”: 0
}
As soon as I save the template - I get an error - Objects are not valid as a React child (found: object with keys {count, intervalInSeconds}).rgs[]
I also see that as a work around I was able to eventually save the ARM but do not see the value populated in the parameters.