Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: API Sync by GitHub Action (2024-03-13) #90

Merged
merged 4 commits into from
Mar 13, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

This API Sync PR was automated through GitHub Actions workflow_displatch
on 2024-03-13.

  • latest Equinix Metal API spec have been fetched
  • patches have been applied
  • generated client has been updated

@ctreatma
Copy link
Contributor

Integration test results here: https://github.com/equinix-labs/metal-python/actions/runs/8270638686/job/22628618333

Test failures are due to an error deleting a project with active devices; the sequence of events leading to that failure was roughly:

  • create a test project
  • create a test device in that project
  • try to delete the test device (failed because the device had not finished provisioning, so the API responded with an error)
  • try to delete the test project (failed because the device delete failed, so the project still had devices)

This is something we'll need to address in the test suite; it doesn't appear there's anything we need to do in this SDK.

@ctreatma ctreatma merged commit f2ac7ca into main Mar 13, 2024
1 of 2 checks passed
@ctreatma ctreatma deleted the sync/gh-1710357171 branch March 13, 2024 20:17
Copy link
Contributor Author

This PR is included in version 0.9.0 🎉

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

Successfully merging this pull request may close these issues.

1 participant