You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to use the DeleteCSPMAwsAccount operation (delete_aws_account), you cannot make use of parameter abstraction to specify the value for organization-ids. (Documented as organization_ids.)
When making use of the parameters keyword to specify this value, this operation executes successfully.
A code review of this Service Class identifies other methods with the same issue. There are other parameters within this Service Class where this issue has been handled.
All methods within this Service Class with this issue handling parameters with this naming convention will be addressed by the v1.0.1 update.
Describe the bug
When trying to use the DeleteCSPMAwsAccount operation (
delete_aws_account
), you cannot make use of parameter abstraction to specify the value fororganization-ids
. (Documented asorganization_ids
.)When making use of the
parameters
keyword to specify this value, this operation executes successfully.To Reproduce
Expected behavior
The operation deletes the AWS account from the tenant as specified by the provided keyword.
Environment:
Additional context
This issue is caused by the parameter name within the API specification not matching the parameter allowed within the method.
Thanks to @jhseceng for identifying and reporting this issue.
A fix for this issue is in process.
Workaround
Users encountering this issue may successfully perform this operation by using the
parameters
keyword as opposed to parameter abstraction.The text was updated successfully, but these errors were encountered: