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

Refactor spo file to use util instead of calling other command #5268

Open
Tracked by #4531
nicodecleyre opened this issue Jul 18, 2023 · 0 comments · May be fixed by #6004
Open
Tracked by #4531

Refactor spo file to use util instead of calling other command #5268

nicodecleyre opened this issue Jul 18, 2023 · 0 comments · May be fixed by #6004

Comments

@nicodecleyre
Copy link
Contributor

nicodecleyre commented Jul 18, 2023

In this issue the following using of commands is refactored:

Command The command to refactor Util function
spo file roleassignment add SpoUserGetCommand spo.getUserByEmail
SpoGroupGetCommand spo.getGroupByName
SpoRoleDefinitionListCommand spo.getRoleDefinitionByName
SpoFileGetCommand spo.getFileById
spo file roleassignment remove SpoFileGetCommand spo.getFileById
SpoUserGetCommand spo.getUserByEmail
SpoGroupGetCommand spo.getGroupByName
spo file roleinheritance break SpoFileGetCommand spo.getFileById
spo file roleinheritance reset SpoFileGetCommand spo.getFileById

This issue is part of the epic #4531

@nicodecleyre nicodecleyre linked a pull request Apr 29, 2024 that will close this issue
@nicodecleyre nicodecleyre changed the title Refactor spo file roleassignment add to use util instead of calling other command Refactor spo file to use util instead of calling other command May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment