From 5f30f00fa0d6e89d43d229d4f62240e5ab1bf0cd Mon Sep 17 00:00:00 2001 From: Edwin Young Date: Fri, 13 Jul 2018 14:21:29 -0700 Subject: [PATCH] PSGallery will no longer nag authors about these rules --- Engine/Settings/PSGallery.psd1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Engine/Settings/PSGallery.psd1 b/Engine/Settings/PSGallery.psd1 index 8152ea7c7..38fd93a4f 100644 --- a/Engine/Settings/PSGallery.psd1 +++ b/Engine/Settings/PSGallery.psd1 @@ -18,9 +18,7 @@ 'PSAvoidUsingInvokeExpression', 'PSAvoidUsingPlainTextForPassword', 'PSAvoidUsingComputerNameHardcoded', - 'PSAvoidUsingConvertToSecureStringWithPlainText', 'PSUsePSCredentialType', - 'PSAvoidUsingUserNameAndPasswordParams', 'PSDSC*' ) }