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(Enterprise Management): add options property to create_account payload #313

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

namratabhadauriya
Copy link
Member

@namratabhadauriya namratabhadauriya commented Mar 22, 2024

PR summary

added options field in create child account in enterprise payload.

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

…unt payload

Signed-off-by: namratabhadauriya <namrata.nitw@gmail.com>
@namratabhadauriya namratabhadauriya self-assigned this Mar 22, 2024
@padamstx padamstx changed the title feat(Enterprise Management): added options field in create child acco… fix(Enterprise Management): add options property to create_account payload Mar 25, 2024
@padamstx
Copy link
Member

Please post evidence that the integration tests and examples code ran clean with your changes.

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.

Need to re-gen with the production API definition

@@ -43,7 +43,7 @@ type EnterpriseManagementV1 struct {
}

// DefaultServiceURL is the default URL to make service requests to.
const DefaultServiceURL = "https://enterprise.cloud.ibm.com/v1"
const DefaultServiceURL = "https://enterprise.test.cloud.ibm.com/v1"
Copy link
Member

Choose a reason for hiding this comment

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

This is incorrect. The default service URL for the service should be the production endpoint, not the staging endpoing. It looks like you used the staging/test version of the API definition when generating the SDK code. You should use the production version of the API instead.

Signed-off-by: namratabhadauriya <namrata.nitw@gmail.com>
@namratabhadauriya
Copy link
Member Author

namratabhadauriya commented Mar 25, 2024

.
go-sdk
go-sdk2

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.

LGTM

@padamstx padamstx merged commit 4d1bbc4 into main Mar 25, 2024
4 checks passed
@padamstx padamstx deleted the update-enterprise_management branch March 25, 2024 17:20
ibm-devx-sdk pushed a commit that referenced this pull request Mar 25, 2024
## [0.61.4](v0.61.3...v0.61.4) (2024-03-25)

### Bug Fixes

* **Enterprise Management:** add options property to create_account payload ([#313](#313)) ([4d1bbc4](4d1bbc4))
@ibm-devx-sdk
Copy link

🎉 This PR is included in version 0.61.4 🎉

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