Priority
(Medium) I'm annoyed but I'll live
Description
m365 flow list --sharingStatus all returns only sharedWithMe flows without personal flows.
I suppose the bug got introduced in commit "Updates Power Automate commands to use new API endpoint" (Link)
where items variable is overwritten, not appended on line 119.
Steps to reproduce
m365 flow list --sharingStatus sharedWithMe
m365 flow list --sharingStatus personal
m365 flow list --sharingStatus all
Expected results
all = sharedWithMe + personal
Actual results
all = sharedWithMe
Diagnostics
No response
CLI for Microsoft 365 version
v7.10.0
nodejs version
v19.4.0
Operating system (environment)
Linux
Shell
bash
cli doctor
No response
Additional Info
No response
Priority
(Medium) I'm annoyed but I'll live
Description
m365 flow list --sharingStatus allreturns onlysharedWithMeflows withoutpersonalflows.I suppose the bug got introduced in commit "Updates Power Automate commands to use new API endpoint" (Link)
where
itemsvariable is overwritten, not appended on line 119.Steps to reproduce
m365 flow list --sharingStatus sharedWithMe
m365 flow list --sharingStatus personal
m365 flow list --sharingStatus all
Expected results
all = sharedWithMe + personal
Actual results
all = sharedWithMe
Diagnostics
No response
CLI for Microsoft 365 version
v7.10.0
nodejs version
v19.4.0
Operating system (environment)
Linux
Shell
bash
cli doctor
No response
Additional Info
No response