We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c6d89 commit 4da834bCopy full SHA for 4da834b
1 file changed
powershell-gallery/docs-conceptual/powershellget/how-to/credential-persistence.md
@@ -47,7 +47,7 @@ $registerPSResourceRepositorySplat = @{
47
Name = 'artifactory'
48
Uri = 'https://myaccount.jfrog.io/artifactory/api/nuget/v3/myrepository'
49
Trusted = $true
50
- CredentialInfo = [Microsoft.PowerShell.PowerShellGet.UtilClasses.PSCredentialInfo]::new(
+ CredentialInfo = [Microsoft.PowerShell.PSResourceGet.UtilClasses.PSCredentialInfo]::new(
51
'SecretStore', 'JFrogCred')
52
}
53
Register-PSResourceRepository @registerPSResourceRepositorySplat
0 commit comments