Skip to content
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

Adds 'spe container get' command. Closes #6083 #6421

Closed
wants to merge 44 commits into from

Conversation

nanddeepn
Copy link
Contributor

Adds spe container get command. Closes #6083

@milanholemans
Copy link
Contributor

Thank you, we'll try to review it ASAP!

@milanholemans
Copy link
Contributor

Hi @nanddeepn, just to inform you, when developing new commands, we require all new commands to use ZOD instead of the old implementation. ZOD simplifies validating options and setting up telemetry.
If you're looking for examples, you can check login, flow recyclebinitem restore, flow recyclebinitem list and few other commands. So next time, please, use the new ZOD approach, thanks!

@Adam-it Adam-it added the hacktoberfest-accepted Accept for hacktoberfest, will merge later label Oct 29, 2024
@Adam-it
Copy link
Member

Adam-it commented Oct 29, 2024

@nanddeepn I added the hacktoberfest-accepted label to this PR which means that this PR will count as done for the Hacktoberfest event. So if you participate in this event it will get you unblocked and it allows us to merge this PR later when we catch up 👍
Thanks for your support and awesome contribution 👏 You Rock 🤩

@Adam-it Adam-it self-assigned this Nov 20, 2024
Copy link
Member

@Adam-it Adam-it left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nanddeepn Awesome work so far 👏👏👏
I noticed some few minor details we could sort out before we merge 👍.
Also along the way may I kindly ask you to rebase with latest main before we proceed 👍
Thank you for your awesome work. You Rock 🤩

src/m365/spe/commands/container/container-get.spec.ts Outdated Show resolved Hide resolved
};

try {
const res = await request.get<any>(requestOptions);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use the ContainerProperties interface here instead of any?

@Adam-it Adam-it marked this pull request as draft November 20, 2024 22:35
@nanddeepn nanddeepn marked this pull request as ready for review November 25, 2024 17:41
Copy link
Member

@Adam-it Adam-it left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍
Awesome work 👏👏

@Adam-it
Copy link
Member

Adam-it commented Nov 25, 2024

Ready to merge 🚀

@Adam-it
Copy link
Member

Adam-it commented Nov 26, 2024

@nanddeepn I tried to merge this one but I had a really hard time doing so due to almost 40 commits that are not part of this change 😮.
I think something got wrong when you rebased this branch against main 🤔.
May I kindly ask you to try to rebase it again or open a new PR with your changes and just tag me over in that one so that it will get me unblocked to move forward with this change? 🙏
Sorry for the inconvenience

@Adam-it Adam-it marked this pull request as draft November 26, 2024 04:26
@Adam-it
Copy link
Member

Adam-it commented Nov 26, 2024

@pnp/cli-for-microsoft-365-maintainers due to my short brake I am unassigning myself from this one so that it may be processed by someone else

@Adam-it Adam-it removed their assignment Nov 26, 2024
@nanddeepn
Copy link
Contributor Author

Hi @Adam-it
I have raised a new PR at #6507
Closing this one. Please review.

@Adam-it
Copy link
Member

Adam-it commented Nov 28, 2024

Hi @Adam-it
I have raised a new PR at #6507
Closing this one. Please review.

Thank you for letting me know. I will let the team know that this PR is ready to be merged and someone else will process it as in December I will be on a short break from this repo.
Unfortunately it will be very hard for me to find even 10 min time for activities in this project during this month ☹️

@nanddeepn
Copy link
Contributor Author

Hi @Adam-it
I have raised a new PR at #6507
Closing this one. Please review.

Thank you for letting me know. I will let the team know that this PR is ready to be merged and someone else will process it as in December I will be on a short break from this repo. Unfortunately it will be very hard for me to find even 10 min time for activities in this project during this month ☹️

Totally understand, and I appreciate your efforts so far. Enjoy your well-deserved break!

@Adam-it
Copy link
Member

Adam-it commented Nov 28, 2024

Totally understand, and I appreciate your efforts so far. Enjoy your well-deserved break!

Thanks 🤩😍.
Unfortunately it's not a break but I will be super engaged in other work and I will simply have even less time then usual 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accept for hacktoberfest, will merge later
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New command: m365 spe container get