You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified this is the correct repository for opening this issue.
I have verified no other issues exist related to my request.
Is Your Feature Request Related To A Problem? Please describe.
No response
Describe The Solution. Why is it needed?
For some commands, there are situations where admin is not required. Many of these commands are just returning true on MayRequireAdminAccess. It would be ideal if they only returned true on operations that require administrator access.
Additional Context
An example of this is choco feature get. It is not choco feature list, and so it is marked as possibly requiring admin access. It would probably be good to assess all of the MayRequireAdminAccess methods to ensure that they are behaving as desired.
Checklist
Is Your Feature Request Related To A Problem? Please describe.
No response
Describe The Solution. Why is it needed?
For some commands, there are situations where admin is not required. Many of these commands are just returning
true
onMayRequireAdminAccess
. It would be ideal if they only returned true on operations that require administrator access.Additional Context
An example of this is
choco feature get
. It is notchoco feature list
, and so it is marked as possibly requiring admin access. It would probably be good to assess all of theMayRequireAdminAccess
methods to ensure that they are behaving as desired.Related Issues
The text was updated successfully, but these errors were encountered: