Skip to content

Commit

Permalink
update policy assignment resource for PR #7725
Browse files Browse the repository at this point in the history
  • Loading branch information
tyconsulting committed Jul 16, 2020
1 parent e7a8c64 commit 9414364
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ func resourceArmPolicyAssignment() *schema.Resource {
"metadata": {
Type: schema.TypeString,
Optional: true,
Computed: true,
ValidateFunc: validation.StringIsJSON,
DiffSuppressFunc: policyAssignmentsMetadataDiffSuppressFunc,
},
Expand Down

0 comments on commit 9414364

Please sign in to comment.