aws-deadline / deadline-cloud-test-fixtures

This package contains pytest fixtures that are used to test AWS Deadline Cloud Python packages
Apache License 2.0
9 stars 13 forks source link

fix: FleetAPI compatibility for WorkerRequirements #80

Closed ttblanchard closed 6 months ago

ttblanchard commented 6 months ago

What was the problem/requirement? (What/Why)

WorkerRequirements changed to WorkerCapabilities in the CreateFleet API

What was the solution? (How)

Making the API calls backwards compatible.

What is the impact of this change?

Create fleet now works

How was this change tested?

Was this change documented?

Is this a breaking change?

No