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

OCM-10678 | fix: tag must have value with map[string]interface{} #989

Closed
wants to merge 1 commit into from

Conversation

aaraj7
Copy link

@aaraj7 aaraj7 commented Aug 27, 2024

No description provided.

@@ -33,7 +33,7 @@ type AWSNodePoolBuilder struct {
instanceType string
rootVolume *AWSVolumeBuilder
subnetOutposts map[string]string
tags map[string]string
tags map[string]interface{}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this requires a change it should be in the api model instead, the files for the SDK are auto generated

// IMPORTANT: This file has been generated automatically, refrain from modifying it manually as all

Tried to follow the ticket, but couldn't find the reason why this is a requirement

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I automated the test case through old sdk , not needed this PR now, Closing it

@aaraj7 aaraj7 closed this Sep 19, 2024
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.

2 participants