Skip to content

Commit

Permalink
fix aro rg parse (#26452)
Browse files Browse the repository at this point in the history
  • Loading branch information
teowa authored Jun 25, 2024
1 parent 1e2235b commit c85c254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ func flattenOpenShiftClusterProfile(profile *openshiftclusters.ClusterProfile, c
fipsEnabled = *profile.FipsValidatedModules == openshiftclusters.FipsValidatedModulesEnabled
}

resourceGroupId, err := commonids.ParseResourceGroupID(*profile.ResourceGroupId)
resourceGroupId, err := commonids.ParseResourceGroupIDInsensitively(*profile.ResourceGroupId)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit c85c254

Please sign in to comment.