Skip to content
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

Unable to install azure powershell using "install-module" command #17144

Closed
sagarkalangi opened this issue Feb 16, 2022 · 7 comments
Closed

Unable to install azure powershell using "install-module" command #17144

sagarkalangi opened this issue Feb 16, 2022 · 7 comments
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@sagarkalangi
Copy link

Description

Am trying to install azure module using below command and facing multiple errors on diff submodules. whereas individual submodules are installing correctly.

Install-module -name az

image
image

Issue script & Debug output

Install-Module -Name Az -AllowClobber -Debug
 
Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
DEBUG: 00:02:47.2995110 Previously-installed module publisher: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
DEBUG: 00:02:47.3036365 Current module publisher: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
DEBUG: 00:02:47.3171376 Is previously-installed module signed by Microsoft: True
DEBUG: 00:02:47.3216144 Is current module signed by Microsoft: True
VERBOSE: Authenticode issuer 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' of the new module 'Az.FrontDoor' with version '1.9.0' matches with the
authenticode issuer 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' of the previously-installed module 'Az.FrontDoor' with version '1.9.0'.
VERBOSE: Checking for possible command collisions for the module 'Az.FrontDoor' commands.
VERBOSE: Installing the dependency module 'Az.FrontDoor' with version '1.9.0' for the module 'Az'.
VERBOSE: Module 'Az.FrontDoor' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\Az.FrontDoor\1.9.0'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/Az.HDInsight/5.0.0'.
VERBOSE: Completed downloading 'Az.HDInsight'.
VERBOSE: Hash for package 'Az.HDInsight' does not match hash provided from the server.
DEBUG: 00:02:47.7248947 Calling 'NuGetClient'::'InstallPackageLocal'.
VERBOSE: InstallPackageLocal' - name='Az.HDInsight', version='5.0.0',destination='C:\Users\sakala_a\AppData\Local\Temp\1948153197'
DEBUG: 00:02:47.7333289 C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.HDInsight.5.0.0\Az.HDInsight.5.0.0.nupkg
DEBUG: 00:02:47.8595164 Returning the call 'NuGetClient'::'InstallPackageLocal'.
VERBOSE: Validating the 'Az.Functions' module contents under 'C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.Functions.4.0.1' path.
DEBUG: 00:02:47.9200202 Returning the call 'NuGetClient'::'InstallSinglePackage'.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.Functions.4.0.1'.
DEBUG: 00:02:47.9996511 Calling 'NuGetClient'::'InstallPackage'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'Az.Functions'.
VERBOSE: InstallPackage' - name='Az.HealthcareApis', version='1.3.2',destination='C:\Users\sakala_a\AppData\Local\Temp\1948153197'
VERBOSE: DownloadPackage' - name='Az.HealthcareApis', version='1.3.2',destination='C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.HealthcareApis.1.3.2\Az.HealthcareApis.1.3.2.nupkg',
uri='https://www.powershellgallery.com/api/v2/package/Az.HealthcareApis/1.3.2'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/Az.HealthcareApis/1.3.2'.
DEBUG: 00:02:48.0751775 Catalog file 'Az.Functions.cat' is not found in the contents of the previously-installed module 'Az.Functions' with the same name.
DEBUG: 00:02:48.0820675 Using the previously-installed module 'Az.Functions' with version '4.0.1' under 'C:\Program Files\WindowsPowerShell\Modules\Az.Functions\4.0.1' for getting the
publisher details.
DEBUG: 00:02:48.0866131 Using the 'C:\Program Files\WindowsPowerShell\Modules\Az.Functions\4.0.1\Az.Functions.psd1' file for getting the authenticode signature.
DEBUG: 00:02:48.1830472 For publisher validation, using the previously-installed module 'Az.Functions' with version '4.0.1' under 'C:\Program
Files\WindowsPowerShell\Modules\Az.Functions\4.0.1' with publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' from root certificate authority
'CN=Microsoft Root Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
VERBOSE: Catalog file 'Az.Functions.cat' is not found in the contents of the module 'Az.Functions' being installed.
DEBUG: 00:02:48.1951631 Using the 'Az.Functions.psd1' file for getting the authenticode signature.
VERBOSE: Valid authenticode signature found in the file 'Az.Functions.psd1' for the module 'Az.Functions'.
DEBUG: 00:02:48.2793764 For publisher validation, current module 'Az.Functions' with version '4.0.1' with publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond,
S=Washington, C=US' from root certificate authority 'CN=Microsoft Root Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by
Microsoft: 'True'.
VERBOSE: For publisher validation, current module 'Az.Functions' with version '4.0.1' with publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'
from root certificate authority 'CN=Microsoft Root Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
VERBOSE: For publisher validation, using the previously-installed module 'Az.Functions' with version '4.0.1' under 'C:\Program Files\WindowsPowerShell\Modules\Az.Functions\4.0.1' with
publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' from root certificate authority 'CN=Microsoft Root Certificate Authority 2011, O=Microsoft
Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
DEBUG: 00:02:48.3030107 Previously-installed module publisher: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
DEBUG: 00:02:48.3163936 Current module publisher: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
DEBUG: 00:02:48.3209428 Is previously-installed module signed by Microsoft: True
DEBUG: 00:02:48.3248815 Is current module signed by Microsoft: True
VERBOSE: Authenticode issuer 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' of the new module 'Az.Functions' with version '4.0.1' matches with the
authenticode issuer 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' of the previously-installed module 'Az.Functions' with version '4.0.1'.
VERBOSE: Checking for possible command collisions for the module 'Az.Functions' commands.
VERBOSE: Installing the dependency module 'Az.Functions' with version '4.0.1' for the module 'Az'.
VERBOSE: Module 'Az.Functions' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\Az.Functions\4.0.1'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/Az.HealthcareApis/1.3.2'.
VERBOSE: Completed downloading 'Az.HealthcareApis'.
VERBOSE: Hash for package 'Az.HealthcareApis' does not match hash provided from the server.
DEBUG: 00:02:48.8242882 Calling 'NuGetClient'::'InstallPackageLocal'.
VERBOSE: InstallPackageLocal' - name='Az.HealthcareApis', version='1.3.2',destination='C:\Users\sakala_a\AppData\Local\Temp\1948153197'
DEBUG: 00:02:48.8319981 C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.HealthcareApis.1.3.2\Az.HealthcareApis.1.3.2.nupkg
DEBUG: 00:02:48.9495255 Returning the call 'NuGetClient'::'InstallPackageLocal'.
VERBOSE: Validating the 'Az.HDInsight' module contents under 'C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.HDInsight.5.0.0' path.
DEBUG: 00:02:49.0088213 Returning the call 'NuGetClient'::'InstallSinglePackage'.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.HDInsight.5.0.0'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'Az.HDInsight'.
DEBUG: 00:02:49.1110236 Calling 'NuGetClient'::'InstallPackage'.
VERBOSE: InstallPackage' - name='Az.IotHub', version='2.7.4',destination='C:\Users\sakala_a\AppData\Local\Temp\1948153197'
VERBOSE: DownloadPackage' - name='Az.IotHub', version='2.7.4',destination='C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.IotHub.2.7.4\Az.IotHub.2.7.4.nupkg',
uri='https://www.powershellgallery.com/api/v2/package/Az.IotHub/2.7.4'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/Az.IotHub/2.7.4'.
DEBUG: 00:02:49.1661552 Catalog file 'Az.HDInsight.cat' is not found in the contents of the previously-installed module 'Az.HDInsight' with the same name.
DEBUG: 00:02:49.1715304 Using the previously-installed module 'Az.HDInsight' with version '5.0.0' under 'C:\Program Files\WindowsPowerShell\Modules\Az.HDInsight\5.0.0' for getting the
publisher details.
DEBUG: 00:02:49.1758749 Using the 'C:\Program Files\WindowsPowerShell\Modules\Az.HDInsight\5.0.0\Az.HDInsight.psd1' file for getting the authenticode signature.
DEBUG: 00:02:49.2716619 For publisher validation, using the previously-installed module 'Az.HDInsight' with version '5.0.0' under 'C:\Program
Files\WindowsPowerShell\Modules\Az.HDInsight\5.0.0' with publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' from root certificate authority
'CN=Microsoft Root Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
VERBOSE: Catalog file 'Az.HDInsight.cat' is not found in the contents of the module 'Az.HDInsight' being installed.
DEBUG: 00:02:49.2834587 Using the 'Az.HDInsight.psd1' file for getting the authenticode signature.
VERBOSE: Valid authenticode signature found in the file 'Az.HDInsight.psd1' for the module 'Az.HDInsight'.
DEBUG: 00:02:49.3700792 For publisher validation, current module 'Az.HDInsight' with version '5.0.0' with publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond,
S=Washington, C=US' from root certificate authority 'CN=Microsoft Root Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by
Microsoft: 'True'.
VERBOSE: For publisher validation, current module 'Az.HDInsight' with version '5.0.0' with publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'
from root certificate authority 'CN=Microsoft Root Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
VERBOSE: For publisher validation, using the previously-installed module 'Az.HDInsight' with version '5.0.0' under 'C:\Program Files\WindowsPowerShell\Modules\Az.HDInsight\5.0.0' with
publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' from root certificate authority 'CN=Microsoft Root Certificate Authority 2011, O=Microsoft
Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
DEBUG: 00:02:49.3898380 Previously-installed module publisher: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
DEBUG: 00:02:49.3940112 Current module publisher: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
DEBUG: 00:02:49.3982248 Is previously-installed module signed by Microsoft: True
DEBUG: 00:02:49.4109702 Is current module signed by Microsoft: True
VERBOSE: Authenticode issuer 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' of the new module 'Az.HDInsight' with version '5.0.0' matches with the
authenticode issuer 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' of the previously-installed module 'Az.HDInsight' with version '5.0.0'.
VERBOSE: Checking for possible command collisions for the module 'Az.HDInsight' commands.
VERBOSE: Installing the dependency module 'Az.HDInsight' with version '5.0.0' for the module 'Az'.
VERBOSE: Module 'Az.HDInsight' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\Az.HDInsight\5.0.0'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/Az.IotHub/2.7.4'.
VERBOSE: Completed downloading 'Az.IotHub'.
VERBOSE: Hash for package 'Az.IotHub' does not match hash provided from the server.
DEBUG: 00:02:49.8072723 Calling 'NuGetClient'::'InstallPackageLocal'.
VERBOSE: InstallPackageLocal' - name='Az.IotHub', version='2.7.4',destination='C:\Users\sakala_a\AppData\Local\Temp\1948153197'
DEBUG: 00:02:49.8152253 C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.IotHub.2.7.4\Az.IotHub.2.7.4.nupkg
DEBUG: 00:02:50.0401094 Returning the call 'NuGetClient'::'InstallPackageLocal'.
VERBOSE: Validating the 'Az.HealthcareApis' module contents under 'C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.HealthcareApis.1.3.2' path.
DEBUG: 00:02:50.0986271 Returning the call 'NuGetClient'::'InstallSinglePackage'.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.HealthcareApis.1.3.2'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'Az.HealthcareApis'.
DEBUG: 00:02:50.2100570 Calling 'NuGetClient'::'InstallPackage'.
VERBOSE: InstallPackage' - name='Az.KeyVault', version='4.2.1',destination='C:\Users\sakala_a\AppData\Local\Temp\1948153197'
DEBUG: 00:02:50.2194129 Catalog file 'Az.HealthcareApis.cat' is not found in the contents of the previously-installed module 'Az.HealthcareApis' with the same name.
VERBOSE: DownloadPackage' - name='Az.KeyVault', version='4.2.1',destination='C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.KeyVault.4.2.1\Az.KeyVault.4.2.1.nupkg',
uri='https://www.powershellgallery.com/api/v2/package/Az.KeyVault/4.2.1'
DEBUG: 00:02:50.2383691 Using the previously-installed module 'Az.HealthcareApis' with version '1.3.1' under 'C:\Program Files\WindowsPowerShell\Modules\Az.HealthcareApis\1.3.1' for
getting the publisher details.
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/Az.KeyVault/4.2.1'.
DEBUG: 00:02:50.2463778 Using the 'C:\Program Files\WindowsPowerShell\Modules\Az.HealthcareApis\1.3.1\Az.HealthcareApis.psd1' file for getting the authenticode signature.
DEBUG: 00:02:50.3384018 For publisher validation, using the previously-installed module 'Az.HealthcareApis' with version '1.3.1' under 'C:\Program
Files\WindowsPowerShell\Modules\Az.HealthcareApis\1.3.1' with publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' from root certificate
authority 'CN=Microsoft Root Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
VERBOSE: Catalog file 'Az.HealthcareApis.cat' is not found in the contents of the module 'Az.HealthcareApis' being installed.
DEBUG: 00:02:50.3502087 Using the 'Az.HealthcareApis.psd1' file for getting the authenticode signature.
VERBOSE: Valid authenticode signature found in the file 'Az.HealthcareApis.psd1' for the module 'Az.HealthcareApis'.
DEBUG: 00:02:50.4302069 For publisher validation, current module 'Az.HealthcareApis' with version '1.3.2' with publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond,
S=Washington, C=US' from root certificate authority 'CN=Microsoft Root Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by
Microsoft: 'True'.
VERBOSE: For publisher validation, current module 'Az.HealthcareApis' with version '1.3.2' with publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington,
C=US' from root certificate authority 'CN=Microsoft Root Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
VERBOSE: For publisher validation, using the previously-installed module 'Az.HealthcareApis' with version '1.3.1' under 'C:\Program Files\WindowsPowerShell\Modules\Az.HealthcareApis\1.3.1'
with publisher name 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' from root certificate authority 'CN=Microsoft Root Certificate Authority 2011,
O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
DEBUG: 00:02:50.4598417 Previously-installed module publisher: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
DEBUG: 00:02:50.4641984 Current module publisher: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
DEBUG: 00:02:50.4684088 Is previously-installed module signed by Microsoft: True
DEBUG: 00:02:50.4723769 Is current module signed by Microsoft: True
VERBOSE: Authenticode issuer 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' of the new module 'Az.HealthcareApis' with version '1.3.2' matches with the
authenticode issuer 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' of the previously-installed module 'Az.HealthcareApis' with version '1.3.1'.
VERBOSE: Checking for possible command collisions for the module 'Az.HealthcareApis' commands.
VERBOSE: Installing the dependency module 'Az.HealthcareApis' with version '1.3.2' for the module 'Az'.
VERBOSE: Module 'Az.HealthcareApis' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\Az.HealthcareApis\1.3.2'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/Az.KeyVault/4.2.1'.
VERBOSE: Completed downloading 'Az.KeyVault'.
VERBOSE: Hash for package 'Az.KeyVault' does not match hash provided from the server.
DEBUG: 00:02:51.1278020 Calling 'NuGetClient'::'InstallPackageLocal'.
VERBOSE: InstallPackageLocal' - name='Az.KeyVault', version='4.2.1',destination='C:\Users\sakala_a\AppData\Local\Temp\1948153197'
DEBUG: 00:02:51.1370286 C:\Users\sakala_a\AppData\Local\Temp\1948153197\Az.KeyVault.4.2.1\Az.KeyVault.4.2.1.nupkg
DEBUG: 00:02:51.2671819 System.IO.InvalidDataException: A local file header is corrupt.
   at System.IO.Compression.ZipArchiveEntry.ThrowIfNotOpenable(Boolean needToUncompress, Boolean needToLoadIntoMemory)
   at System.IO.Compression.ZipArchiveEntry.OpenInReadMode(Boolean checkOpenable)
   at System.IO.Compression.ZipFileExtensions.ExtractToFile(ZipArchiveEntry source, String destinationFileName, Boolean overwrite)
   at System.IO.Compression.ZipFileExtensions.ExtractToDirectory(ZipArchive source, String destinationDirectoryName)
   at System.IO.Compression.ZipFile.ExtractToDirectory(String sourceArchiveFileName, String destinationDirectoryName, Encoding entryNameEncoding)
   at Microsoft.PackageManagement.NuGetProvider.PackageUtility.DecompressFile(String fullZipPath)
   at Microsoft.PackageManagement.NuGetProvider.NuGetClient.InstallPackageLocal(String packageName, String version, NuGetRequest request, PackageSource source, String sourceFilePath,
ProgressTracker progressTracker)
 
