Skip to content
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

Merged
merged 4 commits into from
Apr 26, 2021
Merged

Conversation

pyrooka
Copy link
Member

@pyrooka pyrooka commented Apr 22, 2021

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:

  • The commit message follows the Angular Commit Message Guidelines.
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Current vs new behavior

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@@ -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"),
Copy link
Member Author

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?

@pyrooka pyrooka requested a review from padamstx April 22, 2021 13:13
Copy link
Member

@padamstx padamstx left a 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

iamidentityv1/iam_identity_v1.go Outdated Show resolved Hide resolved
@padamstx padamstx self-assigned this Apr 26, 2021
@padamstx padamstx merged commit cb50bf3 into main Apr 26, 2021
@padamstx padamstx deleted the update-iam branch April 26, 2021 15:50
ibm-devx-sdk pushed a commit that referenced this pull request Apr 26, 2021
## [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))
@ibm-devx-sdk
Copy link

🎉 This PR is included in version 0.18.10 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants