-
Notifications
You must be signed in to change notification settings - Fork 61
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(IAM Identity): add disable_api_key and enable_api_key operations #309
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to re-gen with recent SDK generator version.
iamidentityv1/iam_identity_v1.go
Outdated
@@ -15,7 +15,7 @@ | |||
*/ | |||
|
|||
/* | |||
* IBM OpenAPI SDK Code Generator Version: 3.80.0-29334a73-20230925-151553 | |||
* IBM OpenAPI SDK Code Generator Version: 3.62.0-a2a22f95-20221115-162524 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version of the SDK generator you used is a year and a half old. Please install the most recent version and re-generate your code.
0afea05
to
d0d7ffe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
d0d7ffe
to
536c29d
Compare
Signed-off-by: poorani <poorani.senthilkumar.sankari@ibm.com>
536c29d
to
f3541b1
Compare
# [0.62.0](v0.61.4...v0.62.0) (2024-03-25) ### Features * **IAM Identity:** add disable_api_key and enable_api_key operations ([#309](#309)) ([2480803](2480803))
🎉 This PR is included in version 0.62.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR summary
two new endpoints for apikey: Disable apikey and Enable apikey
PR Checklist
Please make sure that your PR fulfills the following requirements:
Current vs new behavior
Does this PR introduce a breaking change?
Other information