-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Trying to install AzureRM.Profile version 5.8.4 and 5.8.3 side by side results in the following error. It can be reproed with the following two liners.
PS C:> Install-Module AzureRM.Profile
PS C:> Install-Module AzureRM.Profile -RequiredVersion 5.8.3
PackageManagement\Install-Package : The version '5.8.3' of the module 'AzureRM.Profile' being installed is not catalog signed. Ensure that the version '5.8.3' of the module
'AzureRM.Profile' has the catalog file 'AzureRM.Profile.cat' and signed with the same publisher 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' as the
previously-installed module 'AzureRM.Profile' with version '5.8.4' under the directory 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.profile\5.8.4'. If you still want to install or
update, use -SkipPublisherCheck parameter.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\2.2.5\PSModule.psm1:9711 char:34
- ... talledPackages = PackageManagement\Install-Package @PSBoundParameters
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : InvalidOperation: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
- FullyQualifiedErrorId : ModuleIsNotCatalogSigned,Validate-ModuleAuthenticodeSignature,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
Some of our customers are hitting this issue as our AzureRm version 2.5.0 is taking a >= dependency on AzureRm.Profile 5.8.3 and our AzureStack module 1.8.2 is taking = RequiredVersion dependency on 5.8.3.