-
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 support for IAM enterprise #267
Conversation
@michaelbeck Looks like your PR build had some linter errors. Based on the messages, I'm guessing that you defined the same function in both the integration tests and examples code. Unfortunately, when we run the linter we use |
BTW, each SDK has some detailed developer instructions in the |
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.
Other than the issues I mentioned above, the changes look good.
Just need to address the linter errors.
Sorry, I just ran them separately, thus I wouldn't notice. Should be corrected now. |
I tried to respect what was written in the readmes there. But neither |
Signed-off-by: Michael Beck <beckm@de.ibm.com>
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.
Changes look good.
# [0.42.0](v0.41.0...v0.42.0) (2023-07-24) ### Features * **IAM Identity:** Add support for IAM enterprise ([#267](#267)) ([d23f0fc](d23f0fc))
🎉 This PR is included in version 0.42.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR summary
Added support for IAM enterprise feature. Enterprise admins can create templates for account settings and trusted profiles and assign them to accounts and account groups in the enterprise.
PR Checklist
Please make sure that your PR fulfills the following requirements:
Current vs new behavior
SDK adopters will be able to work with IAM enterprise feature.
Does this PR introduce a breaking change?
Other information
API definition: Staging
Test information:
Integration Tests:
Examples: