When updating to the newest version of @alicloud/openapi-client to 0.4.10, we receive the following error when trying to run createClientCertificateWithCsrWithOptions:
this._credential.getCredential is not a function
Looking into the changes, this error is caused by the changes introduced in https://github.com/aliyun/darabonba-openapi/pull/149. We have debugged the problem and in our case, the this._credential only has our credential configuration but indeed no getCredential function.
When updating to the newest version of
@alicloud/openapi-client
to0.4.10
, we receive the following error when trying to runcreateClientCertificateWithCsrWithOptions
:Looking into the changes, this error is caused by the changes introduced in https://github.com/aliyun/darabonba-openapi/pull/149. We have debugged the problem and in our case, the
this._credential
only has our credential configuration but indeed nogetCredential
function.Can you advise us how to fix this issue?