Skip to content

Adds a new sample 'search parent flows'. Closes #6624 #6659

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

Closed

Conversation

mkm17
Copy link
Contributor

@mkm17 mkm17 commented Mar 16, 2025

Adds a new sample 'search parent flows'. Closes #6624

@milanholemans
Copy link
Contributor

Thanks @mkm17, we'll have a look at it ASAP!

@Adam-it Adam-it self-assigned this Mar 29, 2025
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.

@mkm17 Awesome work 👏👏👏👏
Checked locally ✅

Comment on lines +20 to +23
$m365Status = m365 status --output text
if ($m365Status -eq "Logged Out") {
m365 login
}
Copy link
Member

Choose a reason for hiding this comment

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

just a small tip we could use the m365 login --ensure to do the same what we have here in a single line

@Adam-it
Copy link
Member

Adam-it commented Mar 29, 2025

Ready to merge 🚀

@Adam-it
Copy link
Member

Adam-it commented Apr 3, 2025

merged manually

@Adam-it Adam-it closed this Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New sample script: Parent flows report
3 participants