Skip to content

Commit

Permalink
fixup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Jun 24, 2020
1 parent 9e65415 commit 32dff25
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -151,8 +151,7 @@ func resourceArmManagementGroupCreateUpdate(d *schema.ResourceData, meta interfa
}

// We have a potential race condition / consistency issue whereby the implicit role assignment for the SP may not be
// completed before the read-back here creating a temporary 403 error, so we check for cons

// completed before the read-back here or an eventually consistent read is creating a temporary 403 error.
stateConf := &resource.StateChangeConf{
Pending: []string{
"pending",
Expand Down

0 comments on commit 32dff25

Please sign in to comment.