Tests/OctopusServerExeInvocationFiles/InstallOnly/RequestedState.ps1
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingConvertToSecureStringWithPlainText', '')] # these are tests, not anything that needs to be secure param() return @{ Ensure = "Present"; State = "Installed"; } |