Skip to content

Commit

Permalink
correct field reference
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Sep 27, 2024
1 parent a4e31de commit fbf390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/conditionalaccess/conditionalaccess.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ func expandConditionalAccessGrantControls(in []interface{}) (*stable.Conditional
return nil, err
}
result.AuthenticationStrength = &stable.AuthenticationStrengthPolicy{
Id: pointer.To(policyId.ID()),
Id: pointer.To(policyId.AuthenticationStrengthPolicyId),
}
}

Expand Down

0 comments on commit fbf390c

Please sign in to comment.