Skip to content

feat(Account Management): add new service to the project#296

Merged
pyrooka merged 1 commit intoIBM:mainfrom
PureMathematics:add-am-v4
Feb 27, 2026
Merged

feat(Account Management): add new service to the project#296
pyrooka merged 1 commit intoIBM:mainfrom
PureMathematics:add-am-v4

Conversation

@PureMathematics
Copy link
Contributor

@PureMathematics PureMathematics commented Feb 26, 2026

PR summary

Add new v4 api and AM service to the SDK.

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
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 s -- in com.ibm.cloud.platform_services.account_management.v4.AccountManagementIT
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- failsafe:3.1.2:verify (default) @ account-management ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.823 s
[INFO] Finished at: 2026-02-26T12:59:19-06:00
➜  examples git:(add-am-v4) ✗ mvn exec:java -Dexec.mainClass="com.ibm.cloud.platform_services.account_management.v4.AccountManagementExamples"

[INFO] Scanning for projects...
[INFO] 
[INFO] --------------< com.ibm.cloud:platform-services-examples >--------------
[INFO] Building IBM Cloud Platform Services Code Examples 99-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- exec:3.6.3:java (default-cli) @ platform-services-examples ---
getAccount() result:
{
  "name": "COBIS TOPAZ Enterprise",
  "id": "4904bf0fc13042878784054a1fd0f320",
  "owner": "973aa8c2-6978-43b5-8b08-96060058adca",
  "owner_userid": "jpanizza@incosoluciones.com",
  "owner_iamid": "IBMid-661004T391",
  "type": "SUBSCRIPTION",
  "status": "ACTIVE",
  "linked_softlayer_account": "2755666",
  "team_directory_enabled": true,
  "traits": {
    "eu_supported": false,
    "poc": false,
    "hippa": false
  }
}

Other information

@CLAassistant
Copy link

CLAassistant commented Feb 26, 2026

CLA assistant check
All committers have signed the CLA.

@PureMathematics PureMathematics force-pushed the add-am-v4 branch 4 times, most recently from c5cac6c to 3cbf943 Compare February 26, 2026 19:06
@pyrooka pyrooka self-assigned this Feb 27, 2026
@pyrooka pyrooka self-requested a review February 27, 2026 07:43
@pyrooka pyrooka changed the title (feat Account Management) add v4 api feat(Account Management): add new service to the project Feb 27, 2026
Copy link
Member

@pyrooka pyrooka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes are looking good, but I think you also need to add a new entry to the modules/coverage-reports/pom.xml file.

Signed-off-by: David <David.Lim0305@ibm.com>
@PureMathematics
Copy link
Contributor Author

updated. Thanks

Copy link
Member

@pyrooka pyrooka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@pyrooka pyrooka merged commit 1b8b242 into IBM:main Feb 27, 2026
7 checks passed
ibm-devx-sdk pushed a commit that referenced this pull request Feb 27, 2026
# [0.74.0](0.73.2...0.74.0) (2026-02-27)

### Features

* **Account Management:** add new service to the project ([#296](#296)) ([1b8b242](1b8b242))
@ibm-devx-sdk
Copy link
Contributor

🎉 This PR is included in version 0.74.0 🎉

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.

4 participants