.payload(
payloadFromResourceWithContentType("/deploymentparams.xml",
"application/atom+xml")).build();
public void testAddWhenResponseIs2xx() throws Exception {
HttpResponse addResponse = HttpResponse.builder().statusCode(200)
.addHeader("x-ms-request-id", "fakerequestid").build();
AzureManagementApi apiWhenExist = requestSendsResponse(add, addResponse);
DeploymentParams params = DeploymentParams
.builder()