Skip to content

Commit b8c8421

Browse files
authored
azuread_group_role_management_policy - fix update for activation_rule.required_conditional_access_authentication_context (#1783)
Co-authored-by: jeevan <>
1 parent 17631ee commit b8c8421

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/services/policies/group_role_management_policy_resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,6 @@ func buildPolicyForUpdate(metadata *sdk.ResourceMetaData, policy *stable.Unified
825825
}
826826

827827
if existingRule, ok := policyRules["AuthenticationContext_EndUser_Assignment"].(stable.UnifiedRoleManagementPolicyAuthenticationContextRule); ok {
828-
rule.ClaimValue = existingRule.ClaimValue
829828
rule.Target = existingRule.Target
830829
}
831830

0 commit comments

Comments
 (0)