This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Description
Prerequisites
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
Actual behavior
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