We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Low) Something is a little off
When you have multiple apps defined in .m365rc.json, the m365 app get command fails to prompt for which app to use.
.m365rc.json:
{ "apps": [ { "appId": "8a6530f9-f927-479d-8c54-519be823a171", "name": "MSGraph connector" }, { "appId": "0a78005a-20b1-4702-81a2-14628b6fb610", "name": "MSGraph connector" }, { "appId": "f286c6fa-d021-4a2b-a975-071063f96c7f", "name": "MSGraph connector" } ] }
m365 app get
Prompt for the app to use, showing the list of apps
No response
latest from main
v20
macOS
zsh
The text was updated successfully, but these errors were encountered:
Fixes prompting for entra app. Closes pnp#6498
cd6f05b
waldekmastykarz
Successfully merging a pull request may close this issue.
Priority
(Low) Something is a little off
Description
When you have multiple apps defined in .m365rc.json, the m365 app get command fails to prompt for which app to use.
Steps to reproduce
.m365rc.json:
Expected results
Prompt for the app to use, showing the list of apps
Actual results
Diagnostics
No response
CLI for Microsoft 365 version
latest from main
nodejs version
v20
Operating system (environment)
macOS
Shell
zsh
cli doctor
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: