Open
Description
I'm trying to create Microsoft.Authorization/policyExemptions
objects via ARM templates and Bicep
It seems like the scope
parameters is not being properly exported/exposed, so clients can't pick it up
For reference the scope parameter is exposed from policyAssignments
and clients can set it
The only difference between the two that I can see is the scope has "x-ms-parameter-location": "method"
set in policyExemptions and it's not set in policyAssignments