-
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(Enterprise Management): add options property to create_account payload #313
Conversation
…unt payload Signed-off-by: namratabhadauriya <[email protected]>
Please post evidence that the integration tests and examples code ran clean with your changes. |
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.
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" |
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 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 <[email protected]>
5913782
to
046801a
Compare
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
## [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))
🎉 This PR is included in version 0.61.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR summary
added options field in create child account in enterprise payload.
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