-
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
fix(IAM Policy Management): re-gen service and add examples after recent API changes #77
Conversation
@guicabr, this is the Go PR. Examples are located in the iampolicymanagementv1 package directory. |
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.
Looks good. Just 1 minor comment about variable names
|
||
testUserId = "IBMid-GoSDK" + strconv.Itoa(rand.Intn(100000)) | ||
testServiceName = "iam-groups" | ||
testAccountId string |
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.
Consider changing variable names that show up in example code snippets to use example
instead of test
.
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
## [0.17.15](v0.17.14...v0.17.15) (2021-02-25) ### Bug Fixes * **IAM Policy Management:** re-gen service and add examples after recent API changes ([#77](#77)) ([6ae8d2d](6ae8d2d))
🎉 This PR is included in version 0.17.15 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR summary
PR Checklist
Please make sure that your PR fulfills the following requirements:
PR Type
What is the current behavior?
What is the new behavior?
Does this PR introduce a breaking change?
Other information