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

Update Instance Data to support Metadata Service 1.10 Release with new Image and Account EUUID data. #79

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

adamlanghals
Copy link

📝 Description

What does this PR do and why is this change necessary?
This PR adds support for recently added Instance Data associated with the Instance Image and Account EUUID.
See Metadata Docs for more information.

✔️ How to Test

What are the steps to reproduce the issue or verify the changes?
Unit tests have been updated to mock responses from the metadata-api including valid data.

How do I run the relevant unit/integration tests?
make test should validate the code changes work as intended.

📷 Preview

If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.

	Image        InstanceImageData   `json:"image"`
	AccountEUIID string              `json:"account_euuid"`

@adamlanghals adamlanghals requested a review from a team as a code owner December 17, 2024 01:58
@adamlanghals adamlanghals requested review from ykim-akamai and ezilber-akamai and removed request for a team December 17, 2024 01:58
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