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

Regenerate client from 7.0.1 #15

Merged
merged 4 commits into from
Jan 29, 2024
Merged

Conversation

venkat-iblox
Copy link
Collaborator

  • Pulled latest master
  • Ran go fmt
  • Applied the generator changes
  • Ran go fmt again

@venkat-iblox venkat-iblox requested a review from mathewab January 27, 2024 01:17
@venkat-iblox venkat-iblox marked this pull request as ready for review January 27, 2024 01:17
@@ -19,7 +19,7 @@ Name | Type | Description | Notes

### NewHostactivationJoinToken

`func NewHostactivationJoinToken() *HostactivationJoinToken`
`func NewHostactivationJoinToken(name string, ) *HostactivationJoinToken`
Copy link
Collaborator

Choose a reason for hiding this comment

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

This change is unexpected for this PR. Also name is supposed to be required. But previously it was generated with name as optional. Having this change will require the terraform provider to be fixed as well.

Copy link
Collaborator

Choose a reason for hiding this comment

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

As discussed, also update Terraform Provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiKeysKerberosPostRequest
*/
KeysKerberosPost(ctx context.Context) ApiKeysKerberosPostRequest
Copy link
Collaborator

Choose a reason for hiding this comment

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

This change is unexpected for this PR.

Maybe Post method was excluded from the schema, the first time it was generated, and the changes were not pushed.

@mathewab mathewab changed the title Take 2: v7.0.1 openapi changes before tags change in generator repo Regenerate client from 7.0.1 Jan 29, 2024
@mathewab mathewab merged commit 7e7c38b into infobloxopen:master Jan 29, 2024
3 checks passed
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