-
Notifications
You must be signed in to change notification settings - Fork 330
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
💡New command : tenant report settings set - closes #6247 #6548
💡New command : tenant report settings set - closes #6247 #6548
Conversation
Thanks @NishkalankBezawada, we'll try to review it ASAP. |
Hi @NishkalankBezawada, I ran the tests that we usually do on PR's. There's a couple of issue though, or so it appears. Could you like at them and fix them in your code? You may want to run Let me know if you have questions. |
Hey @martinlingstuyl Thanks for reviewing. Since this is my first contribution to the repository, I might have missed a few things. I will surely check on this in the evening, and send in for your review. Thanks, |
Yes it's me 😄! You can always check our contribution documentation, which is quite good. Also when it's about unit tests. If you've got any questions, let me know 🚀 |
Hey @martinlingstuyl, This pretty much helped me. Will be sending a new review soon 🚀 Thanks, |
Hey @martinlingstuyl, ran the tests 😄 and also updated validations. now ready for your review 🚀 Thanks, |
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.
Hi nish, let's look at a couple of comments before we merge this. You've made a good start with this. A lot of my comments are actually just styling. :-)
Hey @martinlingstuyl I'm sorry, I couldnt check this yesterday, was a bit sick. Now I have resolved the suggestions and ran the test again, Thanks, |
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.
Almost done... some last comments nish! And something we need to discuss from the specs...
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.
Very nice Nish, There are a couple of minor comments open, which I'll fix while merging.
Hey @martinlingstuyl Do you want me to do these changes? If so, I can do that. Its all about learning. //Nish |
Feel free! I'll merge it soon, if the changes aren't done I'll pick them up. |
Hey @martinlingstuyl Just pushed the final changes. Thanks, |
Hi Nish, thanks, I'll give it a last look. |
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.
Very nice Nish, There are
Merged manually, thank you! 🚀 |
New command : tenant report settings set - closes #6247
Explanation
This command can be used to update (adminReportSettings) tenant-level settings for Microsoft 365 reports.
Please refer to the Graph documentation page.
Usage
m365 tenant report settings set [options]
test screens
Below has set
--hideUserInformation
tofalse
below is the screen from the Admin center
Below has set
--hideUserInformation
totrue
below is the screen from the Admin center
Below screen shows further validations
Thanks,
Nish