-
Notifications
You must be signed in to change notification settings - Fork 44
feat(IAM Policy Management): add access management account settings API #267
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
Conversation
Signed-off-by: Kelum Senanayake <kelumkps@yahoo.com>
| } | ||
|
|
||
| @Test(dependsOnMethods = { "testCreateS2SPolicyTemplate" }) | ||
| public void testCreatePolicyAssignmentError() throws Exception { |
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.
This is the same test case we removed from Go SDK
IBM/platform-services-go-sdk#330 (comment)
swcolley
left a comment
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.
These changes look good to me.
|
Integration tests: mvn ver
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.91 s -- in com.ibm.cloud.platform_services.iam_policy_management.v1.IamPolicyManagementIT
[DEBUG] Closing the fork 1 after saying GoodBye.
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:08 min
[INFO] Finished at: 2025-03-19T10:09:15-04:00
[INFO] ------------------------------------------------------------------------ |
|
Example test results: mvn exec:java -Dexec.mainClass="com.ibm.cloud.platform_services.iam_policy_management.v1.IamPolicyManagementExamples"
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.243 s
[INFO] Finished at: 2025-03-19T10:15:40-04:00
[INFO] ------------------------------------------------------------------------ |
padamstx
left a comment
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
|
|
||
| /* | ||
| * IBM OpenAPI SDK Code Generator Version: 3.90.1-64fd3296-20240515-180710 | ||
| * IBM OpenAPI SDK Code Generator Version: 3.100.0-2ad7a784-20250212-162551 |
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.
In general, it's a good practice to always generate the code with the most recent version of the SDK generator (3.102.0 currently). The version you used is "recent enough", but in the future please use the latest version.
# [0.63.0](0.62.0...0.63.0) (2025-03-21) ### Features * **IAM Policy Management:** add access management account settings API ([#267](#267)) ([7d4dbe3](7d4dbe3))
|
🎉 This PR is included in version 0.63.0 🎉 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:
Current vs new behavior
Adds new Access Management Account Settings API (GET and PATCH paths)
Does this PR introduce a breaking change?
Other information
Issue: https://github.ibm.com/IAM/AM-issues/issues/3316