PSResourceGet
PSResourceGet copied to clipboard
Update-PSResource doesn't go through all existing repositories
Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest released version
- [X] Search the existing issues.
Steps to reproduce
Since I have another repository (e.g. ACR) with the same priority as PSGallery, when I ran Update-PSResource -Prerelease -Verbose, it used the ACRrepo before using PSGallery, threw an error and terminated instead of continuing and trying another repository.

Expected behavior
Loop through all repositories to find the valid one
Actual behavior
Stop at the first invalid one and throw an error
Error details
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Scripts'
VERBOSE: Package names were detected to be (or contain an element equal to): '*', so all packages will be updated
VERBOSE: Retrieving directories in the path 'C:\Users\alyssavu\Documents\PowerShell\Modules'
VERBOSE: Retrieving directories in the path 'C:\Users\alyssavu\Documents\PowerShell\Scripts'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.Accounts'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.ContainerRegistry'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.Tools.Migration'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Microsoft.PowerShell.SecretManagement'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Microsoft.PowerShell.SecretStore'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\NuGet'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PackageManagement'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Pester'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\platyPS'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellForGitHub'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellGet'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSPackageProject'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSReleaseTools'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSScriptAnalyzer'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSTeachingTools'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule1'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule2'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule3'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule4'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule5'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\TestModuleWithDependencyC'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Modules\TestModuleWithScript'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Scripts\Install-VSCode.ps1'
VERBOSE: All paths to search: 'C:\Users\alyssavu\Documents\PowerShell\Scripts\Required-Script1.ps1'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.Accounts'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.Accounts'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.Accounts\2.10.1'
VERBOSE: Package version parsed as NuGet version: '2.10.1.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.Accounts\2.10.1\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.ContainerRegistry'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.ContainerRegistry'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.ContainerRegistry\3.0.0'
VERBOSE: Package version parsed as NuGet version: '3.0.0.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.ContainerRegistry\3.0.0\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.Tools.Migration'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.Tools.Migration'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.Tools.Migration\1.1.3'
VERBOSE: Package version parsed as NuGet version: '1.1.3'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Az.Tools.Migration\1.1.3\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Microsoft.PowerShell.SecretManagement'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Microsoft.PowerShell.SecretManagement'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Microsoft.PowerShell.SecretManagement\1.1.2'
VERBOSE: Package version parsed as NuGet version: '1.1.2'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Microsoft.PowerShell.SecretManagement\1.1.2\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Microsoft.PowerShell.SecretStore'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Microsoft.PowerShell.SecretStore'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Microsoft.PowerShell.SecretStore\1.0.6'
VERBOSE: Package version parsed as NuGet version: '1.0.6'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Microsoft.PowerShell.SecretStore\1.0.6\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\NuGet'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\NuGet'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\NuGet\1.3.3'
VERBOSE: Package version parsed as NuGet version: '1.3.3'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\NuGet\1.3.3\PSGetModuleInfo.xml'VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PackageManagement'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PackageManagement'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PackageManagement\1.4.8.1'
VERBOSE: Package version parsed as NuGet version: '1.4.8.1'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PackageManagement\1.4.8.1\PSGetModuleInfo.xml'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PackageManagement\1.4.7'
VERBOSE: Package version parsed as NuGet version: '1.4.7.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PackageManagement\1.4.7\PSGetModuleInfo.xml'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PackageManagement\1.4.3'
VERBOSE: Package version parsed as NuGet version: '1.4.3.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PackageManagement\1.4.3\PSGetModuleInfo.xml'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PackageManagement\1.4.2'
VERBOSE: Package version parsed as NuGet version: '1.4.2.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PackageManagement\1.4.2\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Pester'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Pester'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Pester\5.3.3'
VERBOSE: Package version parsed as NuGet version: '5.3.3'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\Pester\5.3.3\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\platyPS'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\platyPS'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\platyPS\0.14.2'
VERBOSE: Package version parsed as NuGet version: '0.14.2'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\platyPS\0.14.2\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellForGitHub'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellForGitHub'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellForGitHub\0.16.1'
VERBOSE: Package version parsed as NuGet version: '0.16.1'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellForGitHub\0.16.1\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellGet'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellGet'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellGet\3.0.17'
VERBOSE: Package version parsed as NuGet version: '3.0.17-beta17'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellGet\3.0.17\PSGetModuleInfo.xml'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellGet\3.0.16'
VERBOSE: Package version parsed as NuGet version: '3.0.16-beta16'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PowerShellGet\3.0.16\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSPackageProject'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSPackageProject'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSPackageProject\0.1.18'
VERBOSE: Package version parsed as NuGet version: '0.1.18'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSPackageProject\0.1.18\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSReleaseTools'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSReleaseTools'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSReleaseTools\1.12.0'
VERBOSE: Package version parsed as NuGet version: '1.12.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSReleaseTools\1.12.0\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSScriptAnalyzer'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSScriptAnalyzer'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSScriptAnalyzer\1.20.0'
VERBOSE: Package version parsed as NuGet version: '1.20.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSScriptAnalyzer\1.20.0\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSTeachingTools'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSTeachingTools'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSTeachingTools\4.2.0'
VERBOSE: Package version parsed as NuGet version: '4.2.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\PSTeachingTools\4.2.0\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule1'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule1'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule1\1.0.0.0'
VERBOSE: Package version parsed as NuGet version: '1.0.0.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule1\1.0.0.0\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule2'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule2'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule2\2.0.0.0'
VERBOSE: Package version parsed as NuGet version: '2.0.0.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule2\2.0.0.0\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule3'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule3'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule3\2.5.0.0'
VERBOSE: Package version parsed as NuGet version: '2.5.0.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule3\2.5.0.0\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule4'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule4'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule4\2.0.0.0'
VERBOSE: Package version parsed as NuGet version: '2.0.0.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule4\2.0.0.0\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule5'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule5'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule5\1.5.0.0'
VERBOSE: Package version parsed as NuGet version: '1.5.0.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\RequiredModule5\1.5.0.0\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\TestModuleWithDependencyC'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\TestModuleWithDependencyC'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\TestModuleWithDependencyC\1.0'
VERBOSE: Package version parsed as NuGet version: '1.0.0.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\TestModuleWithDependencyC\1.0\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\TestModuleWithScript'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\TestModuleWithScript'
VERBOSE: Searching through package version path: 'C:\Users\alyssavu\Documents\PowerShell\Modules\TestModuleWithScript\0.0.1'
VERBOSE: Package version parsed as NuGet version: '0.0.1.0'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Modules\TestModuleWithScript\0.0.1\PSGetModuleInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Scripts\Install-VSCode.ps1'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Scripts\InstalledScriptInfos\Install-VSCode_InstalledScriptInfo.xml'
VERBOSE: Searching through package path: 'C:\Users\alyssavu\Documents\PowerShell\Scripts\Required-Script1.ps1'
VERBOSE: Reading package metadata from: 'C:\Users\alyssavu\Documents\PowerShell\Scripts\InstalledScriptInfos\Required-Script1_InstalledScriptInfo.xml'
VERBOSE: Null Type provided, so add PSGalleryScripts repository
VERBOSE: Searching in repository psgettestlocal
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: No packages found in repository: psgettestlocal.
VERBOSE: Searching in repository ACR
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='Az.Accounts'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='Az.ContainerRegistry'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='Az.Tools.Migration'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='Microsoft.PowerShell.SecretManagement'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='Microsoft.PowerShell.SecretStore'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='NuGet'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='PackageManagement'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='Pester'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='platyPS'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='PowerShellForGitHub'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='PowerShellGet'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='PSPackageProject'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='PSReleaseTools'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='PSScriptAnalyzer'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='PSTeachingTools'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='RequiredModule1'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='RequiredModule2'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='RequiredModule3'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='RequiredModule4'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='RequiredModule5'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='TestModuleWithDependencyC'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='TestModuleWithScript'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='Install-VSCode'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: FindHelper MetadataAsync: error receiving package: Failed to fetch results from V2 feed at 'https://psgexp.azurecr.io/FindPackagesById()?id='Required-Script1'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
VERBOSE: Searching in repository ACRrepo
WARNING: The names of some imported commands from the module 'PSModule' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.
Update-PSResource: Exception calling "GetInstance" with "0" argument(s): "A valid password is required to access the Microsoft.PowerShell.SecretStore vault.
Use the Unlock-SecretStore cmdlet to provide the required password to access the store."
Update-PSResource: Test-SecretVault failed to write secret on vault ACRVault with error:
Update-PSResource: Cannot access Microsoft.PowerShell.SecretManagement vault "ACRVault" for PSResourceRepository (ACRrepo) authentication.
Environment data
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Binary 3.0.17 beta17 PowerShellGet {Find-PSResource, Get-PSResource, Get-PSResourceRepository, Install-PSResource…}
Name Value
---- -----
PSVersion 7.2.6
PSEdition Core
GitCommitId 7.2.6
OS Microsoft Windows 10.0.22621
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Visuals
No response