Skip to content

Commit

Permalink
fix incorrect operation name
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmarchese committed Dec 23, 2024
1 parent f438123 commit f703552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ var OperationListInstallVersions = Operation{
}

var OperationListPlatformWorkloadIdentityRoleSets = Operation{
Name: "Microsoft.RedHatOpenShift/locations/listInstallVersions/read",
Name: "Microsoft.RedHatOpenShift/locations/listPlatformWorkloadIdentityRoleSets/read",
Display: Display{
Provider: "Azure Red Hat OpenShift",
Resource: "listPlatformWorkloadIdentityRoleSets",
Expand Down

0 comments on commit f703552

Please sign in to comment.