Skip to content

"m365 flow list --sharingStatus all" not working correctly #6171

@dojcsakj

Description

@dojcsakj

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions