azsk / DevOpsKit-docs

MIT License
496 stars 208 forks source link

Problem installing with Az.AnalysisService #382

Closed claudiordgz closed 3 years ago

claudiordgz commented 3 years ago

Hi all, I had a problem installing AzSK

I'm using Windows 10.0.19042 and Powershell 7.1 image

I also been using Azure Powershell for a few months image

While installing AzSK I received the following error, and I'm not sure if it's ok to proceed or not. image

Which says

Install-Package: C:\Users\clrodri\Documents\PowerShell\Modules\PowerShellGet\2.2.5\PSModule.psm1:9711
Line |
9711 |  … talledPackages = PackageManagement\Install-Package @PSBoundParameters
     |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | The version '1.1.2' of the module 'Az.AnalysisServices' being installed is not catalog signed. Ensure that the version '1.1.2' of the module 'Az.AnalysisServices' has the catalog file
     | 'Az.AnalysisServices.cat' and signed with the same publisher 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' as the previously-installed module
     | 'Az.AnalysisServices' with version '1.1.4' under the directory 'C:\Users\clrodri\Documents\PowerShell\Modules\Az.AnalysisServices\1.1.4'. If you still want to install or update, use
     | -SkipPublisherCheck parameter.

Should I uninstall my Az module before trying to install AzSk?

claudiordgz commented 3 years ago

Is it ok if I use -SkipPublisherCheck?

claudiordgz commented 3 years ago

Seems like the issue is with Az.* Modules, thus this is noise. Closing this one.