Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PlatformWorkloadIdentityRoleSetsList to operations list for v2024-08-12-preview #4021

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions pkg/api/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,16 @@ var OperationListInstallVersions = Operation{
Origin: "user,system",
}

var OperationListPlatformWorkloadIdentityRoleSets = Operation{
Name: "Microsoft.RedHatOpenShift/locations/listPlatformWorkloadIdentityRoleSets/read",
Display: Display{
Provider: "Azure Red Hat OpenShift",
Resource: "listPlatformWorkloadIdentityRoleSets",
Operation: "Lists all PlatformWorkloadIdentityRoleSets available in the specified location",
},
Origin: "user,system",
}

var OperationSyncSetsRead = Operation{
Name: "Microsoft.RedHatOpenShift/openShiftClusters/syncSets/read",
Display: Display{
Expand Down
1 change: 1 addition & 0 deletions pkg/api/v20240812preview/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func init() {
api.OperationOpenShiftClusterListCredentials,
api.OperationOpenShiftClusterListAdminCredentials,
api.OperationListInstallVersions,
api.OperationListPlatformWorkloadIdentityRoleSets,
api.OperationSyncSetsRead,
api.OperationSyncSetsWrite,
api.OperationSyncSetsDelete,
Expand Down
Loading