-
Notifications
You must be signed in to change notification settings - Fork 328
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
Enhances m365 flow run get
with the ability to retrieve the action details. Closes #1828
#5723
Conversation
Hi @mkm17 thank you for this PR, we'll try to review it ASAP!
Technically it's ok, but if I'm not mistaken, we usually use something like: this.warn(logger, `Option 'x' is deprecated. Please use option 'y' instead`);
According to me, it's not needed to extract it to another file if we just use it for this command. If it's used by multiple commands, we should move it to another file.
Usually, we just add a deprecation message to the description. Something like:
I don't know what's agreed in the specs, let's try to stick with what was agreed there.
I don't have the whole context of this issue, so this question is not really clear to me. Anyhow, you should always output what is returned by the API. |
@mkm17 I merged @martinlingstuyl changes on the pa commands. Please give it a check and rebase with latest main before we may proceed. |
b8a7ea7
to
1c75182
Compare
@Adam-it @milanholemans Hi I have checked my changes after updates in the pa commands and it looks ok. I have also made changes mentioned in the initial @milanholemans comment. So it is now ready to review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good 👏 and works perfectly 🤩
Just two small improvements we may add and we are ready to go 🚀
@Adam-it I'm curious about the best approach after making a change in PR to make your job easier. Should I rebase onto the main branch and squash all my commits into one after each change? |
It's not required but yes, keeping the branch up to date with main and squashing to a single commit helps 👍🙂. Thank you for asking 👍. If you are interested more I think we tried to describe the steps here |
…information. Closes pnp#1828
f86605f
to
7a3f6a5
Compare
@Adam-it Ok, I hope that I squashed and rebased it correctly :) The last process question, who should "resolve conversations" from code comments? Of course, if there is something I can do on my side to make the review process easier then let me know. |
If you feel like you resolved something you may mark the comment as resolved👍 |
thanks for the quick turnaround, we will review it ASAP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Awesome work 👏
Ready to merge 🚀 |
merged manually. Awesome work 👏 |
Enhances
m365 flow run get
with the ability to retrieve the action details. Closes #1828Hi, I have submitted this PR, but I would like to confirm some points:
I noticed that there were some changes in the flows commands made by @martinlingstuyl in #5721. Once his code is merged, I can retest my changes included in this PR.