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
Similar to the work that's been done on instances, images, storage volumes and more, it'd be good to support the ?all-projects=true URL parameter for /1.0/profiles.
To do this, we'll need:
API extension (profiles_all_projects)
GetProfilesAllProjects function in client
Support for all-projects=true in profilesGet
Support for --all-projects flag in incus profile list (cmd/incus)
The text was updated successfully, but these errors were encountered:
Similar to the work that's been done on instances, images, storage volumes and more, it'd be good to support the
?all-projects=true
URL parameter for/1.0/profiles
.To do this, we'll need:
profiles_all_projects
)client
all-projects=true
inprofilesGet
--all-projects
flag inincus profile list
(cmd/incus)The text was updated successfully, but these errors were encountered: