The version '1.0.2' of the module 'Az.MarketplaceOrdering' being installed is not catalog signed #681
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
Steps to reproduce
I am trying to install the below AZ modules in one of my pipeline tasks.
"Install-Module -Name Az -RequiredVersion '8.0.0' -AllowClobber -Scope CurrentUser -Repository PSGallery -Force"
It use to work fine till few days back. Now suddenly getting the below error message.
PackageManagement\Install-Package : The version '1.0.2' of the module 'Az.MarketplaceOrdering' being installed is not
catalog signed. Ensure that the version '1.0.2' of the module 'Az.MarketplaceOrdering' has the catalog file
'Az.MarketplaceOrdering.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.MarketplaceOrdering' with version '1.0.3' under
the directory 'C:\Program Files\WindowsPowerShell\Modules\Az.MarketplaceOrdering\1.0.3'. If you still want to install
or update, use -SkipPublisherCheck parameter.
Expected behavior
OK
Actual behavior
OK
Error details
PackageManagement\Install-Package : The version '1.0.2' of the module 'Az.MarketplaceOrdering' being installed is not
catalog signed. Ensure that the version '1.0.2' of the module 'Az.MarketplaceOrdering' has the catalog file
'Az.MarketplaceOrdering.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.MarketplaceOrdering' with version '1.0.3' under
the directory 'C:\Program Files\WindowsPowerShell\Modules\Az.MarketplaceOrdering\1.0.3'. If you still want to install
or update, use -SkipPublisherCheck parameter.
Environment data
"Install-Module -Name Az -RequiredVersion '8.0.0' -AllowClobber -Scope CurrentUser -Repository PSGallery -Force"
Visuals
No response