The request body formulation for callback "PromptForBequeathingDataCausesTransferOfListOfAlreadyRegisteredApplications" during bequeath-your-data-and-die is wrong #412
PromptForBequeathingDataCausesTransferOfListOfAlreadyRegisteredApplications is one of the callbacks during bequeath-your-data-and-die service execution. As part of this callback all the registered applications will be transfered to New Release by executing register-application service. This callback is returning 400 Bad request error.
Root Cause :
The request body of regsiter application contains embedding operation , client update operation , operation client update operation.While fetching the attributes to formulate request body client update operation , operation client update operation are also being assigned to embedding operation which is leading to 400 Bad request error.
Problem Description:
PromptForBequeathingDataCausesTransferOfListOfAlreadyRegisteredApplications is one of the callbacks during bequeath-your-data-and-die service execution. As part of this callback all the registered applications will be transfered to New Release by executing register-application service. This callback is returning 400 Bad request error.
Root Cause : The request body of regsiter application contains embedding operation , client update operation , operation client update operation.While fetching the attributes to formulate request body client update operation , operation client update operation are also being assigned to embedding operation which is leading to 400 Bad request error.