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
PolicySetDefinitions require a "defaultValue": for parameters. In cases where there is no default the json returned is "defaultValue": "" which is then omitted by the jq template.
Trying to update a policysetdefinition that was returned with empty values fails because it is missing the default values for the parameters. Adding them into the template is a work-around since the next Invoke-AzOpsPull will remove them once again.
The text was updated successfully, but these errors were encountered:
Describe the bug
PolicySetDefinitions require a
"defaultValue":
for parameters. In cases where there is no default the json returned is"defaultValue": ""
which is then omitted by thejq
template.Trying to update a policysetdefinition that was returned with empty values fails because it is missing the default values for the parameters. Adding them into the template is a work-around since the next
Invoke-AzOpsPull
will remove them once again.The text was updated successfully, but these errors were encountered: