New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
planner task get missing validation + docs addition
#3433
Comments
planner task get validation issue + docs additionplanner task get missing validation + docs addition
|
Hi @milanholemans, the planner task details get command was combined with planner task get a few weeks ago. It will need to be removed entirely in v6. The other point is a good observation, we'll also need to take that up as a requirement for when picking up the optionSet validation... |
I understand that these 2 commands became one. But normally aliases are documented in the docs. Take So since Or is this not the case here for some reason? |
|
That's true, apparently we missed it during the review. Update: never mind. Let's just keep it as it is. |
|
My bad, I forgot to write the alias part in the docs.
For the validation, I also noticed this when I was working on #3344. In this issue I had to combine
Should we reject the command for users when they also pass along the options, for example, If it's okay for you guys, then I can pickup this issue. |


Noticed some things about the
planner task getcommand.planner task details get. However this alias is not specified in the docs. https://pnp.github.io/cli-microsoft365/cmd/planner/task/task-get/id, you can specify all other options likeplanId,planName,bucketId,bucketName, ... We should add an extra validation that ensures when the optionidis provided, that all other options are not provided.Examples:
The text was updated successfully, but these errors were encountered: