You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/Common.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ function Initialize-CommonTestSetup
29
29
This method is invoked immediately after the declaration.
30
30
#>
31
31
[CmdletBinding()]
32
-
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingConvertToSecureStringWithPlainText","", Justification="Needed to configure with the stored, encrypted string value in AppVeyor.")]
32
+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingConvertToSecureStringWithPlainText","", Justification="Needed to configure with the stored, encrypted string value in Azure DevOps.")]
0 commit comments