Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shandar committed Oct 21, 2016
1 parent 63126fe commit 733195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceManagement/ServiceManagementRestProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ public function createStorageService($name, $label, CreateServiceOptions $option

$response = $this->sendHttpContext($context);

return AsynchronousOperationResult::create($response->getHeaders());
return AsynchronousOperationResult::create(HttpClient::getResponseHeaders($response));
}

/**
Expand Down

0 comments on commit 733195c

Please sign in to comment.