-
Notifications
You must be signed in to change notification settings - Fork 173
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
Use RequiredVersion 1.9.2 but download dependencies with v2.1.0 #2164
Comments
The ability to install older versions of the SDK was added in v1.12.2. All versions prior to v1.12.2 didn't support an exact version match for their dependencies. See v1.12.2 release notes for more details - https://github.com/microsoftgraph/msgraph-sdk-powershell/releases/1.12.2. Please use the latest version of v1.x (v1.28.0) if your goal is to use v1.x - |
@peombwa Could I ask you another question? I asked this question here Save-Module -Name Microsoft.Graph -RequiredVersion 1.9.2 -Path .\modules |
I'd recommend you use v1.28.0 as it is the latest stable release of the v1.x SDK. As for:
This is more of a question for the author of the
|
@peombwa I am still confused why Microsoft.Graph -RequiredVersion 1.9.2 got v1.9.6 not the latest v1.28.0, but maybe I should ask this question on PowerShell side. I just guess, maybe v1.9.6 is the last version of v1.9.z, so it is download. (There are versions of v1.10.0, 1.11.0, ..., v1.28.0 >= v1.9.2) |
Awesome! The author of I'll close the issue since the original question has been answered by #2164 (comment). Feel free to open a new issue if the problem persists. |
I run this command on my local PowerShell to save v1.9.2, but some dependencies with v2.1.0 is downloaded. Could you please tell me why?
Save-Module -Name Microsoft.Graph -RequiredVersion 1.9.2 -Path .\modules
For example, Microsoft.Graph.Applications.
The text was updated successfully, but these errors were encountered: