-
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 Identity): update service after recent API changes #116
Conversation
@@ -604,6 +604,7 @@ var _ = Describe(`IamIdentityV1 Integration Tests`, func() { | |||
Mfa: core.StringPtr("NONE"), | |||
SessionExpirationInSeconds: core.StringPtr("86400"), | |||
SessionInvalidationInSeconds: core.StringPtr("7200"), | |||
MaxSessionsPerIdentity: core.StringPtr("10"), |
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.
@padamstx Can we skip adding this parameter to the examples or we should do it?
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.
Just need to resolve the issue of the endpoint URL
## [0.18.10](v0.18.9...v0.18.10) (2021-04-26) ### Bug Fixes * **IAM Identity:** update service after recent API changes ([#116](#116)) ([cb50bf3](cb50bf3))
🎉 This PR is included in version 0.18.10 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR summary
This PR contains the re-generated IAM Identity service and the updated integration tests.
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