Adds 'spo folder sharinglink get' command. Closes #5962
Adds spo folder sharinglink get command. Closes #5962
Thank you @nanddeepn, we'll try to review it ASAP.
Hi @nanddeepn
Before I want to review the PR I have already noticed that you extended an existing util, which is a great idea as this code is being used across multiple commands.
However, something that I noticed is that you didn't write the test in the spec file for this specific util. Let's do this.
If we then use this util in our command spec file, we will simply use spo.getDriveId().resolves(...) as this code is already tested in our util file itself.
Can you fix this?
Thank you for your review @MathijsVerbeeck I will write the test.
Hi @MathijsVerbeeck Test cases are added.
PR merged succesfully. Thanks for your contribution.