-
Notifications
You must be signed in to change notification settings - Fork 49
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 #216
Conversation
3dae663
to
fda4384
Compare
Looks like the Travis build for your PR failed due to linter errors. Be sure to run |
@padamstx
Or do I need to add dummy assertions just to calm down the linter? |
Had to regenerate the SDK to pull in latest changes from the API docs. Here the new test results:
Examples:
|
With the latest push I also fixed the warnings:
|
Signed-off-by: Michael Beck <[email protected]>
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.40.0](v0.39.1...v0.40.0) (2023-09-05) ### Features * **IAM Identity:** add support for IAM enterprise ([#216](#216)) ([9fe5fb9](9fe5fb9))
🎉 This PR is included in version 0.40.0 🎉 The release is available on:
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:
Unit tests:
Integration Tests:
Examples: