Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

OctopusMethodNotAllowedFoundException when using BuiltInPackageRepository.DeletePackage #556

Open
eduherminio opened this issue Nov 12, 2020 · 0 comments

Comments

@eduherminio
Copy link

I'm getting OctopusMethodNotAllowedFoundException when trying to use BuiltInPackageRepository.DeletePackage() method:

Repro:

var octopusEndpoint = new OctopusServerEndpoint("<server>", "<apikey>");
var client = OctopusAsyncClient.Create(octopusEndpoint).Result;

await client.Repository.BuiltInPackageRepository.DeletePackage(new PackageResource() { PackageId = "<packageId>" });

Seen in 8.10.2 version and 8.9.x ones.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant