From d43bec0f3c314682c58ba50dd389280a3f037a96 Mon Sep 17 00:00:00 2001 From: Darwin Date: Fri, 6 Apr 2018 06:33:55 -0400 Subject: [PATCH] Incorrectly documents -credential parameter The current documentation says that -credential is for admin credentials to add a package source. I believe it is instead the credentials required to access an authenticated feed location. --- reference/6/PackageManagement/Register-PackageSource.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/6/PackageManagement/Register-PackageSource.md b/reference/6/PackageManagement/Register-PackageSource.md index 87ee3f95e8d9..f9d5ae15bdd7 100644 --- a/reference/6/PackageManagement/Register-PackageSource.md +++ b/reference/6/PackageManagement/Register-PackageSource.md @@ -55,7 +55,7 @@ If you do not add the *Trusted* parameter, by default, the package is not truste ## PARAMETERS ### -Credential -Specifies a user account that has permission to install package providers. +Specifies a user account that has permission to access the authenticated location. ```yaml Type: PSCredential @@ -328,4 +328,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-PackageSource](Set-PackageSource.md) -[Unregister-PackageSource](Unregister-PackageSource.md) \ No newline at end of file +[Unregister-PackageSource](Unregister-PackageSource.md)