Confirm
Package 'Az.KeyVault' failed to be installed because: A local file header is corrupt.
[Y] Yes  [A] Yes to All  [H] Halt Command  [S] Suspend  [?] Help (default is "Y"): a
PackageManagement\Install-Package : Package 'Az.KeyVault' failed to be installed because: A local file header is corrupt.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\2.2.5\PSModule.psm1:9711 char:34
+ ... talledPackages = PackageManagement\Install-Package @PSBoundParameters
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidResult: (Az.KeyVault:String) [Install-Package], Exception
    + FullyQualifiedErrorId : Package '{0}' failed to be installed because: {1},Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage

Environment data

PS C:\Windows\system32>  $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.17763.2183
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.17763.2183
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Windows 2019 server

Module versions

PS C:\Windows\system32> Get-Module Az*
PS C:\Windows\system32> Get-Module -ListAvailable


    Directory: C:\Users\sakala_a\Documents\WindowsPowerShell\Modules


ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Script     1.5.1      Az.CosmosDB                         {Get-AzCosmosDBSqlContainer, Get-AzCosmosDBSqlContainerThr...
Script     1.1.0      Az.DataBoxEdge                      {Get-AzDataBoxEdgeJob, Get-AzDataBoxEdgeDevice, Invoke-AzD...
Script     1.1.0      Az.Databricks                       {Get-AzDatabricksVNetPeering, Get-AzDatabricksWorkspace, N...
Script     1.16.2     Az.DataFactory                      {Set-AzDataFactoryV2, Update-AzDataFactoryV2, Get-AzDataFa...
Script     1.0.2      Az.DataLakeAnalytics                {Get-AzDataLakeAnalyticsDataSource, New-AzDataLakeAnalytic...
Script     1.3.0      Az.DataLakeStore                    {Get-AzDataLakeStoreTrustedIdProvider, Remove-AzDataLakeSt...
Script     1.0.0      Az.DataShare                        {New-AzDataShareAccount, Get-AzDataShareAccount, Remove-Az...
Script     1.1.0      Az.DeploymentManager                {Get-AzDeploymentManagerArtifactSource, New-AzDeploymentMa...
Script     3.1.0      Az.DesktopVirtualization            {Disconnect-AzWvdUserSession, Expand-AzWvdMsixImage, Get-A...
Script     1.0.2      Az.DevTestLabs                      {Get-AzDtlAllowedVMSizesPolicy, Get-AzDtlAutoShutdownPolic...
Script     1.1.2      Az.Dns                              {Get-AzDnsRecordSet, New-AzDnsRecordConfig, Remove-AzDnsRe...
Script     1.3.0      Az.EventGrid                        {New-AzEventGridTopic, Get-AzEventGridTopic, Set-AzEventGr...
Script     1.9.1      Az.EventHub                         {New-AzEventHubNamespace, Get-AzEventHubNamespace, Set-AzE...
Script     1.9.0      Az.FrontDoor                        {New-AzFrontDoor, Get-AzFrontDoor, Set-AzFrontDoor, Remove...
Script     4.0.1      Az.Functions                        {Get-AzFunctionApp, Get-AzFunctionAppAvailableLocation, Ge...
Script     5.0.0      Az.HDInsight                        {Get-AzHDInsightJob, New-AzHDInsightSqoopJobDefinition, Wa...
Script     1.3.1      Az.HealthcareApis                   {New-AzHealthcareApisService, Remove-AzHealthcareApisServi...
Script     2.7.4      Az.IotHub                           {Add-AzIotHubKey, Get-AzIotHubEventHubConsumerGroup, Get-A...
Script     4.2.0      Az.KeyVault                         {Add-AzKeyVaultCertificate, Update-AzKeyVaultCertificate, ...
Script     2.0.0      Az.Kusto                            {Add-AzKustoClusterLanguageExtension, Add-AzKustoDatabaseP...
Script     1.5.0      Az.LogicApp                         {Get-AzIntegrationAccountAgreement, Get-AzIntegrationAccou...
Script     1.1.3      Az.MachineLearning                  {Move-AzMlCommitmentAssociation, Get-AzMlCommitmentAssocia...
Script     1.2.0      Az.Maintenance                      {Get-AzApplyUpdate, Get-AzConfigurationAssignment, Get-AzM...
Script     3.0.0      Az.ManagedServices                  {Get-AzManagedServicesAssignment, Get-AzManagedServicesDef...
Script     1.0.2      Az.MarketplaceOrdering              {Get-AzMarketplaceTerms, Set-AzMarketplaceTerms}
Script     1.1.1      Az.Media                            {Sync-AzMediaServiceStorageKey, Set-AzMediaServiceKey, Get...
Script     1.1.2      Az.Migrate                          {Get-AzMigrateDiscoveredServer, Get-AzMigrateJob, Get-AzMi...
Script     3.0.0      Az.Monitor                          {Get-AzMetricDefinition, Get-AzMetric, Remove-AzLogProfile...
Script     1.0.0      Az.MySql                            {Get-AzMySqlConfiguration, Get-AzMySqlConnectionString, Ge...
Script     4.14.0     Az.Network                          {Add-AzApplicationGatewayAuthenticationCertificate, Get-Az...
Script     1.1.1      Az.NotificationHubs                 {Get-AzNotificationHub, Get-AzNotificationHubAuthorization...
Script     3.0.0      Az.OperationalInsights              {New-AzOperationalInsightsAzureActivityLogDataSource, New-...
Script     1.4.1      Az.PolicyInsights                   {Get-AzPolicyEvent, Get-AzPolicyState, Get-AzPolicyStateSu...
Script     1.0.0      Az.PostgreSql                       {Get-AzPostgreSqlConfiguration, Get-AzPostgreSqlConnection...
Script     1.1.2      Az.PowerBIEmbedded                  {Remove-AzPowerBIWorkspaceCollection, Get-AzPowerBIWorkspa...
Script     1.0.3      Az.PrivateDns                       {Get-AzPrivateDnsZone, Remove-AzPrivateDnsZone, Set-AzPriv...
Script     5.0.0      Az.RecoveryServices                 {Get-AzRecoveryServicesBackupProperty, Get-AzRecoveryServi...
Script     1.6.0      Az.RedisCache                       {Remove-AzRedisCachePatchSchedule, New-AzRedisCacheSchedul...
Script     1.0.0      Az.RedisEnterpriseCache             {Export-AzRedisEnterpriseCache, Get-AzRedisEnterpriseCache...
Script     1.0.3      Az.Relay                            {New-AzRelayNamespace, Get-AzRelayNamespace, Set-AzRelayNa...


    Directory: C:\Program Files\WindowsPowerShell\Modules


ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Script     2.7.1      Az.Accounts                         {Disable-AzDataCollection, Disable-AzContextAutosave, Enab...
Script     1.1.2      Az.Advisor                          {Get-AzAdvisorRecommendation, Enable-AzAdvisorRecommendati...
Script     3.1.0      Az.Aks                              {Get-AzAksCluster, New-AzAksCluster, Remove-AzAksCluster, ...
Script     1.1.4      Az.AnalysisServices                 {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServic...
Script     2.3.1      Az.ApiManagement                    {Add-AzApiManagementApiToGateway, Add-AzApiManagementApiTo...
Script     1.0.0      Az.AppConfiguration                 {Get-AzAppConfigurationStore, Get-AzAppConfigurationStoreK...
Script     1.3.0      Az.ApplicationInsights              {Get-AzApplicationInsights, New-AzApplicationInsights, Rem...
Script     1.0.0      Az.Attestation                      {New-AzAttestation, Get-AzAttestation, Remove-AzAttestatio...
Script     1.7.3      Az.Automation                       {Get-AzAutomationHybridWorkerGroup, Remove-AzAutomationHyb...
Script     3.1.1      Az.Batch                            {Remove-AzBatchAccount, Get-AzBatchAccount, Get-AzBatchAcc...
Script     2.0.0      Az.Billing                          {Get-AzBillingInvoice, Get-AzBillingPeriod, Get-AzEnrollme...
Script     1.8.1      Az.Cdn                              {Get-AzCdnProfile, Get-AzCdnProfileSsoUrl, New-AzCdnProfil...
Script     1.0.0      Az.CloudService                     {Get-AzCloudService, Get-AzCloudServiceInstanceView, Get-A...
Script     1.10.0     Az.CognitiveServices                {Get-AzCognitiveServicesAccount, Get-AzCognitiveServicesAc...
Script     4.22.0     Az.Compute                          {Remove-AzAvailabilitySet, Get-AzAvailabilitySet, New-AzAv...
Script     3.0.0      Az.ContainerInstance                {Add-AzContainerInstanceOutput, Get-AzContainerGroup, Get-...
Script     2.2.3      Az.ContainerRegistry                {New-AzContainerRegistry, Get-AzContainerRegistry, Update-...
Script     1.0.1      Microsoft.PowerShell.Operation.V... {Get-OperationValidation, Invoke-OperationValidation}
Binary     1.0.0.1    PackageManagement                   {Find-Package, Get-Package, Get-PackageProvider, Get-Packa...
Script     3.4.0      Pester                              {Describe, Context, It, Should...}
Script     1.0.0.1    PowerShellGet                       {Install-Module, Find-Module, Save-Module, Update-Module...}
Script     2.0.0      PSReadline                          {Get-PSReadLineKeyHandler, Set-PSReadLineKeyHandler, Remov...


    Directory: C:\Windows\system32\WindowsPowerShell\v1.0\Modules


ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Manifest   1.0.1.0    ActiveDirectory                     {Add-ADCentralAccessPolicyMember, Add-ADComputerServiceAcc...
Manifest   1.0.0.0    AppBackgroundTask                   {Disable-AppBackgroundTaskDiagnosticLog, Enable-AppBackgro...
Manifest   2.0.0.0    AppLocker                           {Get-AppLockerFileInformation, Get-AppLockerPolicy, New-Ap...
Manifest   1.0.0.0    AppvClient                          {Add-AppvClientConnectionGroup, Add-AppvClientPackage, Add...
Manifest   2.0.1.0    Appx                                {Add-AppxPackage, Get-AppxPackage, Get-AppxPackageManifest...
Manifest   1.0        BestPractices                       {Get-BpaModel, Get-BpaResult, Invoke-BpaModel, Set-BpaResult}
Manifest   1.0.0.0    BitLocker                           {Unlock-BitLocker, Suspend-BitLocker, Resume-BitLocker, Re...
Manifest   2.0.0.0    BitsTransfer                        {Add-BitsFile, Complete-BitsTransfer, Get-BitsTransfer, Re...
Manifest   1.0.0.0    BranchCache                         {Add-BCDataCacheExtension, Clear-BCCache, Disable-BC, Disa...
Manifest   1.0.0.0    CimCmdlets                          {Get-CimAssociatedInstance, Get-CimClass, Get-CimInstance,...
Manifest   1.0        ConfigCI                            {Get-SystemDriver, New-CIPolicyRule, New-CIPolicy, Get-CIP...
Manifest   1.0        ConfigDefender                      {Get-MpPreference, Set-MpPreference, Add-MpPreference, Rem...
Manifest   1.0        ConfigDefenderPerformance           {New-MpPerformanceRecording, Get-MpPerformanceReport}
Manifest   1.0        Defender                            {Get-MpPreference, Set-MpPreference, Add-MpPreference, Rem...
Manifest   1.0.1.0    DeliveryOptimization                {Get-DeliveryOptimizationStatus, Get-DeliveryOptimizationP...
Binary     2.0.0.0    DFSR                                {New-DfsReplicationGroup, Get-DfsReplicationGroup, Set-Dfs...
Manifest   1.0.0.0    DirectAccessClientComponents        {Disable-DAManualEntryPointSelection, Enable-DAManualEntry...
Script     3.0        Dism                                {Add-AppxProvisionedPackage, Add-WindowsDriver, Add-Window...
Manifest   1.0.0.0    DnsClient                           {Resolve-DnsName, Clear-DnsClientCache, Get-DnsClient, Get...
Manifest   1.0.0.0    EventTracingManagement              {Start-EtwTraceSession, New-EtwTraceSession, Get-EtwTraceS...
Script     1.1.0.0    IISAdministration                   {Get-IISAppPool, Start-IISCommitDelay, Stop-IISCommitDelay...
Manifest   2.0.0.0    International                       {Get-WinDefaultInputMethodOverride, Set-WinDefaultInputMet...
Manifest   1.0.0.0    iSCSI                               {Get-IscsiTargetPortal, New-IscsiTargetPortal, Remove-Iscs...
Manifest   2.0.0.0    IscsiTarget                         {Add-ClusteriSCSITargetServerRole, Add-IscsiVirtualDiskTar...
Script     1.0.0.0    ISE                                 {New-IseSnippet, Import-IseSnippet, Get-IseSnippet}
Manifest   1.0.0.0    Kds                                 {Add-KdsRootKey, Get-KdsRootKey, Test-KdsRootKey, Set-KdsC...
Manifest   1.0.1.0    Microsoft.PowerShell.Archive        {Compress-Archive, Expand-Archive}
Manifest   3.0.0.0    Microsoft.PowerShell.Diagnostics    {Get-WinEvent, Get-Counter, Import-Counter, Export-Counter...
Manifest   3.0.0.0    Microsoft.PowerShell.Host           {Start-Transcript, Stop-Transcript}
Manifest   1.0.0.0    Microsoft.PowerShell.LocalAccounts  {Add-LocalGroupMember, Disable-LocalUser, Enable-LocalUser...
Manifest   3.1.0.0    Microsoft.PowerShell.Management     {Add-Content, Clear-Content, Clear-ItemProperty, Join-Path...
Script     1.0        Microsoft.PowerShell.ODataUtils     Export-ODataEndpointProxy
Manifest   3.0.0.0    Microsoft.PowerShell.Security       {Get-Acl, Set-Acl, Get-PfxCertificate, Get-Credential...}
Manifest   3.1.0.0    Microsoft.PowerShell.Utility        {Format-List, Format-Custom, Format-Table, Format-Wide...}
Manifest   3.0.0.0    Microsoft.WSMan.Management          {Disable-WSManCredSSP, Enable-WSManCredSSP, Get-WSManCredS...
Manifest   1.0        MMAgent                             {Disable-MMAgent, Enable-MMAgent, Set-MMAgent, Get-MMAgent...
Manifest   1.0.0.0    MsDtc                               {New-DtcDiagnosticTransaction, Complete-DtcDiagnosticTrans...
Binary     1.0.0.0    MSMQ                                {Clear-MsmqOutgoingQueue, Clear-MsmqQueue, Enable-MsmqCert...
Manifest   2.0.0.0    NetAdapter                          {Disable-NetAdapter, Disable-NetAdapterBinding, Disable-Ne...
Manifest   1.0.0.0    NetConnection                       {Get-NetConnectionProfile, Set-NetConnectionProfile}
Manifest   1.0.0.0    NetDiagnostics                      Get-NetView
Manifest   1.0.0.0    NetEventPacketCapture               {New-NetEventSession, Remove-NetEventSession, Get-NetEvent...
Manifest   2.0.0.0    NetLbfo                             {Add-NetLbfoTeamMember, Add-NetLbfoTeamNic, Get-NetLbfoTea...
Manifest   1.0.0.0    NetNat                              {Get-NetNat, Get-NetNatExternalAddress, Get-NetNatStaticMa...
Manifest   2.0.0.0    NetQos                              {Get-NetQosPolicy, Set-NetQosPolicy, Remove-NetQosPolicy, ...
Manifest   2.0.0.0    NetSecurity                         {Get-DAPolicyChange, New-NetIPsecAuthProposal, New-NetIPse...
Manifest   1.0.0.0    NetSwitchTeam                       {New-NetSwitchTeam, Remove-NetSwitchTeam, Get-NetSwitchTea...
Manifest   1.0.0.0    NetTCPIP                            {Get-NetIPAddress, Get-NetIPInterface, Get-NetIPv4Protocol...
Manifest   1.0.0.0    NetworkConnectivityStatus           {Get-DAConnectionStatus, Get-NCSIPolicyConfiguration, Rese...
Manifest   1.0.0.0    NetworkSwitchManager                {Disable-NetworkSwitchEthernetPort, Enable-NetworkSwitchEt...
Manifest   1.0.0.0    NetworkTransition                   {Add-NetIPHttpsCertBinding, Disable-NetDnsTransitionConfig...
Manifest   1.0        NFS                                 {Get-NfsMappedIdentity, Get-NfsNetgroup, Install-NfsMappin...
Manifest   1.0.0.0    PcsvDevice                          {Get-PcsvDevice, Start-PcsvDevice, Stop-PcsvDevice, Restar...
Binary     1.0.0.0    PersistentMemory                    {Get-PmemDisk, Get-PmemPhysicalDevice, Get-PmemUnusedRegio...
Manifest   1.0.0.0    PKI                                 {Add-CertificateEnrollmentPolicyServer, Export-Certificate...
Manifest   1.0.0.0    PlatformIdentifier                  Get-PlatformIdentifier
Manifest   1.0.0.0    PnpDevice                           {Get-PnpDevice, Get-PnpDeviceProperty, Enable-PnpDevice, D...
Manifest   1.1        PrintManagement                     {Add-Printer, Add-PrinterDriver, Add-PrinterPort, Get-Prin...
Binary     1.0.11     ProcessMitigations                  {Get-ProcessMitigation, Set-ProcessMitigation, ConvertTo-P...
Manifest   1.1        PSDesiredStateConfiguration         {Set-DscLocalConfigurationManager, Start-DscConfiguration,...
Script     1.0.0.0    PSDiagnostics                       {Disable-PSTrace, Disable-PSWSManCombinedTrace, Disable-WS...
Binary     1.1.0.0    PSScheduledJob                      {New-JobTrigger, Add-JobTrigger, Remove-JobTrigger, Get-Jo...
Manifest   2.0.0.0    PSWorkflow                          {New-PSWorkflowExecutionOption, New-PSWorkflowSession, nwsn}
Manifest   1.0.0.0    PSWorkflowUtility                   Invoke-AsWorkflow
Manifest   2.0.0.0    RemoteDesktop                       {Get-RDCertificate, Set-RDCertificate, New-RDCertificate, ...
Manifest   1.0.0.0    ScheduledTasks                      {Get-ScheduledTask, Set-ScheduledTask, Register-ScheduledT...
Manifest   2.0.0.0    SecureBoot                          {Confirm-SecureBootUEFI, Set-SecureBootUEFI, Get-SecureBoo...
Manifest   1.0.0.0    SecurityCmdlets                     {Backup-SecurityPolicy, Restore-SecurityPolicy, Backup-Aud...
Script     1.0.0.0    ServerCore                          {Get-DisplayResolution, Set-DisplayResolution}
Script     2.0.0.0    ServerManager                       {Get-WindowsFeature, Install-WindowsFeature, Uninstall-Win...
Cim        1.0.0.0    ServerManagerTasks                  {Get-SMCounterSample, Get-SMPerformanceCollector, Start-SM...
Manifest   2.0.0.0    SmbShare                            {Get-SmbShare, Remove-SmbShare, Set-SmbShare, Block-SmbSha...
Manifest   2.0.0.0    SmbWitness                          {Get-SmbWitnessClient, Move-SmbWitnessClient, gsmbw, msmbw...
Manifest   2.0.0.0    SoftwareInventoryLogging            {Get-SilComputer, Get-SilComputerIdentity, Get-SilSoftware...
Manifest   1.0.0.0    StartLayout                         {Export-StartLayout, Import-StartLayout, Export-StartLayou...
Manifest   2.0.0.0    Storage                             {Add-InitiatorIdToMaskingSet, Add-PartitionAccessPath, Add...
Manifest   1.0.0.0    StorageBusCache                     {Clear-StorageBusDisk, Disable-StorageBusCache, Disable-St...
Manifest   2.0.0.0    TLS                                 {New-TlsSessionTicketKey, Enable-TlsSessionTicketKey, Disa...
Manifest   1.0.0.0    TroubleshootingPack                 {Get-TroubleshootingPack, Invoke-TroubleshootingPack}
Manifest   2.0.0.0    TrustedPlatformModule               {Get-Tpm, Initialize-Tpm, Clear-Tpm, Unblock-Tpm...}
Binary     2.1.639.0  UEV                                 {Clear-UevConfiguration, Clear-UevAppxPackage, Restore-Uev...
Manifest   1.0.0.0    UserAccessLogging                   {Enable-Ual, Disable-Ual, Get-Ual, Get-UalDns...}
Manifest   2.0.0.0    VpnClient                           {Add-VpnConnection, Set-VpnConnection, Remove-VpnConnectio...
Manifest   1.0.0.0    Wdac                                {Get-OdbcDriver, Set-OdbcDriver, Get-OdbcDsn, Add-OdbcDsn...}
Manifest   1.0.0.0    WebAdministration                   {Start-WebCommitDelay, Stop-WebCommitDelay, Get-WebConfigu...
Manifest   2.0.0.0    Whea                                {Get-WheaMemoryPolicy, Set-WheaMemoryPolicy}
Manifest   1.0.0.0    WindowsDeveloperLicense             {Get-WindowsDeveloperLicense, Unregister-WindowsDeveloperL...
Script     1.0        WindowsErrorReporting               {Enable-WindowsErrorReporting, Disable-WindowsErrorReporti...
Manifest   1.0.0.0    WindowsSearch                       {Get-WindowsSearchSetting, Set-WindowsSearchSetting}
Manifest   1.0.0.0    WindowsUpdate                       Get-WindowsUpdateLog
Manifest   1.0.0.2    WindowsUpdateProvider               {Get-WUAVersion, Get-WULastInstallationDate, Get-WULastSca...


    Directory: C:\Program Files\Microsoft Monitoring Agent\Agent\PowerShell


ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Binary     1.0.0.0    Microsoft.MonitoringAgent.PowerS... {Checkpoint-WebApplicationMonitoring, Get-WebApplicationMo...


PS C:\Windows\system32>

Error output

PS C:\Windows\system32> Resolve-AzError
WARNING: Upcoming breaking changes in the cmdlet 'Resolve-AzError' :
The `Resolve-Error` alias will be removed in a future release.  Please change any scripts that use this alias to use
`Resolve-AzError` instead.
Note : Go to https://aka.ms/azps-changewarnings for steps to suppress this breaking change warning, and other
information on breaking changes in Azure PowerShell.


   HistoryId: 4


Message        : The term 'Resolve-AzErro' is not recognized as the name of a cmdlet, function, script file, or
                 operable program. Check the spelling of the name, or if a path was included, verify that the path is
                 correct and try again.
StackTrace     :    at System.Management.Automation.CommandDiscovery.LookupCommandInfo(String commandName,
                 CommandTypes commandTypes, SearchResolutionOptions searchResolutionOptions, CommandOrigin
                 commandOrigin, ExecutionContext context)
                    at System.Management.Automation.CommandDiscovery.LookupCommandProcessor(String commandName,
                 CommandOrigin commandOrigin, Nullable`1 useLocalScope)
                    at System.Management.Automation.ExecutionContext.CreateCommand(String command, Boolean dotSource)
                    at System.Management.Automation.PipelineOps.AddCommand(PipelineProcessor pipe,
                 CommandParameterInternal[] commandElements, CommandBaseAst commandBaseAst, CommandRedirection[]
                 redirections, ExecutionContext context)
                    at System.Management.Automation.PipelineOps.InvokePipeline(Object input, Boolean ignoreInput,
                 CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][]
                 commandRedirections, FunctionContext funcContext)
                    at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame)
                    at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame
                 frame)
Exception      : System.Management.Automation.CommandNotFoundException
InvocationInfo : {}
Line           : Resolve-AzErro
Position       : At line:1 char:1
                 + Resolve-AzErro
                 + ~~~~~~~~~~~~~~
HistoryId      : 4


The Azure PowerShell team is listening, please let us know how we are doing: https://aka.ms/azpssurvey?Q_CHL=ERROR.



PS C:\Windows\system32>
@sagarkalangi sagarkalangi added bug This issue requires a change to an existing behavior in the product in order to be resolved. needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Feb 16, 2022
@ghost ghost added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Feb 16, 2022
@dingmeng-xue
Copy link
Member

Thanks for contacting us. It seems an issue on your environment and network connection. My suggestion is please remove all azure powershell modules and install them again after PowerShell is restarted. In addition, please try PowerShell 7.

@dingmeng-xue dingmeng-xue added the needs-author-feedback More information is needed from author to address the issue. label Feb 17, 2022
@sagarkalangi
Copy link
Author

Thanks for contacting us. It seems an issue on your environment and network connection. My suggestion is please remove all azure powershell modules and install them again after PowerShell is restarted. In addition, please try PowerShell 7.

Hello, Thanks for your response.. I tried as per your inputs on a brand new machine (without any azure powershell modules installed) and this time on powershell7. It failed with same issue and errors.

@ghost ghost added needs-team-attention This issue needs attention from Azure service team or SDK team and removed needs-author-feedback More information is needed from author to address the issue. labels Feb 17, 2022
@dingmeng-xue
Copy link
Member

Thanks @sagarkalangi . Did the issue occur only when you downloaded Azure PowerShell module? Or was there the same issue with other module?

@dingmeng-xue dingmeng-xue added needs-author-feedback More information is needed from author to address the issue. and removed needs-team-attention This issue needs attention from Azure service team or SDK team labels Feb 18, 2022
@sagarkalangi
Copy link
Author

Or was there the same issue with other module?

Tried installing "powershellget" which was successful and immediately failed on 'AZ" module. Refer the screenshots

image

@ghost ghost added needs-team-attention This issue needs attention from Azure service team or SDK team and removed needs-author-feedback More information is needed from author to address the issue. labels Feb 18, 2022
@dingmeng-xue
Copy link
Member

dingmeng-xue commented Feb 24, 2022

Thanks @sagarkalangi , PowerShellGet manages how to install module. We have no insight about the root cause. Please raise an issue to https://github.com/PowerShell/PowerShellGet/issues. I cannot transfer it because that repo is in the different Github org.

@SydneyhSmith fyi.

@dingmeng-xue dingmeng-xue added needs-author-feedback More information is needed from author to address the issue. and removed needs-team-attention This issue needs attention from Azure service team or SDK team labels Feb 24, 2022
@sagarkalangi
Copy link
Author

Raised the issue as directed - PowerShell/PowerShellGetv2#673

@ghost ghost added needs-team-attention This issue needs attention from Azure service team or SDK team and removed needs-author-feedback More information is needed from author to address the issue. labels Feb 24, 2022
@dingmeng-xue
Copy link
Member

Recently, PSGallery performance becomes better. Close this issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

2 participants