Hi Guys,
I was trying learn how to inject steps into deployment processes and i ran into this problem. I usually use the FindAll() Method without arguments to get everything using the Octopus Libraries. This is what i get when i try to run the method for DeploymentProcesses
PS C:\SomeFolder> $repository.DeploymentProcesses.FindAll()
Exception calling "FindAll" with "0" argument(s): "The resource you requested was not found."
Octopus.Client.dll version: 2.5.8.447
Octopus.Client.dll platform: 2.5.8.447
Am I calling the method the wrong way?
Thx