Priority
(Low) Something is a little off
Description
Earlier it was possible to run planner task list without any options (like bucketId, planId, ownerGroupId) to get all of my tasks. Now, it doesn't work, it says: "Error: Specify one of the following options: bucketId, bucketName."
In the code I can still see the else statement which would get all my tasks (${this.resource}/v1.0/me/planner/tasks) but it seems that it wont' be called because some validation prevents it.
Steps to reproduce
m365 planner task list
Expected results
List of my tasks.
Actual results
"Error: Specify one of the following options: bucketId, bucketName."
Diagnostics
No response
CLI for Microsoft 365 version
v6.11.0
nodejs version
v19.4.0
Operating system (environment)
Linux
Shell
bash
cli doctor
No response
Additional Info
No response
Priority
(Low) Something is a little off
Description
Earlier it was possible to run
planner task listwithout any options (like bucketId, planId, ownerGroupId) to get all of my tasks. Now, it doesn't work, it says: "Error: Specify one of the following options: bucketId, bucketName."In the code I can still see the else statement which would get all my tasks (${this.resource}/v1.0/me/planner/tasks) but it seems that it wont' be called because some validation prevents it.
Steps to reproduce
m365 planner task list
Expected results
List of my tasks.
Actual results
"Error: Specify one of the following options: bucketId, bucketName."
Diagnostics
No response
CLI for Microsoft 365 version
v6.11.0
nodejs version
v19.4.0
Operating system (environment)
Linux
Shell
bash
cli doctor
No response
Additional Info
No response