-
Notifications
You must be signed in to change notification settings - Fork 189
Installation of Microsoft.Graph 0.1.1 takes more than 10 mins on a PC with nvme ssd #106
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
Comments
We agree that it takes a long time. If speed is an issue, please install only the modules you need. Here are the search results for all of the individual packages: |
Our company has onboarded AD accounts via Azure AD. That being the scenario, which of these graph modules do I need to install if all I needed to do was to find a user in Azure AD and then use that entry to query related entries in Azure Devops created by that user? For example, I wanted to use this pull requests api and supply the Azure AD user as searchCriteria.creatorId. |
@tristanbarcelon. If all you need is it find a user in Azure AD, then Microsoft.Graph.Users module is all you need. |
This being tacked, and will be fixed by #428 |
I installed Microsoft.Graph 0.1.1 on a 6 core laptop with nvme ssd but it took well over 10 mins to even install that I decided to just leave it. Import-Module also takes a long time, on the order of 5 mins or so.
The text was updated successfully, but these errors were encountered: