-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[2.1.0] AzureRM.Compute fails to install #2917
Comments
@alexandair This is a change in PowerShell, and not in the modules. |
@kirthik We probably need to make sure to document this in a blog post, it looks like 5.1 is starting to be installed in more places. |
Well yeah
PS 5.1 is installed by default in Win10 Anniversary update so issues like this and anything else relating to the _undocumented & unversioned_ changes to PowerShellGet are going to sting you and other's in the near future. For reference PowerShellGet has been at version 1.0.0.1 since the first Windows 10 build and even today is still at 1.0.0.1 in Win10 build 14915 yet there have been significant changes to the module in the last year |
@kirthik Assigning to you for updating the documentation to mentioning this - this should be in the 'Getting Started' document for Azure PowerShell, where we discuss acquiring the cmdlets. |
@markcowl @twitchax here is the list of conflicting cmdlets: Compute
Profile
|
We should split this into two issues: one for network, and one for us. If at all possible, I propose that we include this in our post-moratorium release as it will be a breaking change. |
Fix in PR #3882 |
This is fixed in the module just released. No more |
If I try to install AzureRM module (or just AzureRM.Compute) module installation fails with the error:
When did -AllowClobber become needed for installation of Azure and AzureRM modules?
Why is ARM-based cmdlets overlapping with ASM-based cmdlet,
New-AzureVMSqlServerAutoBackupConfig
(Shouldn't ARM-based cmdlet have AzureRm prefix)?The text was updated successfully, but these errors were encountered: