Skip to content

Commit

Permalink
Merge pull request Azure#37 from christav/update-ms-version-542
Browse files Browse the repository at this point in the history
Updating api version header to 2.0
  • Loading branch information
Albert Cheng committed Dec 15, 2012
2 parents f54155f + 6b1b52b commit a7347f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public ClientResponse doHandle(ClientRequest cr) throws ClientHandlerException {
MultivaluedMap<String, Object> headers = cr.getHeaders();
headers.add("DataServiceVersion", "3.0");
headers.add("MaxDataServiceVersion", "3.0");
headers.add("x-ms-version", "1.0");
headers.add("x-ms-version", "2.0");
return getNext().handle(cr);
}
}

0 comments on commit a7347f2

Please sign in to comment.